org.apache.hadoop.hive.ql.index
Class HiveIndex

java.lang.Object
  extended by org.apache.hadoop.hive.ql.index.HiveIndex

public class HiveIndex
extends Object

Holds index related constants


Nested Class Summary
static class HiveIndex.IndexType
           
 
Field Summary
static String INDEX_TABLE_CREATETIME
           
static org.apache.commons.logging.Log l4j
           
 
Constructor Summary
HiveIndex()
           
 
Method Summary
static HiveIndex.IndexType getIndexType(String name)
           
static HiveIndex.IndexType getIndexTypeByClassName(String className)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

l4j

public static final org.apache.commons.logging.Log l4j

INDEX_TABLE_CREATETIME

public static String INDEX_TABLE_CREATETIME
Constructor Detail

HiveIndex

public HiveIndex()
Method Detail

getIndexType

public static HiveIndex.IndexType getIndexType(String name)

getIndexTypeByClassName

public static HiveIndex.IndexType getIndexTypeByClassName(String className)


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