Uses of Interface
org.fusesource.hawtdb.api.SortedIndex

Packages that use SortedIndex
org.fusesource.hawtdb.api The HawDB client API As implementation interfaces harden up, they will get moved into this package. 
 

Uses of SortedIndex in org.fusesource.hawtdb.api
 

Methods in org.fusesource.hawtdb.api that return SortedIndex
 SortedIndex<Key,Value> BTreeIndexFactory.create(Paged paged)
          Creates a new BTree index on the Paged object.
 SortedIndex<Key,Value> BTreeIndexFactory.open(Paged paged)
          Loads an existing BTree index from the paged object.
 SortedIndex<Key,Value> BTreeIndexFactory.open(Paged paged, int indexNumber)
          Loads an existing BTree index from the paged object.
 



Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.