public static final class HBaseProtos.ServerName extends com.google.protobuf.GeneratedMessage implements HBaseProtos.ServerNameOrBuilder
ServerName
 Protocol buffer version of ServerName
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
HBaseProtos.ServerName.Builder
Protobuf type  
ServerName | 
| Modifier and Type | Field and Description | 
|---|---|
static int | 
HOST_NAME_FIELD_NUMBER  | 
static <any> | 
PARSER  | 
static int | 
PORT_FIELD_NUMBER  | 
static int | 
START_CODE_FIELD_NUMBER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static HBaseProtos.ServerName | 
getDefaultInstance()  | 
HBaseProtos.ServerName | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
String | 
getHostName()
required string host_name = 1; | 
com.google.protobuf.ByteString | 
getHostNameBytes()
required string host_name = 1; | 
<any> | 
getParserForType()  | 
int | 
getPort()
optional uint32 port = 2; | 
int | 
getSerializedSize()  | 
long | 
getStartCode()
optional uint64 start_code = 3; | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
int | 
hashCode()  | 
boolean | 
hasHostName()
required string host_name = 1; | 
boolean | 
hasPort()
optional uint32 port = 2; | 
boolean | 
hasStartCode()
optional uint64 start_code = 3; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static HBaseProtos.ServerName.Builder | 
newBuilder()  | 
static HBaseProtos.ServerName.Builder | 
newBuilder(HBaseProtos.ServerName prototype)  | 
HBaseProtos.ServerName.Builder | 
newBuilderForType()  | 
protected HBaseProtos.ServerName.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static HBaseProtos.ServerName | 
parseDelimitedFrom(InputStream input)  | 
static HBaseProtos.ServerName | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static HBaseProtos.ServerName | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static HBaseProtos.ServerName | 
parseFrom(com.google.protobuf.ByteString data)  | 
static HBaseProtos.ServerName | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static HBaseProtos.ServerName | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static HBaseProtos.ServerName | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static HBaseProtos.ServerName | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
HBaseProtos.ServerName.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
public static <any> 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 HBaseProtos.ServerName getDefaultInstance()
public HBaseProtos.ServerName getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasHostName()
required string host_name = 1;hasHostName in interface HBaseProtos.ServerNameOrBuilderpublic String getHostName()
required string host_name = 1;getHostName in interface HBaseProtos.ServerNameOrBuilderpublic com.google.protobuf.ByteString getHostNameBytes()
required string host_name = 1;getHostNameBytes in interface HBaseProtos.ServerNameOrBuilderpublic boolean hasPort()
optional uint32 port = 2;hasPort in interface HBaseProtos.ServerNameOrBuilderpublic int getPort()
optional uint32 port = 2;getPort in interface HBaseProtos.ServerNameOrBuilderpublic boolean hasStartCode()
optional uint64 start_code = 3;hasStartCode in interface HBaseProtos.ServerNameOrBuilderpublic long getStartCode()
optional uint64 start_code = 3;getStartCode in interface HBaseProtos.ServerNameOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(Object obj)
public int hashCode()
public static HBaseProtos.ServerName parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.ServerName parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.ServerName parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.ServerName parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBaseProtos.ServerName parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HBaseProtos.ServerName parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBaseProtos.ServerName parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HBaseProtos.ServerName parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBaseProtos.ServerName.Builder newBuilder()
public HBaseProtos.ServerName.Builder newBuilderForType()
public static HBaseProtos.ServerName.Builder newBuilder(HBaseProtos.ServerName prototype)
public HBaseProtos.ServerName.Builder toBuilder()
protected HBaseProtos.ServerName.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)