Interface QJournalProtocolProtos.SegmentStateProtoOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QJournalProtocolProtos.SegmentStateProto,QJournalProtocolProtos.SegmentStateProto.Builder
- Enclosing class:
- QJournalProtocolProtos
public static interface QJournalProtocolProtos.SegmentStateProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongrequired uint64 endTxId = 2;booleanrequired bool isInProgress = 3;longrequired uint64 startTxId = 1;booleanrequired uint64 endTxId = 2;booleanrequired bool isInProgress = 3;booleanrequired uint64 startTxId = 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
-
hasStartTxId
boolean hasStartTxId()required uint64 startTxId = 1;- Returns:
- Whether the startTxId field is set.
-
getStartTxId
long getStartTxId()required uint64 startTxId = 1;- Returns:
- The startTxId.
-
hasEndTxId
boolean hasEndTxId()required uint64 endTxId = 2;- Returns:
- Whether the endTxId field is set.
-
getEndTxId
long getEndTxId()required uint64 endTxId = 2;- Returns:
- The endTxId.
-
hasIsInProgress
boolean hasIsInProgress()required bool isInProgress = 3;- Returns:
- Whether the isInProgress field is set.
-
getIsInProgress
boolean getIsInProgress()required bool isInProgress = 3;- Returns:
- The isInProgress.
-