Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.ql.metadata |
Modifier and Type | Method and Description |
---|---|
AggrStats |
HiveMetaStore.HMSHandler.get_aggr_stats_for(PartitionsStatsRequest request) |
AggrStats |
RawStore.get_aggr_stats_for(String dbName,
String tblName,
List<String> partNames,
List<String> colNames) |
AggrStats |
ObjectStore.get_aggr_stats_for(String dbName,
String tblName,
List<String> partNames,
List<String> colNames) |
AggrStats |
IMetaStoreClient.getAggrColStatsFor(String dbName,
String tblName,
List<String> colNames,
List<String> partName) |
AggrStats |
HiveMetaStoreClient.getAggrColStatsFor(String dbName,
String tblName,
List<String> colNames,
List<String> partNames) |
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 |
---|---|
int |
AggrStats.compareTo(AggrStats other) |
boolean |
AggrStats.equals(AggrStats that) |
void |
ThriftHiveMetastore.get_aggr_stats_for_result.setSuccess(AggrStats success) |
Constructor and Description |
---|
AggrStats(AggrStats other)
Performs a deep copy on other.
|
ThriftHiveMetastore.get_aggr_stats_for_result(AggrStats success,
NoSuchObjectException o1,
MetaException o2) |
Modifier and Type | Method and Description |
---|---|
AggrStats |
Hive.getAggrColStatsFor(String dbName,
String tblName,
List<String> colNames,
List<String> partName) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.