| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractThriftHiveMetastore.compact(CompactionRequest rqst) |
CompactionResponse |
HiveMetaStoreClient.compact2(CompactionRequest request) |
CompactionResponse |
AbstractThriftHiveMetastore.compact2(CompactionRequest rqst) |
CompactionResponse |
IMetaStoreClient.compact2(CompactionRequest request)
Send a request to compact a table or partition.
|
boolean |
HiveMetaStoreClient.submitForCleanup(CompactionRequest rqst,
long highestWriteId,
long txnId) |
boolean |
IMetaStoreClient.submitForCleanup(CompactionRequest rqst,
long highestWriteId,
long txnId)
Submit a request for performing cleanup of output directory.
|
| Modifier and Type | Method and Description |
|---|---|
CompactionRequest |
CompactionRequest.deepCopy() |
CompactionRequest |
ThriftHiveMetastore.submit_for_cleanup_args.getO1() |
CompactionRequest |
ThriftHiveMetastore.compact_args.getRqst() |
CompactionRequest |
ThriftHiveMetastore.compact2_args.getRqst() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.Iface.compact(CompactionRequest rqst) |
void |
ThriftHiveMetastore.Client.compact(CompactionRequest rqst) |
void |
ThriftHiveMetastore.AsyncIface.compact(CompactionRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.compact(CompactionRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
CompactionResponse |
ThriftHiveMetastore.Iface.compact2(CompactionRequest rqst) |
CompactionResponse |
ThriftHiveMetastore.Client.compact2(CompactionRequest rqst) |
void |
ThriftHiveMetastore.AsyncIface.compact2(CompactionRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<CompactionResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.compact2(CompactionRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<CompactionResponse> resultHandler) |
int |
CompactionRequest.compareTo(CompactionRequest other) |
boolean |
CompactionRequest.equals(CompactionRequest that) |
void |
ThriftHiveMetastore.Client.send_compact(CompactionRequest rqst) |
void |
ThriftHiveMetastore.Client.send_compact2(CompactionRequest rqst) |
void |
ThriftHiveMetastore.Client.send_submit_for_cleanup(CompactionRequest o1,
long o2,
long o3) |
void |
ThriftHiveMetastore.submit_for_cleanup_args.setO1(CompactionRequest o1) |
void |
ThriftHiveMetastore.compact_args.setRqst(CompactionRequest rqst) |
void |
ThriftHiveMetastore.compact2_args.setRqst(CompactionRequest rqst) |
boolean |
ThriftHiveMetastore.Iface.submit_for_cleanup(CompactionRequest o1,
long o2,
long o3) |
boolean |
ThriftHiveMetastore.Client.submit_for_cleanup(CompactionRequest o1,
long o2,
long o3) |
void |
ThriftHiveMetastore.AsyncIface.submit_for_cleanup(CompactionRequest o1,
long o2,
long o3,
org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.submit_for_cleanup(CompactionRequest o1,
long o2,
long o3,
org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) |
| Constructor and Description |
|---|
compact_args(CompactionRequest rqst) |
compact_call(CompactionRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
compact2_args(CompactionRequest rqst) |
compact2_call(CompactionRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<CompactionResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
CompactionRequest(CompactionRequest other)
Performs a deep copy on other.
|
submit_for_cleanup_args(CompactionRequest o1,
long o2,
long o3) |
submit_for_cleanup_call(CompactionRequest o1,
long o2,
long o3,
org.apache.thrift.async.AsyncMethodCallback<Boolean> 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.