Uses of Class
org.apache.hadoop.hbase.master.region.MasterRegion
Package
Description
The Region Normalizer subsystem is responsible for coaxing all the regions in a table toward
a "normal" size, according to their storefile size.
-
Uses of MasterRegion in org.apache.hadoop.hbase.master
Modifier and TypeFieldDescriptionprivate MasterRegion
HMaster.masterRegion
private final MasterRegion
MasterStateStore.masterRegion
private final MasterRegion
MasterRegionServerList.region
Modifier and TypeMethodDescriptionprotected AssignmentManager
HMaster.createAssignmentManager
(MasterServices master, MasterRegion masterRegion) ModifierConstructorDescriptionprotected
BooleanStateStore
(MasterRegion masterRegion, String stateName, ZKWatcher watcher, String zkPath) MasterRegionServerList
(MasterRegion region, Abortable abortable) protected
MasterStateStore
(MasterRegion masterRegion, String stateName, ZKWatcher watcher, String zkPath) SplitOrMergeStateStore
(MasterRegion masterRegion, ZKWatcher watcher, org.apache.hadoop.conf.Configuration conf) SwitchStateStore
(MasterRegion masterRegion, String stateName, ZKWatcher watcher, String zkPath) -
Uses of MasterRegion in org.apache.hadoop.hbase.master.assignment
Modifier and TypeFieldDescriptionprivate final MasterRegion
AssignmentManager.masterRegion
private final MasterRegion
RegionStateStore.masterRegion
ModifierConstructorDescriptionAssignmentManager
(MasterServices master, MasterRegion masterRegion) (package private)
AssignmentManager
(MasterServices master, MasterRegion masterRegion, RegionStateStore stateStore) RegionStateStore
(MasterServices master, MasterRegion masterRegion) -
Uses of MasterRegion in org.apache.hadoop.hbase.master.balancer
ModifierConstructorDescriptionLoadBalancerStateStore
(MasterRegion masterRegion, ZKWatcher watcher) -
Uses of MasterRegion in org.apache.hadoop.hbase.master.normalizer
Modifier and TypeMethodDescriptionstatic RegionNormalizerManager
RegionNormalizerFactory.createNormalizerManager
(org.apache.hadoop.conf.Configuration conf, MasterRegion masterRegion, ZKWatcher zkWatcher, HMaster master) ModifierConstructorDescriptionRegionNormalizerStateStore
(MasterRegion masterRegion, ZKWatcher watcher) -
Uses of MasterRegion in org.apache.hadoop.hbase.master.region
Modifier and TypeMethodDescriptionstatic MasterRegion
MasterRegion.create
(MasterRegionParams params) static MasterRegion
-
Uses of MasterRegion in org.apache.hadoop.hbase.master.replication
-
Uses of MasterRegion in org.apache.hadoop.hbase.master.snapshot
ModifierConstructorDescriptionSnapshotCleanupStateStore
(MasterRegion masterRegion, ZKWatcher watcher) -
Uses of MasterRegion in org.apache.hadoop.hbase.procedure2.store.region
Modifier and TypeFieldDescription(package private) final MasterRegion
RegionProcedureStore.region
ModifierConstructorDescriptionRegionProcedureStore
(Server server, MasterRegion region, LeaseRecovery leaseRecovery)