Package | Description |
---|---|
org.axiondb.engine |
Core database machinery.
|
org.axiondb.engine.indexes |
Class and Description |
---|
BaseArrayIndex
Abstract base implemenation for
indices that maintain an in-memory,
sorted array of key values (and their associated row identifiers). |
BaseArrayIndexLoader |
BaseBTreeIndexLoader |
BaseIndexFactory
Abstract base class for
IndexFactory to hold common methods. |
Class and Description |
---|
BaseArrayIndex
Abstract base implemenation for
indices that maintain an in-memory,
sorted array of key values (and their associated row identifiers). |
BaseBTreeIndex
Abstract base implementation for B-Tree based
indices . |
BaseIndex
Abstract base implementation of
Index . |
ObjectBTreeIndex
A
B-Tree index over Object keys. |