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

Packages that use HRegion.Operation
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.regionserver   
 

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

Methods in org.apache.hadoop.hbase.coprocessor with parameters of type HRegion.Operation
 void BaseRegionObserver.postCloseRegionOperation(ObserverContext<RegionCoprocessorEnvironment> ctx, HRegion.Operation op)
           
 void RegionObserver.postCloseRegionOperation(ObserverContext<RegionCoprocessorEnvironment> ctx, HRegion.Operation operation)
          Called after releasing read lock in HRegion.closeRegionOperation(Operation).
 void BaseRegionObserver.postStartRegionOperation(ObserverContext<RegionCoprocessorEnvironment> ctx, HRegion.Operation op)
           
 void RegionObserver.postStartRegionOperation(ObserverContext<RegionCoprocessorEnvironment> ctx, HRegion.Operation operation)
          This will be called for region operations where read lock is acquired in HRegion.startRegionOperation().
 

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
 void HRegion.closeRegionOperation(HRegion.Operation operation)
          Closes the lock.
 void RegionCoprocessorHost.postCloseRegionOperation(HRegion.Operation op)
           
 void RegionCoprocessorHost.postStartRegionOperation(HRegion.Operation op)
           
protected  void HRegion.startRegionOperation(HRegion.Operation op)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.