| ArrayIndexFactory |
|
| BaseDatabase |
|
| BTreeIndexFactory |
|
| Databases |
|
| DiskDatabase |
|
| DiskTableFactory |
|
| IntArrayIndexLoader |
|
| IntBTreeIndexLoader |
|
| MemoryDatabase |
|
| MemoryTableFactory |
|
| ObjectArrayIndexLoader |
|
| ObjectBTreeIndexLoader |
|
| SnapshotIsolationTransaction |
A Transactionimplementation that provides "snapshot isolation", which supports
TRANSACTION_SERIALIZABLE isolation without locking.
|
| StringBTreeIndexLoader |
|
| TransactableTableImpl |
|
| TransactionManagerImpl |
|