Class TestRegionNormalizerWorker

java.lang.Object
org.apache.hadoop.hbase.master.normalizer.TestRegionNormalizerWorker

public class TestRegionNormalizerWorker extends Object
A test over RegionNormalizerWorker. Being a background thread, the only points of interaction we have to this class are its input source (RegionNormalizerWorkQueue and its callbacks invoked against RegionNormalizer and MasterServices. The work queue is simple enough to use directly; for MasterServices, use a mock because, as of now, the worker only invokes 4 methods.