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, parseUnknownFieldpublic 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.MessageLiteOrBuilderpublic com.google.protobuf.Parser<HBasePB.ServerName> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasHostName()
required string host_name = 1;hasHostName in interface HBasePB.ServerNameOrBuilderpublic String getHostName()
required string host_name = 1;getHostName in interface HBasePB.ServerNameOrBuilderpublic com.google.protobuf.ByteString getHostNameBytes()
required string host_name = 1;getHostNameBytes in interface HBasePB.ServerNameOrBuilderpublic boolean hasPort()
optional uint32 port = 2;hasPort in interface HBasePB.ServerNameOrBuilderpublic int getPort()
optional uint32 port = 2;getPort in interface HBasePB.ServerNameOrBuilderpublic boolean hasStartCode()
optional uint64 start_code = 3;hasStartCode in interface HBasePB.ServerNameOrBuilderpublic long getStartCode()
optional uint64 start_code = 3;getStartCode in interface HBasePB.ServerNameOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic static HBasePB.ServerName parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBasePB.ServerName parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBasePB.ServerName parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBasePB.ServerName parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBasePB.ServerName parseFrom(InputStream input) throws IOException
IOExceptionpublic static HBasePB.ServerName parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBasePB.ServerName parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HBasePB.ServerName parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBasePB.ServerName parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HBasePB.ServerName parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBasePB.ServerName.Builder newBuilder()
public HBasePB.ServerName.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static HBasePB.ServerName.Builder newBuilder(HBasePB.ServerName prototype)
public HBasePB.ServerName.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors