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

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

Uses of IndexFactory in org.fusesource.hawtdb.api
 

Classes in org.fusesource.hawtdb.api that implement IndexFactory
 class BTreeIndexFactory<Key,Value>
          This object is used to create variable magnitude b+tree indexes.
 class HashIndexFactory<Key,Value>
           Uses to create Hash based storage of key/values.
 



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