Uses of Interface
org.axiondb.IndexFactory

Packages that use IndexFactory
org.axiondb Core interfaces, identifiers, and exceptions. 
org.axiondb.engine Core database machinery. 
org.axiondb.engine.indexes   
 

Uses of IndexFactory in org.axiondb
 

Methods in org.axiondb that return IndexFactory
 IndexFactory Database.getIndexFactory(String name)
          Get the IndexFactorycurrently registered for the given name, or null.
 

Uses of IndexFactory in org.axiondb.engine
 

Classes in org.axiondb.engine that implement IndexFactory
 class ArrayIndexFactory
          An IndexFactory for array indices.
 class BTreeIndexFactory
          An IndexFactory for B-Tree indices.
 

Methods in org.axiondb.engine that return IndexFactory
 IndexFactory SnapshotIsolationTransaction.getIndexFactory(String name)
           
 IndexFactory BaseDatabase.getIndexFactory(String name)
           
 

Uses of IndexFactory in org.axiondb.engine.indexes
 

Classes in org.axiondb.engine.indexes that implement IndexFactory
 class BaseIndexFactory
          Abstract base class for IndexFactoryto hold common methods.