| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
LockRequest |
LockRequestBuilder.build()
Get the constructed LockRequest.
|
| Modifier and Type | Method and Description |
|---|---|
LockResponse |
HiveMetaStoreClient.lock(LockRequest request) |
LockResponse |
AbstractThriftHiveMetastore.lock(LockRequest rqst) |
LockResponse |
IMetaStoreClient.lock(LockRequest request)
Request a set of locks.
|
| 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<LockResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.lock(LockRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<LockResponse> 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<LockResponse> 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 © 2024 The Apache Software Foundation. All rights reserved.