Uses of Class
org.apache.hadoop.hbase.regionserver.CompactSplitThread.CompactionState

Packages that use CompactSplitThread.CompactionState
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.regionserver   
 

Uses of CompactSplitThread.CompactionState in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return CompactSplitThread.CompactionState
 CompactSplitThread.CompactionState HBaseAdmin.getCompactionState(byte[] tableNameOrRegionName)
          Get the current compaction state of a table or region.
 CompactSplitThread.CompactionState HBaseAdmin.getCompactionState(String tableNameOrRegionName)
          Get the current compaction state of a table or region.
 

Uses of CompactSplitThread.CompactionState in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return CompactSplitThread.CompactionState
static CompactSplitThread.CompactionState CompactSplitThread.getCompactionState(long regionId)
          Find out if a given region is in compaction now.
static CompactSplitThread.CompactionState CompactSplitThread.CompactionState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompactSplitThread.CompactionState[] CompactSplitThread.CompactionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 Cloudera. All Rights Reserved.