|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessage.Builder<QJournalProtocolProtos.NewEpochRequestProto.Builder>
org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.NewEpochRequestProto.Builder
public static final class QJournalProtocolProtos.NewEpochRequestProto.Builder
Protobuf type hadoop.hdfs.NewEpochRequestProto
newEpoch()
| Method Summary | |
|---|---|
QJournalProtocolProtos.NewEpochRequestProto |
build()
|
QJournalProtocolProtos.NewEpochRequestProto |
buildPartial()
|
QJournalProtocolProtos.NewEpochRequestProto.Builder |
clear()
|
QJournalProtocolProtos.NewEpochRequestProto.Builder |
clearEpoch()
required uint64 epoch = 3; |
QJournalProtocolProtos.NewEpochRequestProto.Builder |
clearJid()
required .hadoop.hdfs.JournalIdProto jid = 1; |
QJournalProtocolProtos.NewEpochRequestProto.Builder |
clearNsInfo()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2; |
QJournalProtocolProtos.NewEpochRequestProto.Builder |
clone()
|
QJournalProtocolProtos.NewEpochRequestProto |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType()
|
long |
getEpoch()
required uint64 epoch = 3; |
QJournalProtocolProtos.JournalIdProto |
getJid()
required .hadoop.hdfs.JournalIdProto jid = 1; |
QJournalProtocolProtos.JournalIdProto.Builder |
getJidBuilder()
required .hadoop.hdfs.JournalIdProto jid = 1; |
QJournalProtocolProtos.JournalIdProtoOrBuilder |
getJidOrBuilder()
required .hadoop.hdfs.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.NamespaceInfoProto.Builder |
getNsInfoBuilder()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2; |
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProtoOrBuilder |
getNsInfoOrBuilder()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2; |
boolean |
hasEpoch()
required uint64 epoch = 3; |
boolean |
hasJid()
required .hadoop.hdfs.JournalIdProto jid = 1; |
boolean |
hasNsInfo()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
QJournalProtocolProtos.NewEpochRequestProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
QJournalProtocolProtos.NewEpochRequestProto.Builder |
mergeFrom(com.google.protobuf.Message other)
|
QJournalProtocolProtos.NewEpochRequestProto.Builder |
mergeFrom(QJournalProtocolProtos.NewEpochRequestProto other)
|
QJournalProtocolProtos.NewEpochRequestProto.Builder |
mergeJid(QJournalProtocolProtos.JournalIdProto value)
required .hadoop.hdfs.JournalIdProto jid = 1; |
QJournalProtocolProtos.NewEpochRequestProto.Builder |
mergeNsInfo(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProto value)
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2; |
QJournalProtocolProtos.NewEpochRequestProto.Builder |
setEpoch(long value)
required uint64 epoch = 3; |
QJournalProtocolProtos.NewEpochRequestProto.Builder |
setJid(QJournalProtocolProtos.JournalIdProto.Builder builderForValue)
required .hadoop.hdfs.JournalIdProto jid = 1; |
QJournalProtocolProtos.NewEpochRequestProto.Builder |
setJid(QJournalProtocolProtos.JournalIdProto value)
required .hadoop.hdfs.JournalIdProto jid = 1; |
QJournalProtocolProtos.NewEpochRequestProto.Builder |
setNsInfo(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProto.Builder builderForValue)
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2; |
QJournalProtocolProtos.NewEpochRequestProto.Builder |
setNsInfo(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProto value)
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2; |
| Methods inherited from class com.google.protobuf.GeneratedMessage.Builder |
|---|
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields |
| Methods inherited from class com.google.protobuf.AbstractMessage.Builder |
|---|
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException |
| Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder |
|---|
addAll, newUninitializedMessageException |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Method Detail |
|---|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<QJournalProtocolProtos.NewEpochRequestProto.Builder>public QJournalProtocolProtos.NewEpochRequestProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<QJournalProtocolProtos.NewEpochRequestProto.Builder>public QJournalProtocolProtos.NewEpochRequestProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<QJournalProtocolProtos.NewEpochRequestProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<QJournalProtocolProtos.NewEpochRequestProto.Builder>public QJournalProtocolProtos.NewEpochRequestProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic QJournalProtocolProtos.NewEpochRequestProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic QJournalProtocolProtos.NewEpochRequestProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic QJournalProtocolProtos.NewEpochRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<QJournalProtocolProtos.NewEpochRequestProto.Builder>public QJournalProtocolProtos.NewEpochRequestProto.Builder mergeFrom(QJournalProtocolProtos.NewEpochRequestProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<QJournalProtocolProtos.NewEpochRequestProto.Builder>
public QJournalProtocolProtos.NewEpochRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<QJournalProtocolProtos.NewEpochRequestProto.Builder>IOExceptionpublic boolean hasJid()
required .hadoop.hdfs.JournalIdProto jid = 1;
hasJid in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilderpublic QJournalProtocolProtos.JournalIdProto getJid()
required .hadoop.hdfs.JournalIdProto jid = 1;
getJid in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilderpublic QJournalProtocolProtos.NewEpochRequestProto.Builder setJid(QJournalProtocolProtos.JournalIdProto value)
required .hadoop.hdfs.JournalIdProto jid = 1;
public QJournalProtocolProtos.NewEpochRequestProto.Builder setJid(QJournalProtocolProtos.JournalIdProto.Builder builderForValue)
required .hadoop.hdfs.JournalIdProto jid = 1;
public QJournalProtocolProtos.NewEpochRequestProto.Builder mergeJid(QJournalProtocolProtos.JournalIdProto value)
required .hadoop.hdfs.JournalIdProto jid = 1;
public QJournalProtocolProtos.NewEpochRequestProto.Builder clearJid()
required .hadoop.hdfs.JournalIdProto jid = 1;
public QJournalProtocolProtos.JournalIdProto.Builder getJidBuilder()
required .hadoop.hdfs.JournalIdProto jid = 1;
public QJournalProtocolProtos.JournalIdProtoOrBuilder getJidOrBuilder()
required .hadoop.hdfs.JournalIdProto jid = 1;
getJidOrBuilder in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilderpublic boolean hasNsInfo()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
hasNsInfo in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilderpublic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProto getNsInfo()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfo in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilderpublic QJournalProtocolProtos.NewEpochRequestProto.Builder setNsInfo(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProto value)
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
public QJournalProtocolProtos.NewEpochRequestProto.Builder setNsInfo(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProto.Builder builderForValue)
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
public QJournalProtocolProtos.NewEpochRequestProto.Builder mergeNsInfo(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProto value)
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
public QJournalProtocolProtos.NewEpochRequestProto.Builder clearNsInfo()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
public org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProto.Builder getNsInfoBuilder()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
public org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProtoOrBuilder getNsInfoOrBuilder()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfoOrBuilder in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilderpublic boolean hasEpoch()
required uint64 epoch = 3;
hasEpoch in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilderpublic long getEpoch()
required uint64 epoch = 3;
getEpoch in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilderpublic QJournalProtocolProtos.NewEpochRequestProto.Builder setEpoch(long value)
required uint64 epoch = 3;
public QJournalProtocolProtos.NewEpochRequestProto.Builder clearEpoch()
required uint64 epoch = 3;
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||