Uses of Class
org.apache.hadoop.hbase.client.tableindexed.IndexSpecification

Packages that use IndexSpecification
org.apache.hadoop.hbase.client.tableindexed This package provides support for secondary indexing by maintaining a separate, "index", table for each index. 
org.apache.hadoop.hbase.regionserver.tableindexed   
 

Uses of IndexSpecification in org.apache.hadoop.hbase.client.tableindexed
 

Methods in org.apache.hadoop.hbase.client.tableindexed that return IndexSpecification
 IndexSpecification IndexedTableDescriptor.getIndex(String indexId)
           
 IndexSpecification[] IndexSpecificationArray.getIndexSpecifications()
          Get indexSpecifications.
 

Methods in org.apache.hadoop.hbase.client.tableindexed that return types with arguments of type IndexSpecification
 Collection<IndexSpecification> IndexedTableDescriptor.getIndexes()
           
 

Methods in org.apache.hadoop.hbase.client.tableindexed with parameters of type IndexSpecification
 void IndexedTableAdmin.addIndex(byte[] baseTableName, IndexSpecification indexSpec)
          Add an index to a table.
 void IndexedTableDescriptor.addIndex(IndexSpecification index)
           
 

Constructors in org.apache.hadoop.hbase.client.tableindexed with parameters of type IndexSpecification
IndexSpecificationArray(IndexSpecification[] specs)
           
 

Uses of IndexSpecification in org.apache.hadoop.hbase.regionserver.tableindexed
 

Methods in org.apache.hadoop.hbase.regionserver.tableindexed with parameters of type IndexSpecification
static Put IndexMaintenanceUtils.createIndexUpdate(IndexSpecification indexSpec, byte[] row, SortedMap<byte[],byte[]> columnValues)
           
static boolean IndexMaintenanceUtils.doesApplyToIndex(IndexSpecification indexSpec, SortedMap<byte[],byte[]> columnValues)
          Ask if this update does apply to the index.
 



Copyright © 2009 The Apache Software Foundation