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

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

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

Methods in org.apache.hadoop.hbase.client.tableindexed that throw IndexNotFoundException
 Scanner IndexedTable.getIndexedScanner(String indexId, byte[] indexStartRow, byte[][] indexColumns, RowFilterInterface indexFilter, byte[][] baseColumns)
          Open up an indexed scanner.
 



Copyright © 2008 The Apache Software Foundation