| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.master.assignment | |
| org.apache.hadoop.hbase.master.balancer | |
| org.apache.hadoop.hbase.master.normalizer |
The Region Normalizer subsystem is responsible for coaxing all the regions in a table toward
a "normal" size, according to their storefile size.
|
| org.apache.hadoop.hbase.master.region | |
| org.apache.hadoop.hbase.master.replication | |
| org.apache.hadoop.hbase.master.snapshot | |
| org.apache.hadoop.hbase.procedure2.store.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 |
|---|
BooleanStateStore(MasterRegion masterRegion,
String stateName,
ZKWatcher watcher,
String zkPath) |
MasterRegionServerList(MasterRegion region,
Abortable abortable) |
MasterStateStore(MasterRegion masterRegion,
String stateName,
ZKWatcher watcher,
String zkPath) |
SplitOrMergeStateStore(MasterRegion masterRegion,
ZKWatcher watcher,
org.apache.hadoop.conf.Configuration conf) |
| Constructor and Description |
|---|
AssignmentManager(MasterServices master,
MasterRegion masterRegion) |
RegionStateStore(MasterServices master,
MasterRegion masterRegion) |
| Constructor and Description |
|---|
LoadBalancerStateStore(MasterRegion masterRegion,
ZKWatcher watcher) |
| Modifier and Type | Method and Description |
|---|---|
static RegionNormalizerManager |
RegionNormalizerFactory.createNormalizerManager(org.apache.hadoop.conf.Configuration conf,
MasterRegion masterRegion,
ZKWatcher zkWatcher,
HMaster master) |
| Constructor and Description |
|---|
RegionNormalizerStateStore(MasterRegion masterRegion,
ZKWatcher watcher) |
| Modifier and Type | Method and Description |
|---|---|
static MasterRegion |
MasterRegion.create(MasterRegionParams params) |
static MasterRegion |
MasterRegionFactory.create(Server server) |
| Constructor and Description |
|---|
ReplicationPeerModificationStateStore(MasterRegion masterRegion) |
| Constructor and Description |
|---|
SnapshotCleanupStateStore(MasterRegion masterRegion,
ZKWatcher watcher) |
| Constructor and Description |
|---|
RegionProcedureStore(Server server,
MasterRegion region,
LeaseRecovery leaseRecovery) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.