Uses of Interface
org.apache.hadoop.hbase.client.tableindexed.IndexKeyGenerator

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

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

Classes in org.apache.hadoop.hbase.client.tableindexed that implement IndexKeyGenerator
 class SimpleIndexKeyGenerator
          Creates indexed keys for a single column....
 

Methods in org.apache.hadoop.hbase.client.tableindexed that return IndexKeyGenerator
 IndexKeyGenerator IndexSpecification.getKeyGenerator()
          Get the keyGenerator.
 

Constructors in org.apache.hadoop.hbase.client.tableindexed with parameters of type IndexKeyGenerator
IndexSpecification(String indexId, byte[][] indexedColumns, byte[][] additionalColumns, IndexKeyGenerator keyGenerator)
          Construct an index spec by specifying everything.
 



Copyright © 2010 The Apache Software Foundation