public static interface ZooKeeperProtos.MetaRegionServerOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getRpcVersion()
The major version of the rpc the server speaks.
|
HBaseProtos.ServerName |
getServer()
The ServerName hosting the meta region currently, or destination server,
if meta region is in transition.
|
HBaseProtos.ServerNameOrBuilder |
getServerOrBuilder()
The ServerName hosting the meta region currently, or destination server,
if meta region is in transition.
|
ClusterStatusProtos.RegionState.State |
getState()
State of the region transition.
|
boolean |
hasRpcVersion()
The major version of the rpc the server speaks.
|
boolean |
hasServer()
The ServerName hosting the meta region currently, or destination server,
if meta region is in transition.
|
boolean |
hasState()
State of the region transition.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasServer()
The ServerName hosting the meta region currently, or destination server, if meta region is in transition.
required .hbase.pb.ServerName server = 1;HBaseProtos.ServerName getServer()
The ServerName hosting the meta region currently, or destination server, if meta region is in transition.
required .hbase.pb.ServerName server = 1;HBaseProtos.ServerNameOrBuilder getServerOrBuilder()
The ServerName hosting the meta region currently, or destination server, if meta region is in transition.
required .hbase.pb.ServerName server = 1;boolean hasRpcVersion()
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.
optional uint32 rpc_version = 2;int getRpcVersion()
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.
optional uint32 rpc_version = 2;boolean hasState()
State of the region transition. OPEN means fully operational 'hbase:meta'
optional .hbase.pb.RegionState.State state = 3;ClusterStatusProtos.RegionState.State getState()
State of the region transition. OPEN means fully operational 'hbase:meta'
optional .hbase.pb.RegionState.State state = 3;Copyright © 2007–2019 Cloudera. All rights reserved.