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 void
RegionObserver.postCloseRegionOperation
(ObserverContext<? extends RegionCoprocessorEnvironment> ctx, Region.Operation operation) Called after releasing read lock inRegion.closeRegionOperation()
.default void
RegionObserver.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.Operation
Returns 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 TypeMethodDescriptionvoid
HRegion.closeRegionOperation
(Region.Operation operation) void
Region.closeRegionOperation
(Region.Operation op) Closes the region operation lock.void
RegionCoprocessorHost.postCloseRegionOperation
(Region.Operation op) void
RegionCoprocessorHost.postStartRegionOperation
(Region.Operation op) void
HRegion.startRegionOperation
(Region.Operation op) void
Region.startRegionOperation
(Region.Operation op) This method needs to be called before any public call that reads or modifies data.