org.apache.hadoop.hdfs.qjournal.protocol
Interface QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QJournalProtocolProtos.GetEditLogManifestRequestProto, QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
Enclosing class:
QJournalProtocolProtos

public static interface QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 boolean getInProgressOk()
          optional bool inProgressOk = 4 [default = false];
 QJournalProtocolProtos.JournalIdProto getJid()
          required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
 QJournalProtocolProtos.JournalIdProtoOrBuilder getJidOrBuilder()
          required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
 long getSinceTxId()
          required uint64 sinceTxId = 2;
 boolean hasInProgressOk()
          optional bool inProgressOk = 4 [default = false];
 boolean hasJid()
          required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
 boolean hasSinceTxId()
          required uint64 sinceTxId = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasJid

boolean hasJid()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;


getJid

QJournalProtocolProtos.JournalIdProto getJid()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;


getJidOrBuilder

QJournalProtocolProtos.JournalIdProtoOrBuilder getJidOrBuilder()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;


hasSinceTxId

boolean hasSinceTxId()
required uint64 sinceTxId = 2;
 Transaction ID
 


getSinceTxId

long getSinceTxId()
required uint64 sinceTxId = 2;
 Transaction ID
 


hasInProgressOk

boolean hasInProgressOk()
optional bool inProgressOk = 4 [default = false];
 Whether or not the client will be reading from the returned streams.
 optional bool forReading = 3 [default = true]; <obsolete, do not reuse>
 


getInProgressOk

boolean getInProgressOk()
optional bool inProgressOk = 4 [default = false];
 Whether or not the client will be reading from the returned streams.
 optional bool forReading = 3 [default = true]; <obsolete, do not reuse>
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.