| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
ColumnStatistics |
ColumnStatistics.deepCopy() |
ColumnStatistics |
ThriftHiveMetastore.Iface.get_partition_column_statistics(java.lang.String db_name,
java.lang.String tbl_name,
java.lang.String part_name,
java.lang.String col_name) |
ColumnStatistics |
ThriftHiveMetastore.Client.get_partition_column_statistics(java.lang.String db_name,
java.lang.String tbl_name,
java.lang.String part_name,
java.lang.String col_name) |
ColumnStatistics |
ThriftHiveMetastore.Iface.get_table_column_statistics(java.lang.String db_name,
java.lang.String tbl_name,
java.lang.String col_name) |
ColumnStatistics |
ThriftHiveMetastore.Client.get_table_column_statistics(java.lang.String db_name,
java.lang.String tbl_name,
java.lang.String col_name) |
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 |
|---|---|
java.util.List<ColumnStatistics> |
SetPartitionsStatsRequest.getColStats() |
java.util.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 |
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 resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.update_partition_column_statistics(ColumnStatistics stats_obj,
org.apache.thrift.async.AsyncMethodCallback 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 resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.update_table_column_statistics(ColumnStatistics stats_obj,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
SetPartitionsStatsRequest.setColStats(java.util.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 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 resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
| Constructor and Description |
|---|
SetPartitionsStatsRequest(java.util.List<ColumnStatistics> colStats) |
Copyright © 2013-2021. All Rights Reserved.