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 Type
    Method
    Description
    long
    required uint64 endTxId = 2;
    boolean
    required bool isInProgress = 3;
    long
    required uint64 startTxId = 1;
    boolean
    required uint64 endTxId = 2;
    boolean
    required bool isInProgress = 3;
    boolean
    required uint64 startTxId = 1;

    Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.