public static final class ClusterStatusProtos.LiveServerInfo.Builder extends <any> implements ClusterStatusProtos.LiveServerInfoOrBuilder
LiveServerInfopublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public ClusterStatusProtos.LiveServerInfo.Builder clear()
public ClusterStatusProtos.LiveServerInfo.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public ClusterStatusProtos.LiveServerInfo getDefaultInstanceForType()
public ClusterStatusProtos.LiveServerInfo build()
public ClusterStatusProtos.LiveServerInfo buildPartial()
public ClusterStatusProtos.LiveServerInfo.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public ClusterStatusProtos.LiveServerInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic boolean hasServer()
required .ServerName server = 1;hasServer in interface ClusterStatusProtos.LiveServerInfoOrBuilderpublic HBaseProtos.ServerName getServer()
required .ServerName server = 1;getServer in interface ClusterStatusProtos.LiveServerInfoOrBuilderpublic ClusterStatusProtos.LiveServerInfo.Builder setServer(HBaseProtos.ServerName value)
required .ServerName server = 1;public ClusterStatusProtos.LiveServerInfo.Builder setServer(HBaseProtos.ServerName.Builder builderForValue)
required .ServerName server = 1;public ClusterStatusProtos.LiveServerInfo.Builder mergeServer(HBaseProtos.ServerName value)
required .ServerName server = 1;public ClusterStatusProtos.LiveServerInfo.Builder clearServer()
required .ServerName server = 1;public HBaseProtos.ServerName.Builder getServerBuilder()
required .ServerName server = 1;public 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.LiveServerInfo.Builder setServerLoad(ClusterStatusProtos.ServerLoad value)
required .ServerLoad server_load = 2;public ClusterStatusProtos.LiveServerInfo.Builder setServerLoad(ClusterStatusProtos.ServerLoad.Builder builderForValue)
required .ServerLoad server_load = 2;public ClusterStatusProtos.LiveServerInfo.Builder mergeServerLoad(ClusterStatusProtos.ServerLoad value)
required .ServerLoad server_load = 2;public ClusterStatusProtos.LiveServerInfo.Builder clearServerLoad()
required .ServerLoad server_load = 2;public ClusterStatusProtos.ServerLoad.Builder getServerLoadBuilder()
required .ServerLoad server_load = 2;public ClusterStatusProtos.ServerLoadOrBuilder getServerLoadOrBuilder()
required .ServerLoad server_load = 2;getServerLoadOrBuilder in interface ClusterStatusProtos.LiveServerInfoOrBuilder