Interface QJournalProtocolProtos.NewEpochResponseProtoOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QJournalProtocolProtos.NewEpochResponseProto,QJournalProtocolProtos.NewEpochResponseProto.Builder
- Enclosing class:
- QJournalProtocolProtos
public static interface QJournalProtocolProtos.NewEpochResponseProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongoptional uint64 lastSegmentTxId = 1;booleanoptional uint64 lastSegmentTxId = 1;Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasLastSegmentTxId
boolean hasLastSegmentTxId()optional uint64 lastSegmentTxId = 1;- Returns:
- Whether the lastSegmentTxId field is set.
-
getLastSegmentTxId
long getLastSegmentTxId()optional uint64 lastSegmentTxId = 1;- Returns:
- The lastSegmentTxId.
-