Interface QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder

All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder, org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
All Known Implementing Classes:
QJournalProtocolProtos.GetEditLogManifestRequestProto, QJournalProtocolProtos.GetEditLogManifestRequestProto.Builder
Enclosing class:
QJournalProtocolProtos

public static interface QJournalProtocolProtos.GetEditLogManifestRequestProtoOrBuilder extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether or not the client will be reading from the returned streams.
    required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
    required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
    optional string nameServiceId = 5;
    org.apache.hadoop.thirdparty.protobuf.ByteString
    optional string nameServiceId = 5;
    long
    Transaction ID
    boolean
    Whether or not the client will be reading from the returned streams.
    boolean
    required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
    boolean
    optional string nameServiceId = 5;
    boolean
    Transaction ID

    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

    • hasJid

      boolean hasJid()
      required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
      Returns:
      Whether the jid field is set.
    • getJid

      required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
      Returns:
      The jid.
    • getJidOrBuilder

      required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
    • hasSinceTxId

      boolean hasSinceTxId()
       Transaction ID
       
      required uint64 sinceTxId = 2;
      Returns:
      Whether the sinceTxId field is set.
    • getSinceTxId

      long getSinceTxId()
       Transaction ID
       
      required uint64 sinceTxId = 2;
      Returns:
      The sinceTxId.
    • hasInProgressOk

      boolean hasInProgressOk()
       Whether or not the client will be reading from the returned streams.
       optional bool forReading = 3 [default = true]; <obsolete, do not reuse>
       
      optional bool inProgressOk = 4 [default = false];
      Returns:
      Whether the inProgressOk field is set.
    • getInProgressOk

      boolean getInProgressOk()
       Whether or not the client will be reading from the returned streams.
       optional bool forReading = 3 [default = true]; <obsolete, do not reuse>
       
      optional bool inProgressOk = 4 [default = false];
      Returns:
      The inProgressOk.
    • hasNameServiceId

      boolean hasNameServiceId()
      optional string nameServiceId = 5;
      Returns:
      Whether the nameServiceId field is set.
    • getNameServiceId

      String getNameServiceId()
      optional string nameServiceId = 5;
      Returns:
      The nameServiceId.
    • getNameServiceIdBytes

      org.apache.hadoop.thirdparty.protobuf.ByteString getNameServiceIdBytes()
      optional string nameServiceId = 5;
      Returns:
      The bytes for nameServiceId.