Interface QJournalProtocolProtos.FinalizeLogSegmentRequestProtoOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QJournalProtocolProtos.FinalizeLogSegmentRequestProto,QJournalProtocolProtos.FinalizeLogSegmentRequestProto.Builder
- Enclosing class:
- QJournalProtocolProtos
public static interface QJournalProtocolProtos.FinalizeLogSegmentRequestProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongrequired uint64 endTxId = 3;required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;longrequired uint64 startTxId = 2;booleanrequired uint64 endTxId = 3;booleanrequired .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;booleanrequired uint64 startTxId = 2;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
-
hasReqInfo
boolean hasReqInfo()required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;- Returns:
- Whether the reqInfo field is set.
-
getReqInfo
QJournalProtocolProtos.RequestInfoProto getReqInfo()required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;- Returns:
- The reqInfo.
-
getReqInfoOrBuilder
QJournalProtocolProtos.RequestInfoProtoOrBuilder getReqInfoOrBuilder()required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1; -
hasStartTxId
boolean hasStartTxId()required uint64 startTxId = 2;- Returns:
- Whether the startTxId field is set.
-
getStartTxId
long getStartTxId()required uint64 startTxId = 2;- Returns:
- The startTxId.
-
hasEndTxId
boolean hasEndTxId()required uint64 endTxId = 3;- Returns:
- Whether the endTxId field is set.
-
getEndTxId
long getEndTxId()required uint64 endTxId = 3;- Returns:
- The endTxId.
-