Interface QJournalProtocolProtos.DoUpgradeRequestProtoOrBuilder

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

public static interface QJournalProtocolProtos.DoUpgradeRequestProtoOrBuilder 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;
    org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.StorageInfoProto
    required .hadoop.hdfs.StorageInfoProto sInfo = 2;
    org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.StorageInfoProtoOrBuilder
    required .hadoop.hdfs.StorageInfoProto sInfo = 2;
    boolean
    required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
    boolean
    required .hadoop.hdfs.StorageInfoProto sInfo = 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;
    • hasSInfo

      boolean hasSInfo()
      required .hadoop.hdfs.StorageInfoProto sInfo = 2;
      Returns:
      Whether the sInfo field is set.
    • getSInfo

      org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.StorageInfoProto getSInfo()
      required .hadoop.hdfs.StorageInfoProto sInfo = 2;
      Returns:
      The sInfo.
    • getSInfoOrBuilder

      org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.StorageInfoProtoOrBuilder getSInfoOrBuilder()
      required .hadoop.hdfs.StorageInfoProto sInfo = 2;