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, parseUnknownField
public 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.MessageLiteOrBuilder
public com.google.protobuf.Parser<ZooKeeperPB.MetaRegionServer> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public 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.MetaRegionServerOrBuilder
public 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.MetaRegionServerOrBuilder
public 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.MetaRegionServerOrBuilder
public 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.MetaRegionServerOrBuilder
public boolean hasState()
optional .RegionState.State state = 3;
State of the region transition. OPEN means fully operational 'hbase:meta'
hasState
in interface ZooKeeperPB.MetaRegionServerOrBuilder
public ClusterStatusPB.RegionState.State getState()
optional .RegionState.State state = 3;
State of the region transition. OPEN means fully operational 'hbase:meta'
getState
in interface ZooKeeperPB.MetaRegionServerOrBuilder
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 ZooKeeperPB.MetaRegionServer parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.MetaRegionServer parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.MetaRegionServer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.MetaRegionServer parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.MetaRegionServer parseFrom(InputStream input) throws IOException
IOException
public static ZooKeeperPB.MetaRegionServer parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperPB.MetaRegionServer parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ZooKeeperPB.MetaRegionServer parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperPB.MetaRegionServer parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ZooKeeperPB.MetaRegionServer parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperPB.MetaRegionServer.Builder newBuilder()
public ZooKeeperPB.MetaRegionServer.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ZooKeeperPB.MetaRegionServer.Builder newBuilder(ZooKeeperPB.MetaRegionServer prototype)
public ZooKeeperPB.MetaRegionServer.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors