程序包 | 说明 |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.zookeeper |
限定符和类型 | 方法和说明 |
---|---|
Set<RegionState> |
ClusterStatus.getRegionsInTransition() |
构造器和说明 |
---|
ClusterStatus(String hbaseVersion,
String clusterid,
Map<ServerName,ServerLoad> servers,
Collection<ServerName> deadServers,
ServerName master,
Collection<ServerName> backupMasters,
Map<String,RegionState> rit,
String[] masterCoprocessors,
Boolean balancerOn)
已过时。
|
ClusterStatus(String hbaseVersion,
String clusterid,
Map<ServerName,ServerLoad> servers,
Collection<ServerName> deadServers,
ServerName master,
Collection<ServerName> backupMasters,
Set<RegionState> rit,
String[] masterCoprocessors,
Boolean balancerOn) |
限定符和类型 | 方法和说明 |
---|---|
static RegionState |
RegionState.convert(org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionState proto)
Convert a protobuf HBaseProtos.RegionState to a RegionState
|
限定符和类型 | 方法和说明 |
---|---|
static RegionState |
ProtobufUtil.parseMetaRegionStateFrom(byte[] data,
int replicaId)
Get the Meta region state from the passed data bytes.
|
限定符和类型 | 方法和说明 |
---|---|
static RegionState |
MetaTableLocator.getMetaRegionState(ZooKeeperWatcher zkw)
Load the meta region state from the meta server ZNode.
|
static RegionState |
MetaTableLocator.getMetaRegionState(ZooKeeperWatcher zkw,
int replicaId)
Load the meta region state from the meta server ZNode.
|
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.