Uses of Interface
simpledb.index.Index

Packages that use Index
simpledb.index.btree   
simpledb.index.hash   
simpledb.index.query   
simpledb.metadata   
 

Uses of Index in simpledb.index.btree
 

Classes in simpledb.index.btree that implement Index
 class BTreeIndex
          A B-tree implementation of the Index interface.
 

Uses of Index in simpledb.index.hash
 

Classes in simpledb.index.hash that implement Index
 class HashIndex
          A static hash implementation of the Index interface.
 

Uses of Index in simpledb.index.query
 

Constructors in simpledb.index.query with parameters of type Index
IndexJoinScan(Scan s, Index idx, String joinfield, TableScan ts)
          Creates an index join scan for the specified LHS scan and RHS index.
IndexSelectScan(Index idx, Constant val, TableScan ts)
          Creates an index select scan for the specified index and selection constant.
 

Uses of Index in simpledb.metadata
 

Methods in simpledb.metadata that return Index
 Index IndexInfo.open()
          Opens the index described by this object.
 



Copyright © 2011. All Rights Reserved.