Uses of Package
com.mckoi.store

Packages that use com.mckoi.store
Package
Description
The core database classes for Mckoi.
 
  • Class
    Description
    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).
    An interface for an area that can be modified.
    A store is a resource where areas can be allocated and freed to store objects.
  • Classes in com.mckoi.store used by com.mckoi.store
    Class
    Description
    Provides an abstract implementation of Store.
    An interface for access the contents of an area of a store.
    The interface used for setting up an area initially in a store.
    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).
    A factory interface for creating StoreDataAccessor objects from resource names.
    An interface for an area that can be modified.
    A store is a resource where areas can be allocated and freed to store objects.