| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
ShowCompactResponse |
AbstractThriftHiveMetastore.show_compact(ShowCompactRequest rqst) |
ShowCompactResponse |
HiveMetaStoreClient.showCompactions() |
ShowCompactResponse |
IMetaStoreClient.showCompactions()
Get a list of all compactions.
|
ShowCompactResponse |
HiveMetaStoreClient.showCompactions(ShowCompactRequest request) |
ShowCompactResponse |
IMetaStoreClient.showCompactions(ShowCompactRequest request)
Get a list of compactions for the given request object.
|
| Modifier and Type | Method and Description |
|---|---|
ShowCompactResponse |
ShowCompactResponse.deepCopy() |
ShowCompactResponse |
ThriftHiveMetastore.AsyncClient.show_compact_call.getResult() |
ShowCompactResponse |
ThriftHiveMetastore.show_compact_result.getSuccess() |
ShowCompactResponse |
ThriftHiveMetastore.Client.recv_show_compact() |
ShowCompactResponse |
ThriftHiveMetastore.Iface.show_compact(ShowCompactRequest rqst) |
ShowCompactResponse |
ThriftHiveMetastore.Client.show_compact(ShowCompactRequest rqst) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<ShowCompactResponse> |
ThriftHiveMetastore.AsyncProcessor.show_compact.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
ShowCompactResponse.compareTo(ShowCompactResponse other) |
boolean |
ShowCompactResponse.equals(ShowCompactResponse that) |
void |
ThriftHiveMetastore.show_compact_result.setSuccess(ShowCompactResponse success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.show_compact(ShowCompactRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<ShowCompactResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.show_compact(ShowCompactRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<ShowCompactResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.show_compact.start(I iface,
ThriftHiveMetastore.show_compact_args args,
org.apache.thrift.async.AsyncMethodCallback<ShowCompactResponse> resultHandler) |
| Constructor and Description |
|---|
show_compact_result(ShowCompactResponse success) |
ShowCompactResponse(ShowCompactResponse other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
show_compact_call(ShowCompactRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<ShowCompactResponse> 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.