org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder, org.apache.hadoop.thirdparty.protobuf.MessageOrBuilderQJournalProtocolProtos.GetEditLogManifestRequestProto, QJournalProtocolProtos.GetEditLogManifestRequestProto.Builderpublic static interface QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
getInProgressOk() |
Whether or not the client will be reading from the returned streams.
|
QJournalProtocolProtos.JournalIdProto |
getJid() |
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1; |
QJournalProtocolProtos.JournalIdProtoOrBuilder |
getJidOrBuilder() |
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1; |
java.lang.String |
getNameServiceId() |
optional string nameServiceId = 5; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getNameServiceIdBytes() |
optional string nameServiceId = 5; |
long |
getSinceTxId() |
Transaction ID
|
boolean |
hasInProgressOk() |
Whether or not the client will be reading from the returned streams.
|
boolean |
hasJid() |
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1; |
boolean |
hasNameServiceId() |
optional string nameServiceId = 5; |
boolean |
hasSinceTxId() |
Transaction ID
|
isInitializedfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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()
Transaction ID
required uint64 sinceTxId = 2;long getSinceTxId()
Transaction ID
required uint64 sinceTxId = 2;boolean hasInProgressOk()
Whether or not the client will be reading from the returned streams. optional bool forReading = 3 [default = true]; <obsolete, do not reuse>
optional bool inProgressOk = 4 [default = false];boolean getInProgressOk()
Whether or not the client will be reading from the returned streams. optional bool forReading = 3 [default = true]; <obsolete, do not reuse>
optional bool inProgressOk = 4 [default = false];boolean hasNameServiceId()
optional string nameServiceId = 5;java.lang.String getNameServiceId()
optional string nameServiceId = 5;org.apache.hadoop.thirdparty.protobuf.ByteString getNameServiceIdBytes()
optional string nameServiceId = 5;Copyright © 2008–2025 Apache Software Foundation. All rights reserved.