Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.metastore.txn |
Modifier and Type | Method and Description |
---|---|
LockRequest |
LockRequestBuilder.build()
Get the constructed LockRequest.
|
Modifier and Type | Method and Description |
---|---|
LockResponse |
IMetaStoreClient.lock(LockRequest request)
Request a set of locks.
|
LockResponse |
HiveMetaStoreClient.lock(LockRequest request) |
LockResponse |
HiveMetaStore.HMSHandler.lock(LockRequest rqst) |
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<ThriftHiveMetastore.AsyncClient.lock_call> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.lock(LockRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.lock_call> resultHandler) |
void |
ThriftHiveMetastore.Client.send_lock(LockRequest rqst) |
void |
ThriftHiveMetastore.lock_args.setRqst(LockRequest rqst) |
Constructor and Description |
---|
LockRequest(LockRequest other)
Performs a deep copy on other.
|
ThriftHiveMetastore.AsyncClient.lock_call(LockRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.lock_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
ThriftHiveMetastore.lock_args(LockRequest rqst) |
Modifier and Type | Method and Description |
---|---|
LockResponse |
TxnHandler.lock(LockRequest rqst) |
LockResponse |
TxnHandler.lockNoWait(LockRequest rqst) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.