Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.metastore.txn |
Modifier and Type | Method and Description |
---|---|
LockResponse |
HiveMetaStore.HMSHandler.check_lock(CheckLockRequest rqst) |
LockResponse |
IMetaStoreClient.checkLock(long lockid)
Check the status of a set of locks requested via a
IMetaStoreClient.lock(org.apache.hadoop.hive.metastore.api.LockRequest) call. |
LockResponse |
HiveMetaStoreClient.checkLock(long lockid) |
LockResponse |
IMetaStoreClient.lock(LockRequest request)
Request a set of locks.
|
LockResponse |
HiveMetaStoreClient.lock(LockRequest request) |
LockResponse |
HiveMetaStore.HMSHandler.lock(LockRequest rqst) |
Modifier and Type | Method and Description |
---|---|
LockResponse |
ThriftHiveMetastore.Iface.check_lock(CheckLockRequest rqst) |
LockResponse |
ThriftHiveMetastore.Client.check_lock(CheckLockRequest rqst) |
LockResponse |
LockResponse.deepCopy() |
LockResponse |
ThriftHiveMetastore.AsyncClient.lock_call.getResult() |
LockResponse |
ThriftHiveMetastore.AsyncClient.check_lock_call.getResult() |
LockResponse |
ThriftHiveMetastore.lock_result.getSuccess() |
LockResponse |
ThriftHiveMetastore.check_lock_result.getSuccess() |
LockResponse |
ThriftHiveMetastore.Iface.lock(LockRequest rqst) |
LockResponse |
ThriftHiveMetastore.Client.lock(LockRequest rqst) |
LockResponse |
ThriftHiveMetastore.Client.recv_check_lock() |
LockResponse |
ThriftHiveMetastore.Client.recv_lock() |
Modifier and Type | Method and Description |
---|---|
int |
LockResponse.compareTo(LockResponse other) |
boolean |
LockResponse.equals(LockResponse that) |
void |
ThriftHiveMetastore.lock_result.setSuccess(LockResponse success) |
void |
ThriftHiveMetastore.check_lock_result.setSuccess(LockResponse success) |
Constructor and Description |
---|
LockResponse(LockResponse other)
Performs a deep copy on other.
|
ThriftHiveMetastore.check_lock_result(LockResponse success,
NoSuchTxnException o1,
TxnAbortedException o2,
NoSuchLockException o3) |
ThriftHiveMetastore.lock_result(LockResponse success,
NoSuchTxnException o1,
TxnAbortedException o2) |
Modifier and Type | Method and Description |
---|---|
LockResponse |
TxnHandler.checkLock(CheckLockRequest rqst) |
LockResponse |
TxnHandler.lock(LockRequest rqst) |
LockResponse |
TxnHandler.lockNoWait(LockRequest rqst) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.