public static final class QJournalProtocolProtos.NewEpochRequestProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<QJournalProtocolProtos.NewEpochRequestProto.Builder> implements QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
hadoop.hdfs.qjournal.NewEpochRequestProto
newEpoch()
Modifier and Type | Method and Description |
---|---|
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.qjournal.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.qjournal.JournalIdProto jid = 1; |
QJournalProtocolProtos.JournalIdProto.Builder |
getJidBuilder()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1; |
QJournalProtocolProtos.JournalIdProtoOrBuilder |
getJidOrBuilder()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1; |
org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamespaceInfoProto |
getNsInfo()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2; |
org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamespaceInfoProto.Builder |
getNsInfoBuilder()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2; |
org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamespaceInfoProtoOrBuilder |
getNsInfoOrBuilder()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2; |
boolean |
hasEpoch()
required uint64 epoch = 3; |
boolean |
hasJid()
required .hadoop.hdfs.qjournal.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.qjournal.JournalIdProto jid = 1; |
QJournalProtocolProtos.NewEpochRequestProto.Builder |
mergeNsInfo(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.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.qjournal.JournalIdProto jid = 1; |
QJournalProtocolProtos.NewEpochRequestProto.Builder |
setJid(QJournalProtocolProtos.JournalIdProto value)
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1; |
QJournalProtocolProtos.NewEpochRequestProto.Builder |
setNsInfo(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamespaceInfoProto.Builder builderForValue)
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2; |
QJournalProtocolProtos.NewEpochRequestProto.Builder |
setNsInfo(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamespaceInfoProto value)
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<QJournalProtocolProtos.NewEpochRequestProto.Builder>
public QJournalProtocolProtos.NewEpochRequestProto.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<QJournalProtocolProtos.NewEpochRequestProto.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<QJournalProtocolProtos.NewEpochRequestProto.Builder>
public QJournalProtocolProtos.NewEpochRequestProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public QJournalProtocolProtos.NewEpochRequestProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public QJournalProtocolProtos.NewEpochRequestProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public QJournalProtocolProtos.NewEpochRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<QJournalProtocolProtos.NewEpochRequestProto.Builder>
IOException
public boolean hasJid()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public QJournalProtocolProtos.JournalIdProto getJid()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public QJournalProtocolProtos.NewEpochRequestProto.Builder setJid(QJournalProtocolProtos.JournalIdProto value)
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
public QJournalProtocolProtos.NewEpochRequestProto.Builder setJid(QJournalProtocolProtos.JournalIdProto.Builder builderForValue)
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
public QJournalProtocolProtos.NewEpochRequestProto.Builder mergeJid(QJournalProtocolProtos.JournalIdProto value)
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
public QJournalProtocolProtos.NewEpochRequestProto.Builder clearJid()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
public QJournalProtocolProtos.JournalIdProto.Builder getJidBuilder()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
public QJournalProtocolProtos.JournalIdProtoOrBuilder getJidOrBuilder()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public boolean hasNsInfo()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
hasNsInfo
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamespaceInfoProto getNsInfo()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfo
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public QJournalProtocolProtos.NewEpochRequestProto.Builder setNsInfo(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamespaceInfoProto value)
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
public QJournalProtocolProtos.NewEpochRequestProto.Builder setNsInfo(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamespaceInfoProto.Builder builderForValue)
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
public QJournalProtocolProtos.NewEpochRequestProto.Builder mergeNsInfo(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.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.HdfsServerProtos.NamespaceInfoProto.Builder getNsInfoBuilder()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
public org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamespaceInfoProtoOrBuilder getNsInfoOrBuilder()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfoOrBuilder
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public boolean hasEpoch()
required uint64 epoch = 3;
hasEpoch
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public long getEpoch()
required uint64 epoch = 3;
getEpoch
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public QJournalProtocolProtos.NewEpochRequestProto.Builder setEpoch(long value)
required uint64 epoch = 3;
public QJournalProtocolProtos.NewEpochRequestProto.Builder clearEpoch()
required uint64 epoch = 3;
Copyright © 2017 Apache Software Foundation. All Rights Reserved.