| Package | Description |
|---|---|
| org.apache.hadoop.hbase.procedure2 |
| Modifier and Type | Method and Description |
|---|---|
protected Procedure.LockState |
Procedure.acquireLock(TEnvironment env)
The user should override this method if they need a lock on an Entity.
|
static Procedure.LockState |
Procedure.LockState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Procedure.LockState[] |
Procedure.LockState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.