Uses of Package
org.apache.hadoop.hive.ql.stats

Packages that use org.apache.hadoop.hive.ql.stats
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.stats   
org.apache.hadoop.hive.ql.stats.fs   
org.apache.hadoop.hive.ql.stats.jdbc   
 

Classes in org.apache.hadoop.hive.ql.stats used by org.apache.hadoop.hive.ql.exec
StatsPublisher
          An interface for any possible implementation for publishing statics.
 

Classes in org.apache.hadoop.hive.ql.stats used by org.apache.hadoop.hive.ql.stats
StatsAggregator
          An interface for any possible implementation for gathering statistics.
StatsCollectionTaskIndependent
          This is just a marker interface to differentiate between stats publisher / aggregator which don't track stats per task, as oppose to others which do.
StatsFactory
          A factory of stats publisher and aggregator implementations of the StatsPublisher and StatsAggregator interfaces.
StatsPublisher
          An interface for any possible implementation for publishing statics.
 

Classes in org.apache.hadoop.hive.ql.stats used by org.apache.hadoop.hive.ql.stats.fs
StatsAggregator
          An interface for any possible implementation for gathering statistics.
StatsCollectionTaskIndependent
          This is just a marker interface to differentiate between stats publisher / aggregator which don't track stats per task, as oppose to others which do.
StatsPublisher
          An interface for any possible implementation for publishing statics.
 

Classes in org.apache.hadoop.hive.ql.stats used by org.apache.hadoop.hive.ql.stats.jdbc
StatsAggregator
          An interface for any possible implementation for gathering statistics.
StatsPublisher
          An interface for any possible implementation for publishing statics.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.