|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |