Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.master.assignment | |
org.apache.hadoop.hbase.master.replication | |
org.apache.hadoop.hbase.rsgroup |
Modifier and Type | Class and Description |
---|---|
class |
MirroringTableStateManager
Deprecated.
Since 2.0.0. To be removed in 3.0.0.
|
Modifier and Type | Field and Description |
---|---|
private TableStateManager |
HMaster.tableStateManager |
Modifier and Type | Method and Description |
---|---|
TableStateManager |
MasterServices.getTableStateManager()
Returns Master's instance of
TableStateManager |
TableStateManager |
HMaster.getTableStateManager() |
Modifier and Type | Method and Description |
---|---|
private TableStateManager |
AssignmentManager.getTableStateManager() |
Modifier and Type | Method and Description |
---|---|
Map<TableName,Map<ServerName,List<RegionInfo>>> |
RegionStates.getAssignmentsForBalancer(TableStateManager tableStateManager,
List<ServerName> onlineServers)
This is an EXPENSIVE clone.
|
private boolean |
RegionStates.isTableDisabled(TableStateManager tableStateManager,
TableName tableName) |
Modifier and Type | Method and Description |
---|---|
private boolean |
ModifyPeerProcedure.needReopen(TableStateManager tsm,
TableName tn) |
private boolean |
ModifyPeerProcedure.needSetLastPushedSequenceId(TableStateManager tsm,
TableName tn) |
Modifier and Type | Method and Description |
---|---|
(package private) Map<TableName,Map<ServerName,List<RegionInfo>>> |
RSGroupAdminServer.getRSGroupAssignmentsByTable(TableStateManager tableStateManager,
String groupName)
This is an EXPENSIVE clone.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.