Uses of Class
org.apache.hadoop.hbase.client.HTableMultiplexer.FlushWorker
Packages that use HTableMultiplexer.FlushWorker
-
Uses of HTableMultiplexer.FlushWorker in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client with type parameters of type HTableMultiplexer.FlushWorkerModifier and TypeFieldDescriptionprivate final Map<HRegionLocation,HTableMultiplexer.FlushWorker> HTableMultiplexer.serverToFlushWorkerMapDeprecated.The map between each region server to its flush workerMethod parameters in org.apache.hadoop.hbase.client with type arguments of type HTableMultiplexer.FlushWorkerModifier and TypeMethodDescriptionprivate voidHTableMultiplexer.HTableMultiplexerStatus.initialize(Map<HRegionLocation, HTableMultiplexer.FlushWorker> serverToFlushWorkerMap) Deprecated.Constructor parameters in org.apache.hadoop.hbase.client with type arguments of type HTableMultiplexer.FlushWorkerModifierConstructorDescriptionHTableMultiplexerStatus(Map<HRegionLocation, HTableMultiplexer.FlushWorker> serverToFlushWorkerMap) Deprecated.