Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.master.handler | |
org.apache.hadoop.hbase.tmpl.master | |
org.apache.hadoop.hbase.zookeeper |
Modifier and Type | Method and Description |
---|---|
ServerManager |
HMaster.getServerManager() |
ServerManager |
MasterServices.getServerManager() |
Constructor and Description |
---|
AssignmentManager.TimeoutMonitor(int period,
Stoppable stopper,
ServerManager serverManager,
int timeout)
Creates a periodic monitor to check for time outs on region transition
operations.
|
AssignmentManager(Server master,
ServerManager serverManager,
CatalogTracker catalogTracker,
LoadBalancer balancer,
ExecutorService service)
Constructs a new assignment manager.
|
Modifier and Type | Field and Description |
---|---|
protected ServerManager |
CreateTableHandler.serverManager |
Constructor and Description |
---|
CreateTableHandler(Server server,
MasterFileSystem fileSystemManager,
ServerManager serverManager,
HTableDescriptor hTableDescriptor,
org.apache.hadoop.conf.Configuration conf,
HRegionInfo[] newRegions,
CatalogTracker catalogTracker,
AssignmentManager assignmentManager) |
Modifier and Type | Field and Description |
---|---|
protected ServerManager |
MasterStatusTmpl.serverManager |
Modifier and Type | Method and Description |
---|---|
ServerManager |
MasterStatusTmpl.ImplData.getServerManager() |
Modifier and Type | Method and Description |
---|---|
MasterStatusTmpl |
MasterStatusTmpl.setServerManager(ServerManager p_serverManager) |
void |
MasterStatusTmpl.ImplData.setServerManager(ServerManager serverManager) |
Constructor and Description |
---|
DrainingServerTracker(ZooKeeperWatcher watcher,
Abortable abortable,
ServerManager serverManager) |
RegionServerTracker(ZooKeeperWatcher watcher,
Abortable abortable,
ServerManager serverManager) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.