org.apache.hadoop.hive.hbase
Class HBaseStatsSetupConstants

java.lang.Object
  extended by org.apache.hadoop.hive.hbase.HBaseStatsSetupConstants

public final class HBaseStatsSetupConstants
extends Object


Field Summary
static String PART_STAT_COLUMN_FAMILY
           
static String PART_STAT_RAW_DATA_SIZE_COLUMN_NAME
           
static String PART_STAT_ROW_COUNT_COLUMN_NAME
           
static String PART_STAT_TABLE_NAME
           
 
Constructor Summary
HBaseStatsSetupConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PART_STAT_TABLE_NAME

public static final String PART_STAT_TABLE_NAME
See Also:
Constant Field Values

PART_STAT_COLUMN_FAMILY

public static final String PART_STAT_COLUMN_FAMILY
See Also:
Constant Field Values

PART_STAT_ROW_COUNT_COLUMN_NAME

public static final String PART_STAT_ROW_COUNT_COLUMN_NAME
See Also:
Constant Field Values

PART_STAT_RAW_DATA_SIZE_COLUMN_NAME

public static final String PART_STAT_RAW_DATA_SIZE_COLUMN_NAME
See Also:
Constant Field Values
Constructor Detail

HBaseStatsSetupConstants

public HBaseStatsSetupConstants()


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