public static interface QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
String |
getNameServiceId()
optional string nameServiceId = 5; |
com.google.protobuf.ByteString |
getNameServiceIdBytes()
optional string nameServiceId = 5; |
long |
getSinceTxId()
required uint64 sinceTxId = 2; |
boolean |
hasInProgressOk()
optional bool inProgressOk = 4 [default = false]; |
boolean |
hasJid()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1; |
boolean |
hasNameServiceId()
optional string nameServiceId = 5; |
boolean |
hasSinceTxId()
required uint64 sinceTxId = 2; |
boolean hasJid()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
QJournalProtocolProtos.JournalIdProto getJid()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
QJournalProtocolProtos.JournalIdProtoOrBuilder getJidOrBuilder()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
boolean hasSinceTxId()
required uint64 sinceTxId = 2;
Transaction ID
long getSinceTxId()
required uint64 sinceTxId = 2;
Transaction ID
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>
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>
boolean hasNameServiceId()
optional string nameServiceId = 5;
String getNameServiceId()
optional string nameServiceId = 5;
com.google.protobuf.ByteString getNameServiceIdBytes()
optional string nameServiceId = 5;
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.