| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
CmRecycleResponse |
AbstractThriftHiveMetastore.cm_recycle(CmRecycleRequest request) |
CmRecycleResponse |
HiveMetaStoreClient.recycleDirToCmPath(CmRecycleRequest request)
Recycles the files recursively from the input path to the cmroot directory either by copying or moving it.
|
CmRecycleResponse |
IMetaStoreClient.recycleDirToCmPath(CmRecycleRequest request)
Recycles the files recursively from the input path to the cmroot directory either by copying or moving it.
|
| Modifier and Type | Method and Description |
|---|---|
CmRecycleResponse |
ThriftHiveMetastore.Iface.cm_recycle(CmRecycleRequest request) |
CmRecycleResponse |
ThriftHiveMetastore.Client.cm_recycle(CmRecycleRequest request) |
CmRecycleResponse |
CmRecycleResponse.deepCopy() |
CmRecycleResponse |
ThriftHiveMetastore.AsyncClient.cm_recycle_call.getResult() |
CmRecycleResponse |
ThriftHiveMetastore.cm_recycle_result.getSuccess() |
CmRecycleResponse |
ThriftHiveMetastore.Client.recv_cm_recycle() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<CmRecycleResponse> |
ThriftHiveMetastore.AsyncProcessor.cm_recycle.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
CmRecycleResponse.compareTo(CmRecycleResponse other) |
boolean |
CmRecycleResponse.equals(CmRecycleResponse that) |
void |
ThriftHiveMetastore.cm_recycle_result.setSuccess(CmRecycleResponse success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.cm_recycle(CmRecycleRequest request,
org.apache.thrift.async.AsyncMethodCallback<CmRecycleResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.cm_recycle(CmRecycleRequest request,
org.apache.thrift.async.AsyncMethodCallback<CmRecycleResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.cm_recycle.start(I iface,
ThriftHiveMetastore.cm_recycle_args args,
org.apache.thrift.async.AsyncMethodCallback<CmRecycleResponse> resultHandler) |
| Constructor and Description |
|---|
cm_recycle_result(CmRecycleResponse success,
MetaException o1) |
CmRecycleResponse(CmRecycleResponse other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
cm_recycle_call(CmRecycleRequest request,
org.apache.thrift.async.AsyncMethodCallback<CmRecycleResponse> 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.