public static interface QJournalProtocolProtos.RequestInfoProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCommittedTxId()
optional uint64 committedTxId = 4; |
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; |
boolean |
hasCommittedTxId()
optional uint64 committedTxId = 4; |
boolean |
hasEpoch()
required uint64 epoch = 2; |
boolean |
hasIpcSerialNumber()
required uint64 ipcSerialNumber = 3; |
boolean |
hasJournalId()
required .hadoop.hdfs.qjournal.JournalIdProto journalId = 1; |
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()
optional uint64 committedTxId = 4;
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.
long getCommittedTxId()
optional uint64 committedTxId = 4;
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.
Copyright © 2017 Apache Software Foundation. All Rights Reserved.