| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
ColumnStatistics |
AbstractThriftHiveMetastore.get_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name) |
ColumnStatistics |
AbstractThriftHiveMetastore.get_table_column_statistics(String db_name,
String tbl_name,
String col_name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractThriftHiveMetastore.update_partition_column_statistics(ColumnStatistics stats_obj) |
boolean |
AbstractThriftHiveMetastore.update_table_column_statistics(ColumnStatistics stats_obj) |
boolean |
HiveMetaStoreClient.updatePartitionColumnStatistics(ColumnStatistics statsObj) |
boolean |
IMetaStoreClient.updatePartitionColumnStatistics(ColumnStatistics statsObj)
Write partition level column statistics to persistent store
|
boolean |
HiveMetaStoreClient.updateTableColumnStatistics(ColumnStatistics statsObj)
Write table level column statistics to persistent store
|
boolean |
IMetaStoreClient.updateTableColumnStatistics(ColumnStatistics statsObj)
Write table level column statistics to persistent store
|
| Modifier and Type | Method and Description |
|---|---|
ColumnStatistics |
ColumnStatistics.deepCopy() |
ColumnStatistics |
ThriftHiveMetastore.Iface.get_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name) |
ColumnStatistics |
ThriftHiveMetastore.Client.get_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name) |
ColumnStatistics |
ThriftHiveMetastore.Iface.get_table_column_statistics(String db_name,
String tbl_name,
String col_name) |
ColumnStatistics |
ThriftHiveMetastore.Client.get_table_column_statistics(String db_name,
String tbl_name,
String col_name) |
ColumnStatistics |
Partition.getColStats() |
ColumnStatistics |
Table.getColStats() |
ColumnStatistics |
ThriftHiveMetastore.AsyncClient.get_table_column_statistics_call.getResult() |
ColumnStatistics |
ThriftHiveMetastore.AsyncClient.get_partition_column_statistics_call.getResult() |
ColumnStatistics |
ThriftHiveMetastore.update_table_column_statistics_args.getStats_obj() |
ColumnStatistics |
ThriftHiveMetastore.update_partition_column_statistics_args.getStats_obj() |
ColumnStatistics |
ThriftHiveMetastore.get_table_column_statistics_result.getSuccess() |
ColumnStatistics |
ThriftHiveMetastore.get_partition_column_statistics_result.getSuccess() |
ColumnStatistics |
ThriftHiveMetastore.Client.recv_get_partition_column_statistics() |
ColumnStatistics |
ThriftHiveMetastore.Client.recv_get_table_column_statistics() |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnStatistics> |
SetPartitionsStatsRequest.getColStats() |
Iterator<ColumnStatistics> |
SetPartitionsStatsRequest.getColStatsIterator() |
org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> |
ThriftHiveMetastore.AsyncProcessor.get_table_column_statistics.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> |
ThriftHiveMetastore.AsyncProcessor.get_partition_column_statistics.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
void |
SetPartitionsStatsRequest.addToColStats(ColumnStatistics elem) |
int |
ColumnStatistics.compareTo(ColumnStatistics other) |
boolean |
ColumnStatistics.equals(ColumnStatistics that) |
void |
ThriftHiveMetastore.Client.send_update_partition_column_statistics(ColumnStatistics stats_obj) |
void |
ThriftHiveMetastore.Client.send_update_table_column_statistics(ColumnStatistics stats_obj) |
void |
Partition.setColStats(ColumnStatistics colStats) |
void |
Table.setColStats(ColumnStatistics colStats) |
void |
ThriftHiveMetastore.update_table_column_statistics_args.setStats_obj(ColumnStatistics stats_obj) |
void |
ThriftHiveMetastore.update_partition_column_statistics_args.setStats_obj(ColumnStatistics stats_obj) |
void |
ThriftHiveMetastore.get_table_column_statistics_result.setSuccess(ColumnStatistics success) |
void |
ThriftHiveMetastore.get_partition_column_statistics_result.setSuccess(ColumnStatistics success) |
boolean |
ThriftHiveMetastore.Iface.update_partition_column_statistics(ColumnStatistics stats_obj) |
boolean |
ThriftHiveMetastore.Client.update_partition_column_statistics(ColumnStatistics stats_obj) |
void |
ThriftHiveMetastore.AsyncIface.update_partition_column_statistics(ColumnStatistics stats_obj,
org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.update_partition_column_statistics(ColumnStatistics stats_obj,
org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) |
boolean |
ThriftHiveMetastore.Iface.update_table_column_statistics(ColumnStatistics stats_obj) |
boolean |
ThriftHiveMetastore.Client.update_table_column_statistics(ColumnStatistics stats_obj) |
void |
ThriftHiveMetastore.AsyncIface.update_table_column_statistics(ColumnStatistics stats_obj,
org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.update_table_column_statistics(ColumnStatistics stats_obj,
org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.get_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name,
org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name,
org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_table_column_statistics(String db_name,
String tbl_name,
String col_name,
org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_table_column_statistics(String db_name,
String tbl_name,
String col_name,
org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler) |
void |
SetPartitionsStatsRequest.setColStats(List<ColumnStatistics> colStats) |
void |
ThriftHiveMetastore.AsyncProcessor.get_partition_column_statistics.start(I iface,
ThriftHiveMetastore.get_partition_column_statistics_args args,
org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_table_column_statistics.start(I iface,
ThriftHiveMetastore.get_table_column_statistics_args args,
org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler) |
| Constructor and Description |
|---|
ColumnStatistics(ColumnStatistics other)
Performs a deep copy on other.
|
get_partition_column_statistics_result(ColumnStatistics success,
NoSuchObjectException o1,
MetaException o2,
InvalidInputException o3,
InvalidObjectException o4) |
get_table_column_statistics_result(ColumnStatistics success,
NoSuchObjectException o1,
MetaException o2,
InvalidInputException o3,
InvalidObjectException o4) |
update_partition_column_statistics_args(ColumnStatistics stats_obj) |
update_partition_column_statistics_call(ColumnStatistics stats_obj,
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) |
update_table_column_statistics_args(ColumnStatistics stats_obj) |
update_table_column_statistics_call(ColumnStatistics stats_obj,
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) |
| Constructor and Description |
|---|
get_partition_column_statistics_call(String db_name,
String tbl_name,
String part_name,
String col_name,
org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_table_column_statistics_call(String db_name,
String tbl_name,
String col_name,
org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
SetPartitionsStatsRequest(List<ColumnStatistics> colStats) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.