Uses of Enum Class
org.apache.hadoop.hbase.procedure2.LockType
Package
Description
-
Uses of LockType in org.apache.hadoop.hbase.master
Modifier 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
Modifier and TypeFieldDescriptionprivate final LockType
LockManager.MasterLock.type
private LockType
LockProcedure.type
Modifier 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) ModifierConstructorDescriptionLockProcedure
(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
Modifier 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.Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.LockServiceProtos.LockType
ProcedureUtil.convertToProtoLockType
(LockType lockType) ModifierConstructorDescriptionLockedResource
(LockedResourceType resourceType, String resourceName, LockType lockType, Procedure<?> exclusiveLockOwnerProcedure, int sharedLockCount, List<Procedure<?>> waitingProcedures)