|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface QJournalProtocolProtos.PrepareRecoveryResponseProtoOrBuilder
Method Summary | |
---|---|
long |
getAcceptedInEpoch()
optional uint64 acceptedInEpoch = 2; |
long |
getLastCommittedTxId()
optional uint64 lastCommittedTxId = 4; |
long |
getLastWriterEpoch()
required uint64 lastWriterEpoch = 3; |
QJournalProtocolProtos.SegmentStateProto |
getSegmentState()
optional .hadoop.hdfs.SegmentStateProto segmentState = 1; |
QJournalProtocolProtos.SegmentStateProtoOrBuilder |
getSegmentStateOrBuilder()
optional .hadoop.hdfs.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.SegmentStateProto segmentState = 1; |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
isInitialized |
Method Detail |
---|
boolean hasSegmentState()
optional .hadoop.hdfs.SegmentStateProto segmentState = 1;
QJournalProtocolProtos.SegmentStateProto getSegmentState()
optional .hadoop.hdfs.SegmentStateProto segmentState = 1;
QJournalProtocolProtos.SegmentStateProtoOrBuilder getSegmentStateOrBuilder()
optional .hadoop.hdfs.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |