public static final class HAZKInfoProtos.ActiveNodeInfo extends com.google.protobuf.GeneratedMessageV3 implements HAZKInfoProtos.ActiveNodeInfoOrBuilder
hadoop.hdfs.ActiveNodeInfo
Modifier and Type | Class and Description |
---|---|
static class |
HAZKInfoProtos.ActiveNodeInfo.Builder
Protobuf type
hadoop.hdfs.ActiveNodeInfo |
Modifier and Type | Field and Description |
---|---|
static int |
HOSTNAME_FIELD_NUMBER |
static int |
NAMENODEID_FIELD_NUMBER |
static int |
NAMESERVICEID_FIELD_NUMBER |
static com.google.protobuf.Parser<HAZKInfoProtos.ActiveNodeInfo> |
PARSER
Deprecated.
|
static int |
PORT_FIELD_NUMBER |
static int |
ZKFCPORT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static HAZKInfoProtos.ActiveNodeInfo |
getDefaultInstance() |
HAZKInfoProtos.ActiveNodeInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getHostname()
required string hostname = 3; |
com.google.protobuf.ByteString |
getHostnameBytes()
required string hostname = 3; |
String |
getNamenodeId()
required string namenodeId = 2; |
com.google.protobuf.ByteString |
getNamenodeIdBytes()
required string namenodeId = 2; |
String |
getNameserviceId()
required string nameserviceId = 1; |
com.google.protobuf.ByteString |
getNameserviceIdBytes()
required string nameserviceId = 1; |
com.google.protobuf.Parser<HAZKInfoProtos.ActiveNodeInfo> |
getParserForType() |
int |
getPort()
required int32 port = 4; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getZkfcPort()
required int32 zkfcPort = 5; |
int |
hashCode() |
boolean |
hasHostname()
required string hostname = 3; |
boolean |
hasNamenodeId()
required string namenodeId = 2; |
boolean |
hasNameserviceId()
required string nameserviceId = 1; |
boolean |
hasPort()
required int32 port = 4; |
boolean |
hasZkfcPort()
required int32 zkfcPort = 5; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HAZKInfoProtos.ActiveNodeInfo.Builder |
newBuilder() |
static HAZKInfoProtos.ActiveNodeInfo.Builder |
newBuilder(HAZKInfoProtos.ActiveNodeInfo prototype) |
HAZKInfoProtos.ActiveNodeInfo.Builder |
newBuilderForType() |
protected HAZKInfoProtos.ActiveNodeInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static HAZKInfoProtos.ActiveNodeInfo |
parseDelimitedFrom(InputStream input) |
static HAZKInfoProtos.ActiveNodeInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HAZKInfoProtos.ActiveNodeInfo |
parseFrom(byte[] data) |
static HAZKInfoProtos.ActiveNodeInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HAZKInfoProtos.ActiveNodeInfo |
parseFrom(ByteBuffer data) |
static HAZKInfoProtos.ActiveNodeInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HAZKInfoProtos.ActiveNodeInfo |
parseFrom(com.google.protobuf.ByteString data) |
static HAZKInfoProtos.ActiveNodeInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HAZKInfoProtos.ActiveNodeInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HAZKInfoProtos.ActiveNodeInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HAZKInfoProtos.ActiveNodeInfo |
parseFrom(InputStream input) |
static HAZKInfoProtos.ActiveNodeInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<HAZKInfoProtos.ActiveNodeInfo> |
parser() |
HAZKInfoProtos.ActiveNodeInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int NAMESERVICEID_FIELD_NUMBER
public static final int NAMENODEID_FIELD_NUMBER
public static final int HOSTNAME_FIELD_NUMBER
public static final int PORT_FIELD_NUMBER
public static final int ZKFCPORT_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<HAZKInfoProtos.ActiveNodeInfo> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasNameserviceId()
required string nameserviceId = 1;
hasNameserviceId
in interface HAZKInfoProtos.ActiveNodeInfoOrBuilder
public String getNameserviceId()
required string nameserviceId = 1;
getNameserviceId
in interface HAZKInfoProtos.ActiveNodeInfoOrBuilder
public com.google.protobuf.ByteString getNameserviceIdBytes()
required string nameserviceId = 1;
getNameserviceIdBytes
in interface HAZKInfoProtos.ActiveNodeInfoOrBuilder
public boolean hasNamenodeId()
required string namenodeId = 2;
hasNamenodeId
in interface HAZKInfoProtos.ActiveNodeInfoOrBuilder
public String getNamenodeId()
required string namenodeId = 2;
getNamenodeId
in interface HAZKInfoProtos.ActiveNodeInfoOrBuilder
public com.google.protobuf.ByteString getNamenodeIdBytes()
required string namenodeId = 2;
getNamenodeIdBytes
in interface HAZKInfoProtos.ActiveNodeInfoOrBuilder
public boolean hasHostname()
required string hostname = 3;
hasHostname
in interface HAZKInfoProtos.ActiveNodeInfoOrBuilder
public String getHostname()
required string hostname = 3;
getHostname
in interface HAZKInfoProtos.ActiveNodeInfoOrBuilder
public com.google.protobuf.ByteString getHostnameBytes()
required string hostname = 3;
getHostnameBytes
in interface HAZKInfoProtos.ActiveNodeInfoOrBuilder
public boolean hasPort()
required int32 port = 4;
hasPort
in interface HAZKInfoProtos.ActiveNodeInfoOrBuilder
public int getPort()
required int32 port = 4;
getPort
in interface HAZKInfoProtos.ActiveNodeInfoOrBuilder
public boolean hasZkfcPort()
required int32 zkfcPort = 5;
hasZkfcPort
in interface HAZKInfoProtos.ActiveNodeInfoOrBuilder
public int getZkfcPort()
required int32 zkfcPort = 5;
getZkfcPort
in interface HAZKInfoProtos.ActiveNodeInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
IOException
public int getSerializedSize()
public boolean equals(Object obj)
public int hashCode()
public static HAZKInfoProtos.ActiveNodeInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HAZKInfoProtos.ActiveNodeInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HAZKInfoProtos.ActiveNodeInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HAZKInfoProtos.ActiveNodeInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HAZKInfoProtos.ActiveNodeInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HAZKInfoProtos.ActiveNodeInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HAZKInfoProtos.ActiveNodeInfo parseFrom(InputStream input) throws IOException
IOException
public static HAZKInfoProtos.ActiveNodeInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HAZKInfoProtos.ActiveNodeInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HAZKInfoProtos.ActiveNodeInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HAZKInfoProtos.ActiveNodeInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static HAZKInfoProtos.ActiveNodeInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public HAZKInfoProtos.ActiveNodeInfo.Builder newBuilderForType()
public static HAZKInfoProtos.ActiveNodeInfo.Builder newBuilder()
public static HAZKInfoProtos.ActiveNodeInfo.Builder newBuilder(HAZKInfoProtos.ActiveNodeInfo prototype)
public HAZKInfoProtos.ActiveNodeInfo.Builder toBuilder()
protected HAZKInfoProtos.ActiveNodeInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static HAZKInfoProtos.ActiveNodeInfo getDefaultInstance()
public static com.google.protobuf.Parser<HAZKInfoProtos.ActiveNodeInfo> parser()
public com.google.protobuf.Parser<HAZKInfoProtos.ActiveNodeInfo> getParserForType()
public HAZKInfoProtos.ActiveNodeInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.