Uses of Interface
com.mckoi.store.Store
-
Packages that use Store Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.store -
-
Uses of Store in com.mckoi.database
Constructors in com.mckoi.database with parameters of type Store Constructor Description FixedRecordList(Store store, int element_size)
Constructs the structure. -
Uses of Store in com.mckoi.store
Classes in com.mckoi.store that implement Store Modifier and Type Class 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.
-