| Package | Description |
|---|---|
| org.axiondb.engine.indexes |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseArrayIndex
Abstract base implemenation for
indicesthat maintain an in-memory,
sorted array of key values (and their associated row identifiers). |
class |
BaseBTreeIndex
Abstract base implementation for B-Tree based
indices. |
class |
BaseIndex
Abstract base implementation of
Index. |
class |
IntArrayIndex
An
array indexover integer keys. |
class |
IntBTreeIndex
A
B-Tree indexover integer keys. |
class |
ObjectArrayIndex
An
indexover Object keys. |
class |
ObjectBTreeIndex
A
B-Tree indexover Object keys. |
class |
StringBTreeIndex |