Interface QJournalProtocolProtos.DoRollbackRequestProtoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
    required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
    optional string nameserviceId = 2;
    org.apache.hadoop.thirdparty.protobuf.ByteString
    optional string nameserviceId = 2;
    boolean
    required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
    boolean
    optional string nameserviceId = 2;

    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;
    • hasNameserviceId

      boolean hasNameserviceId()
      optional string nameserviceId = 2;
      Returns:
      Whether the nameserviceId field is set.
    • getNameserviceId

      String getNameserviceId()
      optional string nameserviceId = 2;
      Returns:
      The nameserviceId.
    • getNameserviceIdBytes

      org.apache.hadoop.thirdparty.protobuf.ByteString getNameserviceIdBytes()
      optional string nameserviceId = 2;
      Returns:
      The bytes for nameserviceId.