public static interface QJournalProtocolProtos.PrepareRecoveryResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAcceptedInEpoch()
optional uint64 acceptedInEpoch = 2; |
long |
getLastCommittedTxId()
optional uint64 lastCommittedTxId = 4; |
long |
getLastWriterEpoch()
required uint64 lastWriterEpoch = 3; |
QJournalProtocolProtos.SegmentStateProto |
getSegmentState()
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1; |
QJournalProtocolProtos.SegmentStateProtoOrBuilder |
getSegmentStateOrBuilder()
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1; |
boolean |
hasAcceptedInEpoch()
optional uint64 acceptedInEpoch = 2; |
boolean |
hasLastCommittedTxId()
optional uint64 lastCommittedTxId = 4; |
boolean |
hasLastWriterEpoch()
required uint64 lastWriterEpoch = 3; |
boolean |
hasSegmentState()
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1; |
boolean hasSegmentState()
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
QJournalProtocolProtos.SegmentStateProto getSegmentState()
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
QJournalProtocolProtos.SegmentStateProtoOrBuilder getSegmentStateOrBuilder()
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1;
boolean hasAcceptedInEpoch()
optional uint64 acceptedInEpoch = 2;
long getAcceptedInEpoch()
optional uint64 acceptedInEpoch = 2;
boolean hasLastWriterEpoch()
required uint64 lastWriterEpoch = 3;
long getLastWriterEpoch()
required uint64 lastWriterEpoch = 3;
boolean hasLastCommittedTxId()
optional uint64 lastCommittedTxId = 4;
The highest committed txid that this logger has ever seen. This may be higher than the data it actually has, in the case that it was lagging before the old writer crashed.
long getLastCommittedTxId()
optional uint64 lastCommittedTxId = 4;
The highest committed txid that this logger has ever seen. This may be higher than the data it actually has, in the case that it was lagging before the old writer crashed.
Copyright © 2017 Apache Software Foundation. All Rights Reserved.