Package org.axiondb.engine

Core database machinery.

See:
          Description

Class Summary
ArrayIndexFactory An IndexFactory for array indices.
BaseDatabase Abstract base Databaseimplementation.
BTreeIndexFactory An IndexFactoryfor B-Tree indices.
Databases A static Map of Databases by name.
DiskDatabase A disk-resident Database.
DiskTableFactory A TableFactory for disk-based tables.
IntArrayIndexLoader An IndexLoader for IntArrayIndex.
IntBTreeIndexLoader An IndexLoaderfor IntBTreeIndex.
MemoryDatabase A memory-resident Database.
MemoryTableFactory A TableFactory for memory-based tables.
ObjectArrayIndexLoader An IndexLoader for ObjectArrayIndex.
ObjectBTreeIndexLoader An IndexLoaderfor ObjectBTreeIndex.
SnapshotIsolationTransaction A Transactionimplementation that provides "snapshot isolation", which supports TRANSACTION_SERIALIZABLE isolation without locking.
StringBTreeIndexLoader  
TransactableTableImpl An implemenation of TransactableTable.
TransactionManagerImpl An implemenation of TransactionManagercurrently only supportd SnapshotIsolationTransactions.
 

Package org.axiondb.engine Description

Core database machinery.