public static final class ClusterStatusProtos.LiveServerInfo extends com.google.protobuf.GeneratedMessage implements ClusterStatusProtos.LiveServerInfoOrBuilder
LiveServerInfo| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ClusterStatusProtos.LiveServerInfo.Builder
Protobuf type  
LiveServerInfo | 
| Modifier and Type | Field and Description | 
|---|---|
static <any> | 
PARSER  | 
static int | 
SERVER_FIELD_NUMBER  | 
static int | 
SERVER_LOAD_FIELD_NUMBER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static ClusterStatusProtos.LiveServerInfo | 
getDefaultInstance()  | 
ClusterStatusProtos.LiveServerInfo | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
<any> | 
getParserForType()  | 
int | 
getSerializedSize()  | 
HBaseProtos.ServerName | 
getServer()
required .ServerName server = 1; | 
ClusterStatusProtos.ServerLoad | 
getServerLoad()
required .ServerLoad server_load = 2; | 
ClusterStatusProtos.ServerLoadOrBuilder | 
getServerLoadOrBuilder()
required .ServerLoad server_load = 2; | 
HBaseProtos.ServerNameOrBuilder | 
getServerOrBuilder()
required .ServerName server = 1; | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
int | 
hashCode()  | 
boolean | 
hasServer()
required .ServerName server = 1; | 
boolean | 
hasServerLoad()
required .ServerLoad server_load = 2; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static ClusterStatusProtos.LiveServerInfo.Builder | 
newBuilder()  | 
static ClusterStatusProtos.LiveServerInfo.Builder | 
newBuilder(ClusterStatusProtos.LiveServerInfo prototype)  | 
ClusterStatusProtos.LiveServerInfo.Builder | 
newBuilderForType()  | 
protected ClusterStatusProtos.LiveServerInfo.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static ClusterStatusProtos.LiveServerInfo | 
parseDelimitedFrom(InputStream input)  | 
static ClusterStatusProtos.LiveServerInfo | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ClusterStatusProtos.LiveServerInfo | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ClusterStatusProtos.LiveServerInfo | 
parseFrom(com.google.protobuf.ByteString data)  | 
static ClusterStatusProtos.LiveServerInfo | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ClusterStatusProtos.LiveServerInfo | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static ClusterStatusProtos.LiveServerInfo | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ClusterStatusProtos.LiveServerInfo | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
ClusterStatusProtos.LiveServerInfo.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
public static <any> PARSER
public static final int SERVER_FIELD_NUMBER
public static final int SERVER_LOAD_FIELD_NUMBER
public static ClusterStatusProtos.LiveServerInfo getDefaultInstance()
public ClusterStatusProtos.LiveServerInfo 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 hasServer()
required .ServerName server = 1;hasServer in interface ClusterStatusProtos.LiveServerInfoOrBuilderpublic HBaseProtos.ServerName getServer()
required .ServerName server = 1;getServer in interface ClusterStatusProtos.LiveServerInfoOrBuilderpublic HBaseProtos.ServerNameOrBuilder getServerOrBuilder()
required .ServerName server = 1;getServerOrBuilder in interface ClusterStatusProtos.LiveServerInfoOrBuilderpublic boolean hasServerLoad()
required .ServerLoad server_load = 2;hasServerLoad in interface ClusterStatusProtos.LiveServerInfoOrBuilderpublic ClusterStatusProtos.ServerLoad getServerLoad()
required .ServerLoad server_load = 2;getServerLoad in interface ClusterStatusProtos.LiveServerInfoOrBuilderpublic ClusterStatusProtos.ServerLoadOrBuilder getServerLoadOrBuilder()
required .ServerLoad server_load = 2;getServerLoadOrBuilder in interface ClusterStatusProtos.LiveServerInfoOrBuilderpublic 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 ClusterStatusProtos.LiveServerInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.LiveServerInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.LiveServerInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.LiveServerInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.LiveServerInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.LiveServerInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.LiveServerInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.LiveServerInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.LiveServerInfo.Builder newBuilder()
public ClusterStatusProtos.LiveServerInfo.Builder newBuilderForType()
public static ClusterStatusProtos.LiveServerInfo.Builder newBuilder(ClusterStatusProtos.LiveServerInfo prototype)
public ClusterStatusProtos.LiveServerInfo.Builder toBuilder()
protected ClusterStatusProtos.LiveServerInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)