Uses of Enum Class
org.apache.hadoop.hbase.regionserver.Region.Operation
Packages that use Region.Operation
Package
Description
Table of Contents
-
Uses of Region.Operation in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type Region.OperationModifier and TypeMethodDescriptiondefault voidRegionObserver.postCloseRegionOperation(ObserverContext<? extends RegionCoprocessorEnvironment> ctx, Region.Operation operation) Called after releasing read lock inRegion.closeRegionOperation().default voidRegionObserver.postStartRegionOperation(ObserverContext<? extends RegionCoprocessorEnvironment> ctx, Region.Operation operation) This will be called for region operations where read lock is acquired inRegion.startRegionOperation(). -
Uses of Region.Operation in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return Region.OperationModifier and TypeMethodDescriptionstatic Region.OperationReturns the enum constant of this class with the specified name.static Region.Operation[]Region.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.regionserver with parameters of type Region.OperationModifier and TypeMethodDescriptionvoidHRegion.closeRegionOperation(Region.Operation operation) voidRegion.closeRegionOperation(Region.Operation op) Closes the region operation lock.voidRegionCoprocessorHost.postCloseRegionOperation(Region.Operation op) voidRegionCoprocessorHost.postStartRegionOperation(Region.Operation op) voidHRegion.startRegionOperation(Region.Operation op) voidRegion.startRegionOperation(Region.Operation op) This method needs to be called before any public call that reads or modifies data.