| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
CompactionResponse |
HiveMetaStoreClient.compact2(CompactionRequest request) |
CompactionResponse |
AbstractThriftHiveMetastore.compact2(CompactionRequest rqst) |
CompactionResponse |
IMetaStoreClient.compact2(CompactionRequest request)
Send a request to compact a table or partition.
|
CompactionResponse |
HiveMetaStoreClient.compact2(String dbname,
String tableName,
String partitionName,
CompactionType type,
Map<String,String> tblproperties) |
CompactionResponse |
IMetaStoreClient.compact2(String dbname,
String tableName,
String partitionName,
CompactionType type,
Map<String,String> tblproperties)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompactionResponse |
ThriftHiveMetastore.Iface.compact2(CompactionRequest rqst) |
CompactionResponse |
ThriftHiveMetastore.Client.compact2(CompactionRequest rqst) |
CompactionResponse |
CompactionResponse.deepCopy() |
CompactionResponse |
ThriftHiveMetastore.AsyncClient.compact2_call.getResult() |
CompactionResponse |
ThriftHiveMetastore.compact2_result.getSuccess() |
CompactionResponse |
ThriftHiveMetastore.Client.recv_compact2() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<CompactionResponse> |
ThriftHiveMetastore.AsyncProcessor.compact2.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
CompactionResponse.compareTo(CompactionResponse other) |
boolean |
CompactionResponse.equals(CompactionResponse that) |
void |
ThriftHiveMetastore.compact2_result.setSuccess(CompactionResponse success) |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
ThriftHiveMetastore.AsyncProcessor.compact2.start(I iface,
ThriftHiveMetastore.compact2_args args,
org.apache.thrift.async.AsyncMethodCallback<CompactionResponse> resultHandler) |
| Constructor and Description |
|---|
compact2_result(CompactionResponse success) |
CompactionResponse(CompactionResponse other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
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) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.