org.apache.hadoop.hive.ql.stats
Class StatsSetupConst

java.lang.Object
  extended by org.apache.hadoop.hive.ql.stats.StatsSetupConst

public class StatsSetupConst
extends Object

A class that defines the constant strings used by the statistics implementation.


Field Summary
static String HBASE_IMPL_CLASS_VAL
          The value of the user variable "hive.stats.dbclass" to use HBase implementation.
static String JDBC_IMPL_CLASS_VAL
          The value of the user variable "hive.stats.dbclass" to use JDBC implementation.
static String NUM_FILES
          The name of the statistic Num Files to be published or gathered.
static String NUM_PARTITIONS
          The name of the statistic Num Partitions to be published or gathered.
static String RAW_DATA_SIZE
          The name of the statistic Raw Data Size to be published or gathered.
static String ROW_COUNT
          The name of the statistic Row Count to be published or gathered.
static String TOTAL_SIZE
          The name of the statistic Total Size to be published or gathered.
 
Constructor Summary
StatsSetupConst()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HBASE_IMPL_CLASS_VAL

public static final String HBASE_IMPL_CLASS_VAL
The value of the user variable "hive.stats.dbclass" to use HBase implementation.

See Also:
Constant Field Values

JDBC_IMPL_CLASS_VAL

public static final String JDBC_IMPL_CLASS_VAL
The value of the user variable "hive.stats.dbclass" to use JDBC implementation.

See Also:
Constant Field Values

NUM_FILES

public static final String NUM_FILES
The name of the statistic Num Files to be published or gathered.

See Also:
Constant Field Values

NUM_PARTITIONS

public static final String NUM_PARTITIONS
The name of the statistic Num Partitions to be published or gathered.

See Also:
Constant Field Values

TOTAL_SIZE

public static final String TOTAL_SIZE
The name of the statistic Total Size to be published or gathered.

See Also:
Constant Field Values

ROW_COUNT

public static final String ROW_COUNT
The name of the statistic Row Count to be published or gathered.

See Also:
Constant Field Values

RAW_DATA_SIZE

public static final String RAW_DATA_SIZE
The name of the statistic Raw Data Size to be published or gathered.

See Also:
Constant Field Values
Constructor Detail

StatsSetupConst

public StatsSetupConst()


Copyright © 2013 The Apache Software Foundation