| 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()
Deprecated.
|
ShowLocksResponse |
IMetaStoreClient.showLocks()
Deprecated.
|
ShowLocksResponse |
HiveMetaStoreClient.showLocks(ShowLocksRequest request) |
ShowLocksResponse |
IMetaStoreClient.showLocks(ShowLocksRequest showLocksRequest)
Show all currently held and waiting locks.
|
| Modifier and Type | Method and Description |
|---|---|
ShowLocksResponse |
ShowLocksResponse.deepCopy() |
ShowLocksResponse |
ThriftHiveMetastore.AsyncClient.show_locks_call.getResult() |
ShowLocksResponse |
ThriftHiveMetastore.show_locks_result.getSuccess() |
ShowLocksResponse |
ThriftHiveMetastore.Client.recv_show_locks() |
ShowLocksResponse |
ThriftHiveMetastore.Iface.show_locks(ShowLocksRequest rqst) |
ShowLocksResponse |
ThriftHiveMetastore.Client.show_locks(ShowLocksRequest rqst) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<ShowLocksResponse> |
ThriftHiveMetastore.AsyncProcessor.show_locks.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
ShowLocksResponse.compareTo(ShowLocksResponse other) |
boolean |
ShowLocksResponse.equals(ShowLocksResponse that) |
void |
ThriftHiveMetastore.show_locks_result.setSuccess(ShowLocksResponse success) |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
ThriftHiveMetastore.AsyncProcessor.show_locks.start(I iface,
ThriftHiveMetastore.show_locks_args args,
org.apache.thrift.async.AsyncMethodCallback<ShowLocksResponse> resultHandler) |
| Constructor and Description |
|---|
show_locks_result(ShowLocksResponse success) |
ShowLocksResponse(ShowLocksResponse other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
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) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.