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

All Superinterfaces:
org.apache.hadoop.io.Writable
All Known Implementing Classes:
SimpleIndexKeyGenerator

public interface IndexKeyGenerator
extends org.apache.hadoop.io.Writable


Method Summary
 byte[] createIndexKey(byte[] rowKey, Map<byte[],byte[]> columns)
           
 
Methods inherited from interface org.apache.hadoop.io.Writable
readFields, write
 

Method Detail

createIndexKey

byte[] createIndexKey(byte[] rowKey,
                      Map<byte[],byte[]> columns)


Copyright © 2008 The Apache Software Foundation