| Package | Description |
|---|---|
| org.axiondb |
Core interfaces, identifiers, and exceptions.
|
| org.axiondb.engine |
Core database machinery.
|
| org.axiondb.engine.indexes |
| Modifier and Type | Method and Description |
|---|---|
IndexFactory |
Database.getIndexFactory(java.lang.String name)
Get the
IndexFactorycurrently registered for the given name, or
null. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayIndexFactory
An
IndexFactory for array indices. |
class |
BTreeIndexFactory
An
IndexFactoryfor B-Tree indices. |
| Modifier and Type | Method and Description |
|---|---|
IndexFactory |
BaseDatabase.getIndexFactory(java.lang.String name) |
IndexFactory |
SnapshotIsolationTransaction.getIndexFactory(java.lang.String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseIndexFactory
Abstract base class for
IndexFactoryto hold common methods. |