Uses of Interface
elki.database.datastore.DataStoreFactory
-
Packages that use DataStoreFactory Package Description elki.database.datastore General data store layer API (along the lines ofMap<DBID, T>
- use everywhere!)elki.database.datastore.memory Memory data store implementation for ELKI. -
-
Uses of DataStoreFactory in elki.database.datastore
Fields in elki.database.datastore declared as DataStoreFactory Modifier and Type Field Description static DataStoreFactory
DataStoreFactory. FACTORY
Static storage factory -
Uses of DataStoreFactory in elki.database.datastore.memory
Classes in elki.database.datastore.memory that implement DataStoreFactory Modifier and Type Class Description class
MemoryDataStoreFactory
Simple factory class that will store all data in memory using object arrays or hashmaps.
-