Interface QJournalProtocolProtos.GetJournaledEditsRequestProtoOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QJournalProtocolProtos.GetJournaledEditsRequestProto,QJournalProtocolProtos.GetJournaledEditsRequestProto.Builder
- Enclosing class:
- QJournalProtocolProtos
public static interface QJournalProtocolProtos.GetJournaledEditsRequestProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetJid()required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;intrequired uint32 maxTxns = 3;optional string nameServiceId = 4;org.apache.hadoop.thirdparty.protobuf.ByteStringoptional string nameServiceId = 4;longrequired uint64 sinceTxId = 2;booleanhasJid()required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;booleanrequired uint32 maxTxns = 3;booleanoptional string nameServiceId = 4;booleanrequired uint64 sinceTxId = 2;Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasJid
boolean hasJid()required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;- Returns:
- Whether the jid field is set.
-
getJid
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;- Returns:
- The jid.
-
getJidOrBuilder
QJournalProtocolProtos.JournalIdProtoOrBuilder getJidOrBuilder()required .hadoop.hdfs.qjournal.JournalIdProto jid = 1; -
hasSinceTxId
boolean hasSinceTxId()required uint64 sinceTxId = 2;- Returns:
- Whether the sinceTxId field is set.
-
getSinceTxId
long getSinceTxId()required uint64 sinceTxId = 2;- Returns:
- The sinceTxId.
-
hasMaxTxns
boolean hasMaxTxns()required uint32 maxTxns = 3;- Returns:
- Whether the maxTxns field is set.
-
getMaxTxns
int getMaxTxns()required uint32 maxTxns = 3;- Returns:
- The maxTxns.
-
hasNameServiceId
boolean hasNameServiceId()optional string nameServiceId = 4;- Returns:
- Whether the nameServiceId field is set.
-
getNameServiceId
String getNameServiceId()optional string nameServiceId = 4;- Returns:
- The nameServiceId.
-
getNameServiceIdBytes
org.apache.hadoop.thirdparty.protobuf.ByteString getNameServiceIdBytes()optional string nameServiceId = 4;- Returns:
- The bytes for nameServiceId.
-