|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hive.ql.stats.StatsSetupConst
public class StatsSetupConst
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 |
|---|
public static final String HBASE_IMPL_CLASS_VAL
public static final String JDBC_IMPL_CLASS_VAL
public static final String NUM_FILES
public static final String NUM_PARTITIONS
public static final String TOTAL_SIZE
public static final String ROW_COUNT
public static final String RAW_DATA_SIZE
| Constructor Detail |
|---|
public StatsSetupConst()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||