public static final class HdfsServerFederationProtos.NamenodeMembershipRecordProto extends org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3 implements HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
hadoop.hdfs.NamenodeMembershipRecordProto
Modifier and Type | Class and Description |
---|---|
static class |
HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder
Protobuf type
hadoop.hdfs.NamenodeMembershipRecordProto |
org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent, org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
BLOCKPOOLID_FIELD_NUMBER |
static int |
CLUSTERID_FIELD_NUMBER |
static int |
DATECREATED_FIELD_NUMBER |
static int |
DATEMODIFIED_FIELD_NUMBER |
static int |
ISSAFEMODE_FIELD_NUMBER |
static int |
LASTCONTACT_FIELD_NUMBER |
static int |
LIFELINEADDRESS_FIELD_NUMBER |
static int |
NAMENODEID_FIELD_NUMBER |
static int |
NAMESERVICEID_FIELD_NUMBER |
static org.apache.hadoop.thirdparty.protobuf.Parser<HdfsServerFederationProtos.NamenodeMembershipRecordProto> |
PARSER
Deprecated.
|
static int |
ROUTERID_FIELD_NUMBER |
static int |
RPCADDRESS_FIELD_NUMBER |
static int |
SERVICEADDRESS_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
STATS_FIELD_NUMBER |
static int |
WEBADDRESS_FIELD_NUMBER |
static int |
WEBSCHEME_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getBlockPoolId()
optional string blockPoolId = 8; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getBlockPoolIdBytes()
optional string blockPoolId = 8; |
String |
getClusterId()
optional string clusterId = 7; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getClusterIdBytes()
optional string clusterId = 7; |
long |
getDateCreated()
optional uint64 dateCreated = 1; |
long |
getDateModified()
optional uint64 dateModified = 2; |
static HdfsServerFederationProtos.NamenodeMembershipRecordProto |
getDefaultInstance() |
HdfsServerFederationProtos.NamenodeMembershipRecordProto |
getDefaultInstanceForType() |
static org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getIsSafeMode()
optional bool isSafeMode = 14; |
long |
getLastContact()
optional uint64 lastContact = 3; |
String |
getLifelineAddress()
optional string lifelineAddress = 12; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getLifelineAddressBytes()
optional string lifelineAddress = 12; |
String |
getNamenodeId()
optional string namenodeId = 6; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getNamenodeIdBytes()
optional string namenodeId = 6; |
String |
getNameserviceId()
optional string nameserviceId = 5; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getNameserviceIdBytes()
optional string nameserviceId = 5; |
org.apache.hadoop.thirdparty.protobuf.Parser<HdfsServerFederationProtos.NamenodeMembershipRecordProto> |
getParserForType() |
String |
getRouterId()
optional string routerId = 4; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getRouterIdBytes()
optional string routerId = 4; |
String |
getRpcAddress()
optional string rpcAddress = 10; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getRpcAddressBytes()
optional string rpcAddress = 10; |
int |
getSerializedSize() |
String |
getServiceAddress()
optional string serviceAddress = 11; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getServiceAddressBytes()
optional string serviceAddress = 11; |
String |
getState()
optional string state = 13; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getStateBytes()
optional string state = 13; |
HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto |
getStats()
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15; |
HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder |
getStatsOrBuilder()
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15; |
org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getWebAddress()
optional string webAddress = 9; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getWebAddressBytes()
optional string webAddress = 9; |
String |
getWebScheme()
optional string webScheme = 16; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getWebSchemeBytes()
optional string webScheme = 16; |
boolean |
hasBlockPoolId()
optional string blockPoolId = 8; |
boolean |
hasClusterId()
optional string clusterId = 7; |
boolean |
hasDateCreated()
optional uint64 dateCreated = 1; |
boolean |
hasDateModified()
optional uint64 dateModified = 2; |
int |
hashCode() |
boolean |
hasIsSafeMode()
optional bool isSafeMode = 14; |
boolean |
hasLastContact()
optional uint64 lastContact = 3; |
boolean |
hasLifelineAddress()
optional string lifelineAddress = 12; |
boolean |
hasNamenodeId()
optional string namenodeId = 6; |
boolean |
hasNameserviceId()
optional string nameserviceId = 5; |
boolean |
hasRouterId()
optional string routerId = 4; |
boolean |
hasRpcAddress()
optional string rpcAddress = 10; |
boolean |
hasServiceAddress()
optional string serviceAddress = 11; |
boolean |
hasState()
optional string state = 13; |
boolean |
hasStats()
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15; |
boolean |
hasWebAddress()
optional string webAddress = 9; |
boolean |
hasWebScheme()
optional string webScheme = 16; |
protected org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder |
newBuilder() |
static HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder |
newBuilder(HdfsServerFederationProtos.NamenodeMembershipRecordProto prototype) |
HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder |
newBuilderForType() |
protected HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder |
newBuilderForType(org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent parent) |
static HdfsServerFederationProtos.NamenodeMembershipRecordProto |
parseDelimitedFrom(InputStream input) |
static HdfsServerFederationProtos.NamenodeMembershipRecordProto |
parseDelimitedFrom(InputStream input,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsServerFederationProtos.NamenodeMembershipRecordProto |
parseFrom(byte[] data) |
static HdfsServerFederationProtos.NamenodeMembershipRecordProto |
parseFrom(byte[] data,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsServerFederationProtos.NamenodeMembershipRecordProto |
parseFrom(ByteBuffer data) |
static HdfsServerFederationProtos.NamenodeMembershipRecordProto |
parseFrom(ByteBuffer data,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsServerFederationProtos.NamenodeMembershipRecordProto |
parseFrom(org.apache.hadoop.thirdparty.protobuf.ByteString data) |
static HdfsServerFederationProtos.NamenodeMembershipRecordProto |
parseFrom(org.apache.hadoop.thirdparty.protobuf.ByteString data,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsServerFederationProtos.NamenodeMembershipRecordProto |
parseFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input) |
static HdfsServerFederationProtos.NamenodeMembershipRecordProto |
parseFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsServerFederationProtos.NamenodeMembershipRecordProto |
parseFrom(InputStream input) |
static HdfsServerFederationProtos.NamenodeMembershipRecordProto |
parseFrom(InputStream input,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hadoop.thirdparty.protobuf.Parser<HdfsServerFederationProtos.NamenodeMembershipRecordProto> |
parser() |
HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder |
toBuilder() |
void |
writeTo(org.apache.hadoop.thirdparty.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int DATECREATED_FIELD_NUMBER
public static final int DATEMODIFIED_FIELD_NUMBER
public static final int LASTCONTACT_FIELD_NUMBER
public static final int ROUTERID_FIELD_NUMBER
public static final int NAMESERVICEID_FIELD_NUMBER
public static final int NAMENODEID_FIELD_NUMBER
public static final int CLUSTERID_FIELD_NUMBER
public static final int BLOCKPOOLID_FIELD_NUMBER
public static final int WEBADDRESS_FIELD_NUMBER
public static final int RPCADDRESS_FIELD_NUMBER
public static final int SERVICEADDRESS_FIELD_NUMBER
public static final int LIFELINEADDRESS_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int ISSAFEMODE_FIELD_NUMBER
public static final int STATS_FIELD_NUMBER
public static final int WEBSCHEME_FIELD_NUMBER
@Deprecated public static final org.apache.hadoop.thirdparty.protobuf.Parser<HdfsServerFederationProtos.NamenodeMembershipRecordProto> PARSER
public final org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
getUnknownFields
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3
public static final org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3
public boolean hasDateCreated()
optional uint64 dateCreated = 1;
hasDateCreated
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public long getDateCreated()
optional uint64 dateCreated = 1;
getDateCreated
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean hasDateModified()
optional uint64 dateModified = 2;
hasDateModified
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public long getDateModified()
optional uint64 dateModified = 2;
getDateModified
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean hasLastContact()
optional uint64 lastContact = 3;
hasLastContact
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public long getLastContact()
optional uint64 lastContact = 3;
getLastContact
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean hasRouterId()
optional string routerId = 4;
hasRouterId
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public String getRouterId()
optional string routerId = 4;
getRouterId
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public org.apache.hadoop.thirdparty.protobuf.ByteString getRouterIdBytes()
optional string routerId = 4;
getRouterIdBytes
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean hasNameserviceId()
optional string nameserviceId = 5;
hasNameserviceId
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public String getNameserviceId()
optional string nameserviceId = 5;
getNameserviceId
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public org.apache.hadoop.thirdparty.protobuf.ByteString getNameserviceIdBytes()
optional string nameserviceId = 5;
getNameserviceIdBytes
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean hasNamenodeId()
optional string namenodeId = 6;
hasNamenodeId
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public String getNamenodeId()
optional string namenodeId = 6;
getNamenodeId
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public org.apache.hadoop.thirdparty.protobuf.ByteString getNamenodeIdBytes()
optional string namenodeId = 6;
getNamenodeIdBytes
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean hasClusterId()
optional string clusterId = 7;
hasClusterId
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public String getClusterId()
optional string clusterId = 7;
getClusterId
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public org.apache.hadoop.thirdparty.protobuf.ByteString getClusterIdBytes()
optional string clusterId = 7;
getClusterIdBytes
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean hasBlockPoolId()
optional string blockPoolId = 8;
hasBlockPoolId
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public String getBlockPoolId()
optional string blockPoolId = 8;
getBlockPoolId
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public org.apache.hadoop.thirdparty.protobuf.ByteString getBlockPoolIdBytes()
optional string blockPoolId = 8;
getBlockPoolIdBytes
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean hasWebAddress()
optional string webAddress = 9;
hasWebAddress
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public String getWebAddress()
optional string webAddress = 9;
getWebAddress
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public org.apache.hadoop.thirdparty.protobuf.ByteString getWebAddressBytes()
optional string webAddress = 9;
getWebAddressBytes
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean hasRpcAddress()
optional string rpcAddress = 10;
hasRpcAddress
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public String getRpcAddress()
optional string rpcAddress = 10;
getRpcAddress
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public org.apache.hadoop.thirdparty.protobuf.ByteString getRpcAddressBytes()
optional string rpcAddress = 10;
getRpcAddressBytes
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean hasServiceAddress()
optional string serviceAddress = 11;
hasServiceAddress
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public String getServiceAddress()
optional string serviceAddress = 11;
getServiceAddress
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public org.apache.hadoop.thirdparty.protobuf.ByteString getServiceAddressBytes()
optional string serviceAddress = 11;
getServiceAddressBytes
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean hasLifelineAddress()
optional string lifelineAddress = 12;
hasLifelineAddress
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public String getLifelineAddress()
optional string lifelineAddress = 12;
getLifelineAddress
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public org.apache.hadoop.thirdparty.protobuf.ByteString getLifelineAddressBytes()
optional string lifelineAddress = 12;
getLifelineAddressBytes
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean hasState()
optional string state = 13;
hasState
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public String getState()
optional string state = 13;
getState
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public org.apache.hadoop.thirdparty.protobuf.ByteString getStateBytes()
optional string state = 13;
getStateBytes
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean hasIsSafeMode()
optional bool isSafeMode = 14;
hasIsSafeMode
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean getIsSafeMode()
optional bool isSafeMode = 14;
getIsSafeMode
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean hasStats()
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
hasStats
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public HdfsServerFederationProtos.NamenodeMembershipStatsRecordProto getStats()
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
getStats
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public HdfsServerFederationProtos.NamenodeMembershipStatsRecordProtoOrBuilder getStatsOrBuilder()
optional .hadoop.hdfs.NamenodeMembershipStatsRecordProto stats = 15;
getStatsOrBuilder
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public boolean hasWebScheme()
optional string webScheme = 16;
hasWebScheme
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public String getWebScheme()
optional string webScheme = 16;
getWebScheme
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public org.apache.hadoop.thirdparty.protobuf.ByteString getWebSchemeBytes()
optional string webScheme = 16;
getWebSchemeBytes
in interface HdfsServerFederationProtos.NamenodeMembershipRecordProtoOrBuilder
public final boolean isInitialized()
isInitialized
in interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
isInitialized
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3
public void writeTo(org.apache.hadoop.thirdparty.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface org.apache.hadoop.thirdparty.protobuf.MessageLite
writeTo
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface org.apache.hadoop.thirdparty.protobuf.MessageLite
getSerializedSize
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface org.apache.hadoop.thirdparty.protobuf.Message
equals
in class org.apache.hadoop.thirdparty.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface org.apache.hadoop.thirdparty.protobuf.Message
hashCode
in class org.apache.hadoop.thirdparty.protobuf.AbstractMessage
public static HdfsServerFederationProtos.NamenodeMembershipRecordProto parseFrom(ByteBuffer data) throws org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
public static HdfsServerFederationProtos.NamenodeMembershipRecordProto parseFrom(ByteBuffer data, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
public static HdfsServerFederationProtos.NamenodeMembershipRecordProto parseFrom(org.apache.hadoop.thirdparty.protobuf.ByteString data) throws org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
public static HdfsServerFederationProtos.NamenodeMembershipRecordProto parseFrom(org.apache.hadoop.thirdparty.protobuf.ByteString data, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
public static HdfsServerFederationProtos.NamenodeMembershipRecordProto parseFrom(byte[] data) throws org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
public static HdfsServerFederationProtos.NamenodeMembershipRecordProto parseFrom(byte[] data, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
public static HdfsServerFederationProtos.NamenodeMembershipRecordProto parseFrom(InputStream input) throws IOException
IOException
public static HdfsServerFederationProtos.NamenodeMembershipRecordProto parseFrom(InputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HdfsServerFederationProtos.NamenodeMembershipRecordProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HdfsServerFederationProtos.NamenodeMembershipRecordProto parseDelimitedFrom(InputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HdfsServerFederationProtos.NamenodeMembershipRecordProto parseFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input) throws IOException
IOException
public static HdfsServerFederationProtos.NamenodeMembershipRecordProto parseFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder newBuilderForType()
newBuilderForType
in interface org.apache.hadoop.thirdparty.protobuf.Message
newBuilderForType
in interface org.apache.hadoop.thirdparty.protobuf.MessageLite
public static HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder newBuilder()
public static HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder newBuilder(HdfsServerFederationProtos.NamenodeMembershipRecordProto prototype)
public HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder toBuilder()
toBuilder
in interface org.apache.hadoop.thirdparty.protobuf.Message
toBuilder
in interface org.apache.hadoop.thirdparty.protobuf.MessageLite
protected HdfsServerFederationProtos.NamenodeMembershipRecordProto.Builder newBuilderForType(org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3
public static HdfsServerFederationProtos.NamenodeMembershipRecordProto getDefaultInstance()
public static org.apache.hadoop.thirdparty.protobuf.Parser<HdfsServerFederationProtos.NamenodeMembershipRecordProto> parser()
public org.apache.hadoop.thirdparty.protobuf.Parser<HdfsServerFederationProtos.NamenodeMembershipRecordProto> getParserForType()
getParserForType
in interface org.apache.hadoop.thirdparty.protobuf.Message
getParserForType
in interface org.apache.hadoop.thirdparty.protobuf.MessageLite
getParserForType
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3
public HdfsServerFederationProtos.NamenodeMembershipRecordProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.