Class RegionNormalizerFactory
java.lang.Object
org.apache.hadoop.hbase.master.normalizer.RegionNormalizerFactory
Factory to create instance of
RegionNormalizer
as configured.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RegionNormalizerManager
createNormalizerManager
(org.apache.hadoop.conf.Configuration conf, MasterRegion masterRegion, ZKWatcher zkWatcher, HMaster master) private static RegionNormalizer
getRegionNormalizer
(org.apache.hadoop.conf.Configuration conf) Create a region normalizer from the given conf.
-
Constructor Details
-
RegionNormalizerFactory
private RegionNormalizerFactory()
-
-
Method Details
-
createNormalizerManager
public static RegionNormalizerManager createNormalizerManager(org.apache.hadoop.conf.Configuration conf, MasterRegion masterRegion, ZKWatcher zkWatcher, HMaster master) throws DeserializationException, IOException, org.apache.zookeeper.KeeperException - Throws:
DeserializationException
IOException
org.apache.zookeeper.KeeperException
-
getRegionNormalizer
Create a region normalizer from the given conf.- Parameters:
conf
- configuration- Returns:
RegionNormalizer
implementation
-