|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 IndexFactory currently 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 |
BaseDatabase.getIndexFactory(String name)
|
IndexFactory |
SnapshotIsolationTransaction.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 IndexFactory to hold common methods. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |