Uses of Interface
com.mckoi.store.Store
Packages that use Store
-
Uses of Store in com.mckoi.database
Constructors in com.mckoi.database with parameters of type StoreModifierConstructorDescriptionFixedRecordList
(Store store, int element_size) Constructs the structure. -
Uses of Store in com.mckoi.store
Classes in com.mckoi.store that implement StoreModifier and TypeClassDescriptionclass
Provides an abstract implementation of Store.final class
An implementation of the Store interface that persists information in the volatile JVM heap memory.final class
An implementation of AbstractStore that persists to an underlying data format via a robust journalling system that supports check point and crash recovery.