Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.metastore.txn | |
org.apache.hadoop.hive.ql.lockmgr |
Hive Lock Manager interfaces and some custom implmentations
|
Modifier and Type | Method and Description |
---|---|
ShowLocksResponse |
HiveMetaStore.HMSHandler.show_locks(ShowLocksRequest rqst) |
ShowLocksResponse |
IMetaStoreClient.showLocks()
Show all currently held and waiting locks.
|
ShowLocksResponse |
HiveMetaStoreClient.showLocks() |
Modifier and Type | Method and Description |
---|---|
ShowLocksResponse |
ShowLocksResponse.deepCopy() |
ShowLocksResponse |
ThriftHiveMetastore.AsyncClient.show_locks_call.getResult() |
ShowLocksResponse |
ThriftHiveMetastore.show_locks_result.getSuccess() |
ShowLocksResponse |
ThriftHiveMetastore.Client.recv_show_locks() |
ShowLocksResponse |
ThriftHiveMetastore.Iface.show_locks(ShowLocksRequest rqst) |
ShowLocksResponse |
ThriftHiveMetastore.Client.show_locks(ShowLocksRequest rqst) |
Modifier and Type | Method and Description |
---|---|
int |
ShowLocksResponse.compareTo(ShowLocksResponse other) |
boolean |
ShowLocksResponse.equals(ShowLocksResponse that) |
void |
ThriftHiveMetastore.show_locks_result.setSuccess(ShowLocksResponse success) |
Constructor and Description |
---|
ShowLocksResponse(ShowLocksResponse other)
Performs a deep copy on other.
|
ThriftHiveMetastore.show_locks_result(ShowLocksResponse success) |
Modifier and Type | Method and Description |
---|---|
ShowLocksResponse |
TxnHandler.showLocks(ShowLocksRequest rqst) |
Modifier and Type | Method and Description |
---|---|
ShowLocksResponse |
DbLockManager.getLocks() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.