Class RegionNormalizerFactory
java.lang.Object
org.apache.hadoop.hbase.master.normalizer.RegionNormalizerFactory
Factory to create instance of
RegionNormalizer as configured.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RegionNormalizerManagercreateNormalizerManager(org.apache.hadoop.conf.Configuration conf, MasterRegion masterRegion, ZKWatcher zkWatcher, HMaster master) private static RegionNormalizergetRegionNormalizer(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:
DeserializationExceptionIOExceptionorg.apache.zookeeper.KeeperException
-
getRegionNormalizer
Create a region normalizer from the given conf.- Parameters:
conf- configuration- Returns:
RegionNormalizerimplementation
-