Package | Description |
---|---|
org.apache.hadoop.hive.metastore.api |
Modifier and Type | Method and Description |
---|---|
static LockState |
LockState.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
LockState |
ShowLocksResponseElement.getState() |
LockState |
LockResponse.getState() |
static LockState |
LockState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockState[] |
LockState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ShowLocksResponseElement.setState(LockState state) |
void |
LockResponse.setState(LockState state) |
Constructor and Description |
---|
LockResponse(long lockid,
LockState state) |
ShowLocksResponseElement(long lockid,
String dbname,
LockState state,
LockType type,
long lastheartbeat,
String user,
String hostname) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.