org.apache.hadoop.hdfs.qjournal.protocol
Interface QJournalProtocolProtos.FormatRequestProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QJournalProtocolProtos.FormatRequestProto, QJournalProtocolProtos.FormatRequestProto.Builder
Enclosing class:
QJournalProtocolProtos

public static interface QJournalProtocolProtos.FormatRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 QJournalProtocolProtos.JournalIdProto getJid()
          required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
 QJournalProtocolProtos.JournalIdProtoOrBuilder getJidOrBuilder()
          required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
 org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProto getNsInfo()
          required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
 org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProtoOrBuilder getNsInfoOrBuilder()
          required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
 boolean hasJid()
          required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
 boolean hasNsInfo()
          required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasJid

boolean hasJid()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;


getJid

QJournalProtocolProtos.JournalIdProto getJid()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;


getJidOrBuilder

QJournalProtocolProtos.JournalIdProtoOrBuilder getJidOrBuilder()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;


hasNsInfo

boolean hasNsInfo()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;


getNsInfo

org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProto getNsInfo()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;


getNsInfoOrBuilder

org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProtoOrBuilder getNsInfoOrBuilder()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.