Uses of Class
com.mckoi.database.FixedSizeDataStore
-
Packages that use FixedSizeDataStore Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of FixedSizeDataStore in com.mckoi.database
Fields in com.mckoi.database declared as FixedSizeDataStore Modifier and Type Field Description private FixedSizeDataStore
VariableSizeDataStore. allocation_store
The index data allocation file.private FixedSizeDataStore
VariableSizeDataStore. data_store
The actual data file.private FixedSizeDataStore
IndexStore. index_store
The FixedSizeDataStore that contains all the data of the index store.
-