Uses of Class
org.apache.hadoop.hbase.regionserver.HRegion.Operation

Packages that use HRegion.Operation
org.apache.hadoop.hbase.regionserver   
 

Uses of HRegion.Operation in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return HRegion.Operation
static HRegion.Operation HRegion.Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HRegion.Operation[] HRegion.Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type HRegion.Operation
protected  void HRegion.startRegionOperation(HRegion.Operation op)
           
 



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