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

Packages that use IndexSpecification
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client   
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
 

Methods in org.apache.hadoop.hbase that return IndexSpecification
 IndexSpecification HTableDescriptor.getIndex(String indexId)
           
 

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

Methods in org.apache.hadoop.hbase with parameters of type IndexSpecification
 void HTableDescriptor.addIndex(IndexSpecification index)
           
 

Constructor parameters in org.apache.hadoop.hbase with type arguments of type IndexSpecification
HTableDescriptor(byte[] name, HColumnDescriptor[] families, Collection<IndexSpecification> indexes, Map<ImmutableBytesWritable,ImmutableBytesWritable> values)
          Private constructor used internally creating table descriptors for catalog tables: e.g.
 

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

Methods in org.apache.hadoop.hbase.client with parameters of type IndexSpecification
 void UnmodifyableHTableDescriptor.addIndex(IndexSpecification index)
           
 

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

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.
 

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

Methods in org.apache.hadoop.hbase.regionserver.tableindexed with parameters of type IndexSpecification
static BatchUpdate 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 © 2008 The Apache Software Foundation