| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
ShowLocksResponse |
AbstractThriftHiveMetastore.show_locks(ShowLocksRequest rqst) |
ShowLocksResponse |
HiveMetaStoreClient.showLocks(ShowLocksRequest request) |
ShowLocksResponse |
IMetaStoreClient.showLocks(ShowLocksRequest showLocksRequest)
Show all currently held and waiting locks.
|
| Modifier and Type | Method and Description |
|---|---|
ShowLocksRequest |
ShowLocksRequest.deepCopy() |
ShowLocksRequest |
ThriftHiveMetastore.show_locks_args.getRqst() |
| Modifier and Type | Method and Description |
|---|---|
int |
ShowLocksRequest.compareTo(ShowLocksRequest other) |
boolean |
ShowLocksRequest.equals(ShowLocksRequest that) |
void |
ThriftHiveMetastore.Client.send_show_locks(ShowLocksRequest rqst) |
void |
ThriftHiveMetastore.show_locks_args.setRqst(ShowLocksRequest rqst) |
ShowLocksResponse |
ThriftHiveMetastore.Iface.show_locks(ShowLocksRequest rqst) |
ShowLocksResponse |
ThriftHiveMetastore.Client.show_locks(ShowLocksRequest rqst) |
void |
ThriftHiveMetastore.AsyncIface.show_locks(ShowLocksRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<ShowLocksResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.show_locks(ShowLocksRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<ShowLocksResponse> resultHandler) |
| Constructor and Description |
|---|
show_locks_args(ShowLocksRequest rqst) |
show_locks_call(ShowLocksRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<ShowLocksResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
ShowLocksRequest(ShowLocksRequest other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.