| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api | |
| org.apache.hadoop.hive.metastore.utils |
Package consisting the utility methods for metastore.
|
| Modifier and Type | Method and Description |
|---|---|
GetLatestCommittedCompactionInfoResponse |
AbstractThriftHiveMetastore.get_latest_committed_compaction_info(GetLatestCommittedCompactionInfoRequest rqst) |
GetLatestCommittedCompactionInfoResponse |
HiveMetaStoreClient.getLatestCommittedCompactionInfo(GetLatestCommittedCompactionInfoRequest request) |
GetLatestCommittedCompactionInfoResponse |
IMetaStoreClient.getLatestCommittedCompactionInfo(GetLatestCommittedCompactionInfoRequest request)
Get one latest record of SUCCEEDED or READY_FOR_CLEANING compaction for a table/partition.
|
| Modifier and Type | Method and Description |
|---|---|
GetLatestCommittedCompactionInfoResponse |
GetLatestCommittedCompactionInfoResponse.deepCopy() |
GetLatestCommittedCompactionInfoResponse |
ThriftHiveMetastore.Iface.get_latest_committed_compaction_info(GetLatestCommittedCompactionInfoRequest rqst) |
GetLatestCommittedCompactionInfoResponse |
ThriftHiveMetastore.Client.get_latest_committed_compaction_info(GetLatestCommittedCompactionInfoRequest rqst) |
GetLatestCommittedCompactionInfoResponse |
ThriftHiveMetastore.AsyncClient.get_latest_committed_compaction_info_call.getResult() |
GetLatestCommittedCompactionInfoResponse |
ThriftHiveMetastore.get_latest_committed_compaction_info_result.getSuccess() |
GetLatestCommittedCompactionInfoResponse |
ThriftHiveMetastore.Client.recv_get_latest_committed_compaction_info() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<GetLatestCommittedCompactionInfoResponse> |
ThriftHiveMetastore.AsyncProcessor.get_latest_committed_compaction_info.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
GetLatestCommittedCompactionInfoResponse.compareTo(GetLatestCommittedCompactionInfoResponse other) |
boolean |
GetLatestCommittedCompactionInfoResponse.equals(GetLatestCommittedCompactionInfoResponse that) |
void |
ThriftHiveMetastore.get_latest_committed_compaction_info_result.setSuccess(GetLatestCommittedCompactionInfoResponse success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.get_latest_committed_compaction_info(GetLatestCommittedCompactionInfoRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<GetLatestCommittedCompactionInfoResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_latest_committed_compaction_info(GetLatestCommittedCompactionInfoRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<GetLatestCommittedCompactionInfoResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_latest_committed_compaction_info.start(I iface,
ThriftHiveMetastore.get_latest_committed_compaction_info_args args,
org.apache.thrift.async.AsyncMethodCallback<GetLatestCommittedCompactionInfoResponse> resultHandler) |
| Constructor and Description |
|---|
get_latest_committed_compaction_info_result(GetLatestCommittedCompactionInfoResponse success) |
GetLatestCommittedCompactionInfoResponse(GetLatestCommittedCompactionInfoResponse other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
get_latest_committed_compaction_info_call(GetLatestCommittedCompactionInfoRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<GetLatestCommittedCompactionInfoResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
| Modifier and Type | Method and Description |
|---|---|
static GetLatestCommittedCompactionInfoResponse |
FilterUtils.filterCommittedCompactionInfoStructIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
String catName,
String dbName,
String tableName,
GetLatestCommittedCompactionInfoResponse response) |
| Modifier and Type | Method and Description |
|---|---|
static GetLatestCommittedCompactionInfoResponse |
FilterUtils.filterCommittedCompactionInfoStructIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
String catName,
String dbName,
String tableName,
GetLatestCommittedCompactionInfoResponse response) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.