| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| 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.Iface.get_lock_materialization_rebuild(java.lang.String dbName,
java.lang.String tableName,
long txnId) |
LockResponse |
ThriftHiveMetastore.Client.get_lock_materialization_rebuild(java.lang.String dbName,
java.lang.String tableName,
long txnId) |
LockResponse |
ThriftHiveMetastore.AsyncClient.lock_call.getResult() |
LockResponse |
ThriftHiveMetastore.AsyncClient.check_lock_call.getResult() |
LockResponse |
ThriftHiveMetastore.AsyncClient.get_lock_materialization_rebuild_call.getResult() |
LockResponse |
ThriftHiveMetastore.lock_result.getSuccess() |
LockResponse |
ThriftHiveMetastore.check_lock_result.getSuccess() |
LockResponse |
ThriftHiveMetastore.get_lock_materialization_rebuild_result.getSuccess() |
LockResponse |
ThriftHiveMetastore.Iface.lock(LockRequest rqst) |
LockResponse |
ThriftHiveMetastore.Client.lock(LockRequest rqst) |
LockResponse |
ThriftHiveMetastore.Client.recv_check_lock() |
LockResponse |
ThriftHiveMetastore.Client.recv_get_lock_materialization_rebuild() |
LockResponse |
ThriftHiveMetastore.Client.recv_lock() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<LockResponse> |
ThriftHiveMetastore.AsyncProcessor.lock.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<LockResponse> |
ThriftHiveMetastore.AsyncProcessor.check_lock.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<LockResponse> |
ThriftHiveMetastore.AsyncProcessor.get_lock_materialization_rebuild.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| 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) |
void |
ThriftHiveMetastore.get_lock_materialization_rebuild_result.setSuccess(LockResponse success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncProcessor.check_lock.start(I iface,
ThriftHiveMetastore.check_lock_args args,
org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_lock_materialization_rebuild.start(I iface,
ThriftHiveMetastore.get_lock_materialization_rebuild_args args,
org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.lock.start(I iface,
ThriftHiveMetastore.lock_args args,
org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) |
| Constructor and Description |
|---|
check_lock_result(LockResponse success,
NoSuchTxnException o1,
TxnAbortedException o2,
NoSuchLockException o3) |
get_lock_materialization_rebuild_result(LockResponse success) |
lock_result(LockResponse success,
NoSuchTxnException o1,
TxnAbortedException o2) |
LockResponse(LockResponse other)
Performs a deep copy on other.
|
Copyright © 2013-2021. All Rights Reserved.