org.apache.hadoop.hive.metastore.api
Class Constants

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.api.Constants

public class Constants
extends Object


Field Summary
static String BUCKET_COUNT
           
static String BUCKET_FIELD_NAME
           
static String DDL_TIME
           
static String FIELD_TO_DIMENSION
           
static String FILE_INPUT_FORMAT
           
static String FILE_OUTPUT_FORMAT
           
static String HIVE_FILTER_FIELD_LAST_ACCESS
           
static String HIVE_FILTER_FIELD_OWNER
           
static String HIVE_FILTER_FIELD_PARAMS
           
static String IS_ARCHIVED
           
static String META_TABLE_COLUMN_TYPES
           
static String META_TABLE_COLUMNS
           
static String META_TABLE_DB
           
static String META_TABLE_LOCATION
           
static String META_TABLE_NAME
           
static String META_TABLE_PARTITION_COLUMNS
           
static String META_TABLE_SERDE
           
static String META_TABLE_STORAGE
           
static String ORIGINAL_LOCATION
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DDL_TIME

public static final String DDL_TIME
See Also:
Constant Field Values

HIVE_FILTER_FIELD_OWNER

public static final String HIVE_FILTER_FIELD_OWNER
See Also:
Constant Field Values

HIVE_FILTER_FIELD_PARAMS

public static final String HIVE_FILTER_FIELD_PARAMS
See Also:
Constant Field Values

HIVE_FILTER_FIELD_LAST_ACCESS

public static final String HIVE_FILTER_FIELD_LAST_ACCESS
See Also:
Constant Field Values

IS_ARCHIVED

public static final String IS_ARCHIVED
See Also:
Constant Field Values

ORIGINAL_LOCATION

public static final String ORIGINAL_LOCATION
See Also:
Constant Field Values

META_TABLE_COLUMNS

public static final String META_TABLE_COLUMNS
See Also:
Constant Field Values

META_TABLE_COLUMN_TYPES

public static final String META_TABLE_COLUMN_TYPES
See Also:
Constant Field Values

BUCKET_FIELD_NAME

public static final String BUCKET_FIELD_NAME
See Also:
Constant Field Values

BUCKET_COUNT

public static final String BUCKET_COUNT
See Also:
Constant Field Values

FIELD_TO_DIMENSION

public static final String FIELD_TO_DIMENSION
See Also:
Constant Field Values

META_TABLE_NAME

public static final String META_TABLE_NAME
See Also:
Constant Field Values

META_TABLE_DB

public static final String META_TABLE_DB
See Also:
Constant Field Values

META_TABLE_LOCATION

public static final String META_TABLE_LOCATION
See Also:
Constant Field Values

META_TABLE_SERDE

public static final String META_TABLE_SERDE
See Also:
Constant Field Values

META_TABLE_PARTITION_COLUMNS

public static final String META_TABLE_PARTITION_COLUMNS
See Also:
Constant Field Values

FILE_INPUT_FORMAT

public static final String FILE_INPUT_FORMAT
See Also:
Constant Field Values

FILE_OUTPUT_FORMAT

public static final String FILE_OUTPUT_FORMAT
See Also:
Constant Field Values

META_TABLE_STORAGE

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

Constants

public Constants()


Copyright © 2011 The Apache Software Foundation