public static final class HBasePB.ServerName extends com.google.protobuf.GeneratedMessageLite implements HBasePB.ServerNameOrBuilder
ServerName
Protocol buffer version of ServerName
Modifier and Type | Class and Description |
---|---|
static class |
HBasePB.ServerName.Builder
Protobuf type
ServerName |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
Modifier and Type | Field and Description |
---|---|
static int |
HOST_NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<HBasePB.ServerName> |
PARSER |
static int |
PORT_FIELD_NUMBER |
static int |
START_CODE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static HBasePB.ServerName |
getDefaultInstance() |
HBasePB.ServerName |
getDefaultInstanceForType() |
String |
getHostName()
required string host_name = 1; |
com.google.protobuf.ByteString |
getHostNameBytes()
required string host_name = 1; |
com.google.protobuf.Parser<HBasePB.ServerName> |
getParserForType() |
int |
getPort()
optional uint32 port = 2; |
int |
getSerializedSize() |
long |
getStartCode()
optional uint64 start_code = 3; |
boolean |
hasHostName()
required string host_name = 1; |
boolean |
hasPort()
optional uint32 port = 2; |
boolean |
hasStartCode()
optional uint64 start_code = 3; |
boolean |
isInitialized() |
static HBasePB.ServerName.Builder |
newBuilder() |
static HBasePB.ServerName.Builder |
newBuilder(HBasePB.ServerName prototype) |
HBasePB.ServerName.Builder |
newBuilderForType() |
static HBasePB.ServerName |
parseDelimitedFrom(InputStream input) |
static HBasePB.ServerName |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.ServerName |
parseFrom(byte[] data) |
static HBasePB.ServerName |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.ServerName |
parseFrom(com.google.protobuf.ByteString data) |
static HBasePB.ServerName |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.ServerName |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HBasePB.ServerName |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.ServerName |
parseFrom(InputStream input) |
static HBasePB.ServerName |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBasePB.ServerName.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
public static com.google.protobuf.Parser<HBasePB.ServerName> PARSER
public static final int HOST_NAME_FIELD_NUMBER
public static final int PORT_FIELD_NUMBER
public static final int START_CODE_FIELD_NUMBER
public static HBasePB.ServerName getDefaultInstance()
public HBasePB.ServerName getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
public com.google.protobuf.Parser<HBasePB.ServerName> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public boolean hasHostName()
required string host_name = 1;
hasHostName
in interface HBasePB.ServerNameOrBuilder
public String getHostName()
required string host_name = 1;
getHostName
in interface HBasePB.ServerNameOrBuilder
public com.google.protobuf.ByteString getHostNameBytes()
required string host_name = 1;
getHostNameBytes
in interface HBasePB.ServerNameOrBuilder
public boolean hasPort()
optional uint32 port = 2;
hasPort
in interface HBasePB.ServerNameOrBuilder
public int getPort()
optional uint32 port = 2;
getPort
in interface HBasePB.ServerNameOrBuilder
public boolean hasStartCode()
optional uint64 start_code = 3;
hasStartCode
in interface HBasePB.ServerNameOrBuilder
public long getStartCode()
optional uint64 start_code = 3;
getStartCode
in interface HBasePB.ServerNameOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static HBasePB.ServerName parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.ServerName parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.ServerName parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.ServerName parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.ServerName parseFrom(InputStream input) throws IOException
IOException
public static HBasePB.ServerName parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBasePB.ServerName parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HBasePB.ServerName parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBasePB.ServerName parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static HBasePB.ServerName parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBasePB.ServerName.Builder newBuilder()
public HBasePB.ServerName.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static HBasePB.ServerName.Builder newBuilder(HBasePB.ServerName prototype)
public HBasePB.ServerName.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors