org.apache.hadoop.hbase.hbql.index
Class SingleColumnIndex

java.lang.Object
  extended by org.apache.hadoop.hbase.client.tableindexed.IndexSpecification
      extended by org.apache.hadoop.hbase.hbql.index.SingleColumnIndex
All Implemented Interfaces:
org.apache.hadoop.io.Writable

public class SingleColumnIndex
extends org.apache.hadoop.hbase.client.tableindexed.IndexSpecification


Method Summary
static SingleColumnIndex newIndex(String indexName, List<String> indexList, List<String> includeList)
           
 
Methods inherited from class org.apache.hadoop.hbase.client.tableindexed.IndexSpecification
containsColumn, getAdditionalColumns, getAllColumns, getIndexedColumns, getIndexedTableName, getIndexId, getKeyGenerator, readFields, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

newIndex

public static SingleColumnIndex newIndex(String indexName,
                                         List<String> indexList,
                                         List<String> includeList)
                                  throws HBqlException
Throws:
HBqlException


Copyright © 2010. All Rights Reserved.