| Package | Description |
|---|---|
| com.mckoi.database |
The core database classes for Mckoi.
|
| com.mckoi.store |
| Class and Description |
|---|
| LoggingBufferManager
A paged random access buffer manager that caches access between a Store and
the underlying filesystem and that also handles check point logging and
crash recovery (via a JournalledSystem object).
|
| MutableArea
An interface for an area that can be modified.
|
| Store
A store is a resource where areas can be allocated and freed to store
objects.
|
| Class and Description |
|---|
| AbstractStore
Provides an abstract implementation of Store.
|
| Area
An interface for access the contents of an area of a store.
|
| AreaWriter
The interface used for setting up an area initially in a store.
|
| LoggingBufferManager
A paged random access buffer manager that caches access between a Store and
the underlying filesystem and that also handles check point logging and
crash recovery (via a JournalledSystem object).
|
| LoggingBufferManager.StoreDataAccessorFactory
A factory interface for creating StoreDataAccessor objects from resource
names.
|
| MutableArea
An interface for an area that can be modified.
|
| Store
A store is a resource where areas can be allocated and freed to store
objects.
|
Copyright © 2019. All rights reserved.