public static final class ZooKeeperPB.MetaRegionServer extends com.google.protobuf.GeneratedMessageLite implements ZooKeeperPB.MetaRegionServerOrBuilder
MetaRegionServer
Content of the meta-region-server znode.
| Modifier and Type | Class and Description |
|---|---|
static class |
ZooKeeperPB.MetaRegionServer.Builder
Protobuf type
MetaRegionServer |
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<ZooKeeperPB.MetaRegionServer> |
PARSER |
static int |
RPC_VERSION_FIELD_NUMBER |
static int |
SERVER_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static ZooKeeperPB.MetaRegionServer |
getDefaultInstance() |
ZooKeeperPB.MetaRegionServer |
getDefaultInstanceForType() |
com.google.protobuf.Parser<ZooKeeperPB.MetaRegionServer> |
getParserForType() |
int |
getRpcVersion()
optional uint32 rpc_version = 2; |
int |
getSerializedSize() |
HBasePB.ServerName |
getServer()
required .ServerName server = 1; |
ClusterStatusPB.RegionState.State |
getState()
optional .RegionState.State state = 3; |
boolean |
hasRpcVersion()
optional uint32 rpc_version = 2; |
boolean |
hasServer()
required .ServerName server = 1; |
boolean |
hasState()
optional .RegionState.State state = 3; |
boolean |
isInitialized() |
static ZooKeeperPB.MetaRegionServer.Builder |
newBuilder() |
static ZooKeeperPB.MetaRegionServer.Builder |
newBuilder(ZooKeeperPB.MetaRegionServer prototype) |
ZooKeeperPB.MetaRegionServer.Builder |
newBuilderForType() |
static ZooKeeperPB.MetaRegionServer |
parseDelimitedFrom(InputStream input) |
static ZooKeeperPB.MetaRegionServer |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.MetaRegionServer |
parseFrom(byte[] data) |
static ZooKeeperPB.MetaRegionServer |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.MetaRegionServer |
parseFrom(com.google.protobuf.ByteString data) |
static ZooKeeperPB.MetaRegionServer |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.MetaRegionServer |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ZooKeeperPB.MetaRegionServer |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.MetaRegionServer |
parseFrom(InputStream input) |
static ZooKeeperPB.MetaRegionServer |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ZooKeeperPB.MetaRegionServer.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static com.google.protobuf.Parser<ZooKeeperPB.MetaRegionServer> PARSER
public static final int SERVER_FIELD_NUMBER
public static final int RPC_VERSION_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static ZooKeeperPB.MetaRegionServer getDefaultInstance()
public ZooKeeperPB.MetaRegionServer getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ZooKeeperPB.MetaRegionServer> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasServer()
required .ServerName server = 1;
The ServerName hosting the meta region currently, or destination server, if meta region is in transition.
hasServer in interface ZooKeeperPB.MetaRegionServerOrBuilderpublic HBasePB.ServerName getServer()
required .ServerName server = 1;
The ServerName hosting the meta region currently, or destination server, if meta region is in transition.
getServer in interface ZooKeeperPB.MetaRegionServerOrBuilderpublic boolean hasRpcVersion()
optional uint32 rpc_version = 2;
The major version of the rpc the server speaks. This is used so that clients connecting to the cluster can have prior knowledge of what version to send to a RegionServer. AsyncHBase will use this to detect versions.
hasRpcVersion in interface ZooKeeperPB.MetaRegionServerOrBuilderpublic int getRpcVersion()
optional uint32 rpc_version = 2;
The major version of the rpc the server speaks. This is used so that clients connecting to the cluster can have prior knowledge of what version to send to a RegionServer. AsyncHBase will use this to detect versions.
getRpcVersion in interface ZooKeeperPB.MetaRegionServerOrBuilderpublic boolean hasState()
optional .RegionState.State state = 3;
State of the region transition. OPEN means fully operational 'hbase:meta'
hasState in interface ZooKeeperPB.MetaRegionServerOrBuilderpublic ClusterStatusPB.RegionState.State getState()
optional .RegionState.State state = 3;
State of the region transition. OPEN means fully operational 'hbase:meta'
getState in interface ZooKeeperPB.MetaRegionServerOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic static ZooKeeperPB.MetaRegionServer parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.MetaRegionServer parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.MetaRegionServer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.MetaRegionServer parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.MetaRegionServer parseFrom(InputStream input) throws IOException
IOExceptionpublic static ZooKeeperPB.MetaRegionServer parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperPB.MetaRegionServer parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ZooKeeperPB.MetaRegionServer parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperPB.MetaRegionServer parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ZooKeeperPB.MetaRegionServer parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperPB.MetaRegionServer.Builder newBuilder()
public ZooKeeperPB.MetaRegionServer.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ZooKeeperPB.MetaRegionServer.Builder newBuilder(ZooKeeperPB.MetaRegionServer prototype)
public ZooKeeperPB.MetaRegionServer.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors