| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
AggrStats |
AbstractThriftHiveMetastore.get_aggr_stats_for(PartitionsStatsRequest request) |
AggrStats |
HiveMetaStoreClient.getAggrColStatsFor(String dbName,
String tblName,
List<String> colNames,
List<String> partNames,
String engine) |
AggrStats |
IMetaStoreClient.getAggrColStatsFor(String dbName,
String tblName,
List<String> colNames,
List<String> partName,
String engine)
Get aggregated column stats for a set of partitions.
|
AggrStats |
HiveMetaStoreClient.getAggrColStatsFor(String dbName,
String tblName,
List<String> colNames,
List<String> partNames,
String engine,
String writeIdList) |
AggrStats |
IMetaStoreClient.getAggrColStatsFor(String dbName,
String tblName,
List<String> colNames,
List<String> partName,
String engine,
String writeIdList) |
AggrStats |
HiveMetaStoreClient.getAggrColStatsFor(String catName,
String dbName,
String tblName,
List<String> colNames,
List<String> partNames,
String engine) |
AggrStats |
IMetaStoreClient.getAggrColStatsFor(String catName,
String dbName,
String tblName,
List<String> colNames,
List<String> partNames,
String engine)
Get aggregated column stats for a set of partitions.
|
AggrStats |
HiveMetaStoreClient.getAggrColStatsFor(String catName,
String dbName,
String tblName,
List<String> colNames,
List<String> partNames,
String engine,
String writeIdList) |
AggrStats |
IMetaStoreClient.getAggrColStatsFor(String catName,
String dbName,
String tblName,
List<String> colNames,
List<String> partNames,
String engine,
String writeIdList) |
protected AggrStats |
HiveMetaStoreClient.getAggrStatsForInternal(PartitionsStatsRequest req) |
| Modifier and Type | Method and Description |
|---|---|
AggrStats |
AggrStats.deepCopy() |
AggrStats |
ThriftHiveMetastore.Iface.get_aggr_stats_for(PartitionsStatsRequest request) |
AggrStats |
ThriftHiveMetastore.Client.get_aggr_stats_for(PartitionsStatsRequest request) |
AggrStats |
ThriftHiveMetastore.AsyncClient.get_aggr_stats_for_call.getResult() |
AggrStats |
ThriftHiveMetastore.get_aggr_stats_for_result.getSuccess() |
AggrStats |
ThriftHiveMetastore.Client.recv_get_aggr_stats_for() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<AggrStats> |
ThriftHiveMetastore.AsyncProcessor.get_aggr_stats_for.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
AggrStats.compareTo(AggrStats other) |
boolean |
AggrStats.equals(AggrStats that) |
void |
ThriftHiveMetastore.get_aggr_stats_for_result.setSuccess(AggrStats success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.get_aggr_stats_for(PartitionsStatsRequest request,
org.apache.thrift.async.AsyncMethodCallback<AggrStats> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_aggr_stats_for(PartitionsStatsRequest request,
org.apache.thrift.async.AsyncMethodCallback<AggrStats> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_aggr_stats_for.start(I iface,
ThriftHiveMetastore.get_aggr_stats_for_args args,
org.apache.thrift.async.AsyncMethodCallback<AggrStats> resultHandler) |
| Constructor and Description |
|---|
AggrStats(AggrStats other)
Performs a deep copy on other.
|
get_aggr_stats_for_result(AggrStats success,
NoSuchObjectException o1,
MetaException o2) |
| Constructor and Description |
|---|
get_aggr_stats_for_call(PartitionsStatsRequest request,
org.apache.thrift.async.AsyncMethodCallback<AggrStats> 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.