Uses of Enum Class
org.apache.hadoop.hbase.procedure2.LockType
Packages that use LockType
Package
Description
-
Uses of LockType in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master with parameters of type LockTypeModifier and TypeMethodDescriptionvoid
MasterCoprocessorHost.postRequestLock
(String namespace, TableName tableName, RegionInfo[] regionInfos, LockType type, String description) void
MasterCoprocessorHost.preRequestLock
(String namespace, TableName tableName, RegionInfo[] regionInfos, LockType type, String description) -
Uses of LockType in org.apache.hadoop.hbase.master.locking
Fields in org.apache.hadoop.hbase.master.locking declared as LockTypeModifier and TypeFieldDescriptionprivate final LockType
LockManager.MasterLock.type
private LockType
LockProcedure.type
Methods in org.apache.hadoop.hbase.master.locking that return LockTypeMethods in org.apache.hadoop.hbase.master.locking with parameters of type LockTypeModifier and TypeMethodDescriptionLockManager.createMasterLock
(String namespace, LockType type, String description) LockManager.createMasterLock
(TableName tableName, LockType type, String description) long
LockManager.RemoteLocks.requestNamespaceLock
(String namespace, LockType type, String description, NonceKey nonceKey) long
LockManager.RemoteLocks.requestTableLock
(TableName tableName, LockType type, String description, NonceKey nonceKey) Constructors in org.apache.hadoop.hbase.master.locking with parameters of type LockTypeModifierConstructorDescriptionLockProcedure
(org.apache.hadoop.conf.Configuration conf, String namespace, LockType type, String description, CountDownLatch lockAcquireLatch) Constructor for namespace lock.LockProcedure
(org.apache.hadoop.conf.Configuration conf, RegionInfo[] regionInfos, LockType type, String description, CountDownLatch lockAcquireLatch) Constructor for region lock(s).private
LockProcedure
(org.apache.hadoop.conf.Configuration conf, LockType type, String description, CountDownLatch lockAcquireLatch) LockProcedure
(org.apache.hadoop.conf.Configuration conf, TableName tableName, LockType type, String description, CountDownLatch lockAcquireLatch) Constructor for table lock.MasterLock
(String namespace, LockType type, String description) MasterLock
(TableName tableName, LockType type, String description) -
Uses of LockType in org.apache.hadoop.hbase.procedure2
Fields in org.apache.hadoop.hbase.procedure2 declared as LockTypeMethods in org.apache.hadoop.hbase.procedure2 that return LockTypeModifier and TypeMethodDescriptionLockedResource.getLockType()
static LockType
Returns the enum constant of this class with the specified name.static LockType[]
LockType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.procedure2 with parameters of type LockTypeModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.LockServiceProtos.LockType
ProcedureUtil.convertToProtoLockType
(LockType lockType) Constructors in org.apache.hadoop.hbase.procedure2 with parameters of type LockTypeModifierConstructorDescriptionLockedResource
(LockedResourceType resourceType, String resourceName, LockType lockType, Procedure<?> exclusiveLockOwnerProcedure, int sharedLockCount, List<Procedure<?>> waitingProcedures)