|
||||||||||
| 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(java.lang.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 IndexFactoryfor B-Tree indices. |
| Methods in org.axiondb.engine that return IndexFactory | |
|---|---|
IndexFactory |
BaseDatabase.getIndexFactory(java.lang.String name)
|
IndexFactory |
SnapshotIsolationTransaction.getIndexFactory(java.lang.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||