public class StatsSetupConst
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HBASE_IMPL_CLASS_VAL
The value of the user variable "hive.stats.dbclass" to use HBase implementation.
|
static java.lang.String |
JDBC_IMPL_CLASS_VAL
The value of the user variable "hive.stats.dbclass" to use JDBC implementation.
|
static java.lang.String |
NUM_FILES
The name of the statistic Num Files to be published or gathered.
|
static java.lang.String |
NUM_PARTITIONS
The name of the statistic Num Partitions to be published or gathered.
|
static java.lang.String |
RAW_DATA_SIZE
The name of the statistic Raw Data Size to be published or gathered.
|
static java.lang.String |
ROW_COUNT
The name of the statistic Row Count to be published or gathered.
|
static java.lang.String |
TOTAL_SIZE
The name of the statistic Total Size to be published or gathered.
|
Constructor and Description |
---|
StatsSetupConst() |
public static final java.lang.String HBASE_IMPL_CLASS_VAL
public static final java.lang.String JDBC_IMPL_CLASS_VAL
public static final java.lang.String NUM_FILES
public static final java.lang.String NUM_PARTITIONS
public static final java.lang.String TOTAL_SIZE
public static final java.lang.String ROW_COUNT
public static final java.lang.String RAW_DATA_SIZE
Copyright © 2012 The Apache Software Foundation