| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
LockResponse |
AbstractThriftHiveMetastore.check_lock(CheckLockRequest rqst) |
LockResponse |
HiveMetaStoreClient.checkLock(long lockid) |
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 |
AbstractThriftHiveMetastore.get_lock_materialization_rebuild(String dbName,
String tableName,
long txnId) |
LockResponse |
HiveMetaStoreClient.lock(LockRequest request) |
LockResponse |
AbstractThriftHiveMetastore.lock(LockRequest rqst) |
LockResponse |
IMetaStoreClient.lock(LockRequest request)
Request a set of locks.
|
LockResponse |
HiveMetaStoreClient.lockMaterializationRebuild(String dbName,
String tableName,
long txnId) |
LockResponse |
IMetaStoreClient.lockMaterializationRebuild(String dbName,
String tableName,
long txnId)
Acquire the materialization rebuild lock for a given view.
|
| 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(String dbName,
String tableName,
long txnId) |
LockResponse |
ThriftHiveMetastore.Client.get_lock_materialization_rebuild(String dbName,
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.AsyncIface.check_lock(CheckLockRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.check_lock(CheckLockRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_lock_materialization_rebuild(String dbName,
String tableName,
long txnId,
org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_lock_materialization_rebuild(String dbName,
String tableName,
long txnId,
org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.lock(LockRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.lock(LockRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) |
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.
|
| Constructor and Description |
|---|
check_lock_call(CheckLockRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_lock_materialization_rebuild_call(String dbName,
String tableName,
long txnId,
org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
lock_call(LockRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.