public static final class ClusterStatusPB.LiveServerInfo.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.LiveServerInfo,ClusterStatusPB.LiveServerInfo.Builder> implements ClusterStatusPB.LiveServerInfoOrBuilder
LiveServerInfopublic ClusterStatusPB.LiveServerInfo.Builder clear()
clear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.LiveServerInfo,ClusterStatusPB.LiveServerInfo.Builder>public ClusterStatusPB.LiveServerInfo.Builder clone()
clone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.LiveServerInfo,ClusterStatusPB.LiveServerInfo.Builder>public ClusterStatusPB.LiveServerInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.LiveServerInfo,ClusterStatusPB.LiveServerInfo.Builder>public ClusterStatusPB.LiveServerInfo build()
build in interface com.google.protobuf.MessageLite.Builderpublic ClusterStatusPB.LiveServerInfo buildPartial()
buildPartial in interface com.google.protobuf.MessageLite.Builderpublic ClusterStatusPB.LiveServerInfo.Builder mergeFrom(ClusterStatusPB.LiveServerInfo other)
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.LiveServerInfo,ClusterStatusPB.LiveServerInfo.Builder>public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic ClusterStatusPB.LiveServerInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<ClusterStatusPB.LiveServerInfo.Builder>IOExceptionpublic boolean hasServer()
required .ServerName server = 1;hasServer in interface ClusterStatusPB.LiveServerInfoOrBuilderpublic HBasePB.ServerName getServer()
required .ServerName server = 1;getServer in interface ClusterStatusPB.LiveServerInfoOrBuilderpublic ClusterStatusPB.LiveServerInfo.Builder setServer(HBasePB.ServerName value)
required .ServerName server = 1;public ClusterStatusPB.LiveServerInfo.Builder setServer(HBasePB.ServerName.Builder builderForValue)
required .ServerName server = 1;public ClusterStatusPB.LiveServerInfo.Builder mergeServer(HBasePB.ServerName value)
required .ServerName server = 1;public ClusterStatusPB.LiveServerInfo.Builder clearServer()
required .ServerName server = 1;public boolean hasServerLoad()
required .ServerLoad server_load = 2;hasServerLoad in interface ClusterStatusPB.LiveServerInfoOrBuilderpublic ClusterStatusPB.ServerLoad getServerLoad()
required .ServerLoad server_load = 2;getServerLoad in interface ClusterStatusPB.LiveServerInfoOrBuilderpublic ClusterStatusPB.LiveServerInfo.Builder setServerLoad(ClusterStatusPB.ServerLoad value)
required .ServerLoad server_load = 2;public ClusterStatusPB.LiveServerInfo.Builder setServerLoad(ClusterStatusPB.ServerLoad.Builder builderForValue)
required .ServerLoad server_load = 2;public ClusterStatusPB.LiveServerInfo.Builder mergeServerLoad(ClusterStatusPB.ServerLoad value)
required .ServerLoad server_load = 2;public ClusterStatusPB.LiveServerInfo.Builder clearServerLoad()
required .ServerLoad server_load = 2;Copyright © 2010-2017, The Async HBase Authors