public static interface QJournalProtocolProtos.PrepareRecoveryResponseProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAcceptedInEpoch()
optional uint64 acceptedInEpoch = 2; |
long |
getLastCommittedTxId()
The highest committed txid that this logger has ever seen.
|
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()
The highest committed txid that this logger has ever seen.
|
boolean |
hasLastWriterEpoch()
required uint64 lastWriterEpoch = 3; |
boolean |
hasSegmentState()
optional .hadoop.hdfs.qjournal.SegmentStateProto segmentState = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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()
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.
optional uint64 lastCommittedTxId = 4;
long getLastCommittedTxId()
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.
optional uint64 lastCommittedTxId = 4;
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.