| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
NoSuchLockException |
NoSuchLockException.deepCopy() |
NoSuchLockException |
ThriftHiveMetastore.unlock_result.getO1() |
NoSuchLockException |
ThriftHiveMetastore.heartbeat_result.getO1() |
NoSuchLockException |
ThriftHiveMetastore.check_lock_result.getO3() |
| Modifier and Type | Method and Description |
|---|---|
int |
NoSuchLockException.compareTo(NoSuchLockException other) |
boolean |
NoSuchLockException.equals(NoSuchLockException that) |
void |
ThriftHiveMetastore.unlock_result.setO1(NoSuchLockException o1) |
void |
ThriftHiveMetastore.heartbeat_result.setO1(NoSuchLockException o1) |
void |
ThriftHiveMetastore.check_lock_result.setO3(NoSuchLockException o3) |
| Modifier and Type | Method and Description |
|---|---|
LockResponse |
ThriftHiveMetastore.Iface.check_lock(CheckLockRequest rqst) |
LockResponse |
ThriftHiveMetastore.Client.check_lock(CheckLockRequest rqst) |
LockResponse |
ThriftHiveMetastore.AsyncClient.check_lock_call.getResult() |
void |
ThriftHiveMetastore.AsyncClient.unlock_call.getResult() |
void |
ThriftHiveMetastore.AsyncClient.heartbeat_call.getResult() |
void |
ThriftHiveMetastore.Iface.heartbeat(HeartbeatRequest ids) |
void |
ThriftHiveMetastore.Client.heartbeat(HeartbeatRequest ids) |
LockResponse |
ThriftHiveMetastore.Client.recv_check_lock() |
void |
ThriftHiveMetastore.Client.recv_heartbeat() |
void |
ThriftHiveMetastore.Client.recv_unlock() |
void |
ThriftHiveMetastore.Iface.unlock(UnlockRequest rqst) |
void |
ThriftHiveMetastore.Client.unlock(UnlockRequest rqst) |
| Constructor and Description |
|---|
check_lock_result(LockResponse success,
NoSuchTxnException o1,
TxnAbortedException o2,
NoSuchLockException o3) |
heartbeat_result(NoSuchLockException o1,
NoSuchTxnException o2,
TxnAbortedException o3) |
NoSuchLockException(NoSuchLockException other)
Performs a deep copy on other.
|
unlock_result(NoSuchLockException o1,
TxnOpenException o2) |
Copyright © 2013-2021. All Rights Reserved.