Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.master.assignment | |
org.apache.hadoop.hbase.master.region | |
org.apache.hadoop.hbase.procedure2.store.region |
Modifier and Type | Field and Description |
---|---|
private MasterRegion |
HMaster.masterRegion |
private MasterRegion |
MasterRegionServerList.region |
Modifier and Type | Method and Description |
---|---|
MasterRegion |
HMaster.getMasterRegion() |
Modifier and Type | Method and Description |
---|---|
protected AssignmentManager |
HMaster.createAssignmentManager(MasterServices master,
MasterRegion masterRegion) |
Constructor and Description |
---|
MasterRegionServerList(MasterRegion region,
Abortable abortable) |
Modifier and Type | Field and Description |
---|---|
private MasterRegion |
RegionStateStore.masterRegion |
private MasterRegion |
AssignmentManager.masterRegion |
Constructor and Description |
---|
AssignmentManager(MasterServices master,
MasterRegion masterRegion) |
AssignmentManager(MasterServices master,
MasterRegion masterRegion,
RegionStateStore stateStore) |
RegionStateStore(MasterServices master,
MasterRegion masterRegion) |
Modifier and Type | Method and Description |
---|---|
static MasterRegion |
MasterRegion.create(MasterRegionParams params) |
static MasterRegion |
MasterRegionFactory.create(Server server) |
Modifier and Type | Field and Description |
---|---|
(package private) MasterRegion |
RegionProcedureStore.region |
Constructor and Description |
---|
RegionProcedureStore(Server server,
MasterRegion region,
LeaseRecovery leaseRecovery) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.