public static interface QJournalProtocolProtos.RequestInfoProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCommittedTxId()
Whenever a writer makes a request, it informs
the node of the latest committed txid.
|
long |
getEpoch()
required uint64 epoch = 2; |
long |
getIpcSerialNumber()
required uint64 ipcSerialNumber = 3; |
QJournalProtocolProtos.JournalIdProto |
getJournalId()
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1; |
QJournalProtocolProtos.JournalIdProtoOrBuilder |
getJournalIdOrBuilder()
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1; |
String |
getNameServiceId()
optional string nameServiceId = 5; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getNameServiceIdBytes()
optional string nameServiceId = 5; |
boolean |
hasCommittedTxId()
Whenever a writer makes a request, it informs
the node of the latest committed txid.
|
boolean |
hasEpoch()
required uint64 epoch = 2; |
boolean |
hasIpcSerialNumber()
required uint64 ipcSerialNumber = 3; |
boolean |
hasJournalId()
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1; |
boolean |
hasNameServiceId()
optional string nameServiceId = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasJournalId()
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
QJournalProtocolProtos.JournalIdProto getJournalId()
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
QJournalProtocolProtos.JournalIdProtoOrBuilder getJournalIdOrBuilder()
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1;
boolean hasEpoch()
required uint64 epoch = 2;
long getEpoch()
required uint64 epoch = 2;
boolean hasIpcSerialNumber()
required uint64 ipcSerialNumber = 3;
long getIpcSerialNumber()
required uint64 ipcSerialNumber = 3;
boolean hasCommittedTxId()
Whenever a writer makes a request, it informs the node of the latest committed txid. This may be higher than the transaction data included in the request itself, eg in the case that the node has fallen behind.
optional uint64 committedTxId = 4;
long getCommittedTxId()
Whenever a writer makes a request, it informs the node of the latest committed txid. This may be higher than the transaction data included in the request itself, eg in the case that the node has fallen behind.
optional uint64 committedTxId = 4;
boolean hasNameServiceId()
optional string nameServiceId = 5;
String getNameServiceId()
optional string nameServiceId = 5;
org.apache.hadoop.thirdparty.protobuf.ByteString getNameServiceIdBytes()
optional string nameServiceId = 5;
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.