| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
LockRequest |
LockRequest.deepCopy() |
LockRequest |
ThriftHiveMetastore.lock_args.getRqst() |
| Modifier and Type | Method and Description |
|---|---|
int |
LockRequest.compareTo(LockRequest other) |
boolean |
LockRequest.equals(LockRequest that) |
LockResponse |
ThriftHiveMetastore.Iface.lock(LockRequest rqst) |
LockResponse |
ThriftHiveMetastore.Client.lock(LockRequest rqst) |
void |
ThriftHiveMetastore.AsyncIface.lock(LockRequest rqst,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.lock(LockRequest rqst,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
ThriftHiveMetastore.Client.send_lock(LockRequest rqst) |
void |
ThriftHiveMetastore.lock_args.setRqst(LockRequest rqst) |
| Constructor and Description |
|---|
lock_args(LockRequest rqst) |
lock_call(LockRequest rqst,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
LockRequest(LockRequest other)
Performs a deep copy on other.
|
Copyright © 2013-2021. All Rights Reserved.