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 TypeMethodDescriptiongetJid()required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.StorageInfoProtogetSInfo()required .hadoop.hdfs.StorageInfoProto sInfo = 2;org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.StorageInfoProtoOrBuilderrequired .hadoop.hdfs.StorageInfoProto sInfo = 2;booleanhasJid()required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;booleanhasSInfo()required .hadoop.hdfs.StorageInfoProto sInfo = 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
-
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
QJournalProtocolProtos.JournalIdProtoOrBuilder 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;
-