| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
AbstractThriftHiveMetastore.find_columns_with_stats(CompactionInfoStruct cr) |
List<String> |
HiveMetaStoreClient.findColumnsWithStats(CompactionInfoStruct cr) |
List<String> |
IMetaStoreClient.findColumnsWithStats(CompactionInfoStruct cr)
Get columns.
|
void |
AbstractThriftHiveMetastore.mark_cleaned(CompactionInfoStruct cr) |
void |
AbstractThriftHiveMetastore.mark_compacted(CompactionInfoStruct cr) |
void |
AbstractThriftHiveMetastore.mark_failed(CompactionInfoStruct cr) |
void |
HiveMetaStoreClient.markCleaned(CompactionInfoStruct cr) |
void |
IMetaStoreClient.markCleaned(CompactionInfoStruct cr)
Mark a finished compaction as cleaned.
|
void |
HiveMetaStoreClient.markCompacted(CompactionInfoStruct cr) |
void |
IMetaStoreClient.markCompacted(CompactionInfoStruct cr)
Mark a finished compaction as compacted.
|
void |
HiveMetaStoreClient.markFailed(CompactionInfoStruct cr) |
void |
IMetaStoreClient.markFailed(CompactionInfoStruct cr)
Mark a finished compaction as failed.
|
void |
HiveMetaStoreClient.markRefused(CompactionInfoStruct cr) |
void |
IMetaStoreClient.markRefused(CompactionInfoStruct cr)
Mark a compaction as refused (to run).
|
void |
AbstractThriftHiveMetastore.update_compactor_state(CompactionInfoStruct cr,
long txn_id) |
void |
HiveMetaStoreClient.updateCompactorState(CompactionInfoStruct cr,
long txnId) |
void |
IMetaStoreClient.updateCompactorState(CompactionInfoStruct cr,
long txnId)
Set the compaction highest write id.
|
| Modifier and Type | Method and Description |
|---|---|
CompactionInfoStruct |
CompactionInfoStruct.deepCopy() |
CompactionInfoStruct |
OptionalCompactionInfoStruct.getCi() |
CompactionInfoStruct |
ThriftHiveMetastore.update_compactor_state_args.getCr() |
CompactionInfoStruct |
ThriftHiveMetastore.find_columns_with_stats_args.getCr() |
CompactionInfoStruct |
ThriftHiveMetastore.mark_cleaned_args.getCr() |
CompactionInfoStruct |
ThriftHiveMetastore.mark_compacted_args.getCr() |
CompactionInfoStruct |
ThriftHiveMetastore.mark_failed_args.getCr() |
CompactionInfoStruct |
ThriftHiveMetastore.mark_refused_args.getCr() |
| Modifier and Type | Method and Description |
|---|---|
List<CompactionInfoStruct> |
GetLatestCommittedCompactionInfoResponse.getCompactions() |
Iterator<CompactionInfoStruct> |
GetLatestCommittedCompactionInfoResponse.getCompactionsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetLatestCommittedCompactionInfoResponse.addToCompactions(CompactionInfoStruct elem) |
int |
CompactionInfoStruct.compareTo(CompactionInfoStruct other) |
boolean |
CompactionInfoStruct.equals(CompactionInfoStruct that) |
List<String> |
ThriftHiveMetastore.Iface.find_columns_with_stats(CompactionInfoStruct cr) |
List<String> |
ThriftHiveMetastore.Client.find_columns_with_stats(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.AsyncIface.find_columns_with_stats(CompactionInfoStruct cr,
org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.find_columns_with_stats(CompactionInfoStruct cr,
org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler) |
void |
ThriftHiveMetastore.Iface.mark_cleaned(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Client.mark_cleaned(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.AsyncIface.mark_cleaned(CompactionInfoStruct cr,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.mark_cleaned(CompactionInfoStruct cr,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.Iface.mark_compacted(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Client.mark_compacted(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.AsyncIface.mark_compacted(CompactionInfoStruct cr,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.mark_compacted(CompactionInfoStruct cr,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.Iface.mark_failed(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Client.mark_failed(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.AsyncIface.mark_failed(CompactionInfoStruct cr,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.mark_failed(CompactionInfoStruct cr,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.Iface.mark_refused(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Client.mark_refused(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.AsyncIface.mark_refused(CompactionInfoStruct cr,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.mark_refused(CompactionInfoStruct cr,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.Client.send_find_columns_with_stats(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Client.send_mark_cleaned(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Client.send_mark_compacted(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Client.send_mark_failed(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Client.send_mark_refused(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Client.send_update_compactor_state(CompactionInfoStruct cr,
long txn_id) |
void |
OptionalCompactionInfoStruct.setCi(CompactionInfoStruct ci) |
void |
ThriftHiveMetastore.update_compactor_state_args.setCr(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.find_columns_with_stats_args.setCr(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.mark_cleaned_args.setCr(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.mark_compacted_args.setCr(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.mark_failed_args.setCr(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.mark_refused_args.setCr(CompactionInfoStruct cr) |
void |
ThriftHiveMetastore.Iface.update_compactor_state(CompactionInfoStruct cr,
long txn_id) |
void |
ThriftHiveMetastore.Client.update_compactor_state(CompactionInfoStruct cr,
long txn_id) |
void |
ThriftHiveMetastore.AsyncIface.update_compactor_state(CompactionInfoStruct cr,
long txn_id,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.update_compactor_state(CompactionInfoStruct cr,
long txn_id,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetLatestCommittedCompactionInfoResponse.setCompactions(List<CompactionInfoStruct> compactions) |
| Constructor and Description |
|---|
CompactionInfoStruct(CompactionInfoStruct other)
Performs a deep copy on other.
|
find_columns_with_stats_args(CompactionInfoStruct cr) |
find_columns_with_stats_call(CompactionInfoStruct cr,
org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
mark_cleaned_args(CompactionInfoStruct cr) |
mark_cleaned_call(CompactionInfoStruct cr,
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) |
mark_compacted_args(CompactionInfoStruct cr) |
mark_compacted_call(CompactionInfoStruct cr,
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) |
mark_failed_args(CompactionInfoStruct cr) |
mark_failed_call(CompactionInfoStruct cr,
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) |
mark_refused_args(CompactionInfoStruct cr) |
mark_refused_call(CompactionInfoStruct cr,
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) |
update_compactor_state_args(CompactionInfoStruct cr,
long txn_id) |
update_compactor_state_call(CompactionInfoStruct cr,
long txn_id,
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) |
| Constructor and Description |
|---|
GetLatestCommittedCompactionInfoResponse(List<CompactionInfoStruct> compactions) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.