| Package | Description |
|---|---|
| com.mckoi.database |
The core database classes for Mckoi.
|
| com.mckoi.store |
| Constructor and Description |
|---|
FixedRecordList(Store store,
int element_size)
Constructs the structure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStore
Provides an abstract implementation of Store.
|
class |
HeapStore
An implementation of the Store interface that persists information in the
volatile JVM heap memory.
|
class |
JournalledFileStore
An implementation of AbstractStore that persists to an underlying data
format via a robust journalling system that supports check point and crash
recovery.
|
Copyright © 2016. All rights reserved.