public static final class ClusterStatusPB.LiveServerInfo extends com.google.protobuf.GeneratedMessageLite implements ClusterStatusPB.LiveServerInfoOrBuilder
LiveServerInfo
Modifier and Type | Class and Description |
---|---|
static class |
ClusterStatusPB.LiveServerInfo.Builder
Protobuf type
LiveServerInfo |
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 com.google.protobuf.Parser<ClusterStatusPB.LiveServerInfo> |
PARSER |
static int |
SERVER_FIELD_NUMBER |
static int |
SERVER_LOAD_FIELD_NUMBER |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
public static com.google.protobuf.Parser<ClusterStatusPB.LiveServerInfo> PARSER
public static final int SERVER_FIELD_NUMBER
public static final int SERVER_LOAD_FIELD_NUMBER
public static ClusterStatusPB.LiveServerInfo getDefaultInstance()
public ClusterStatusPB.LiveServerInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
public com.google.protobuf.Parser<ClusterStatusPB.LiveServerInfo> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public boolean hasServer()
required .ServerName server = 1;
hasServer
in interface ClusterStatusPB.LiveServerInfoOrBuilder
public HBasePB.ServerName getServer()
required .ServerName server = 1;
getServer
in interface ClusterStatusPB.LiveServerInfoOrBuilder
public boolean hasServerLoad()
required .ServerLoad server_load = 2;
hasServerLoad
in interface ClusterStatusPB.LiveServerInfoOrBuilder
public ClusterStatusPB.ServerLoad getServerLoad()
required .ServerLoad server_load = 2;
getServerLoad
in interface ClusterStatusPB.LiveServerInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static ClusterStatusPB.LiveServerInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.LiveServerInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.LiveServerInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.LiveServerInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.LiveServerInfo parseFrom(InputStream input) throws IOException
IOException
public static ClusterStatusPB.LiveServerInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterStatusPB.LiveServerInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClusterStatusPB.LiveServerInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterStatusPB.LiveServerInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClusterStatusPB.LiveServerInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterStatusPB.LiveServerInfo.Builder newBuilder()
public ClusterStatusPB.LiveServerInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ClusterStatusPB.LiveServerInfo.Builder newBuilder(ClusterStatusPB.LiveServerInfo prototype)
public ClusterStatusPB.LiveServerInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors