Uses of Class
org.apache.hadoop.hbase.regionserver.compactions.CompactionRequest.CompactionState

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

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

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

Uses of CompactionRequest.CompactionState in org.apache.hadoop.hbase.regionserver.compactions
 

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



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.