| Package | Description |
|---|---|
| org.apache.hadoop.hbase.procedure2 |
| Modifier and Type | Method and Description |
|---|---|
LockType |
LockedResource.getLockType() |
static LockType |
LockType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockType[] |
LockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static LockServiceProtos.LockType |
ProcedureUtil.convertToProtoLockType(LockType lockType) |
| Constructor and Description |
|---|
LockedResource(LockedResourceType resourceType,
String resourceName,
LockType lockType,
Procedure<?> exclusiveLockOwnerProcedure,
int sharedLockCount,
List<Procedure<?>> waitingProcedures) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.