Uses of Enum Class
org.apache.hadoop.hbase.regionserver.ReadPointCalculationLock.LockType
Packages that use ReadPointCalculationLock.LockType
-
Uses of ReadPointCalculationLock.LockType in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return ReadPointCalculationLock.LockTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ReadPointCalculationLock.LockType[]
ReadPointCalculationLock.LockType.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 ReadPointCalculationLock.LockTypeModifier and TypeMethodDescription(package private) void
ReadPointCalculationLock.lock
(ReadPointCalculationLock.LockType lockType) (package private) void
ReadPointCalculationLock.unlock
(ReadPointCalculationLock.LockType lockType)