Uses of Interface
de.lmu.ifi.dbs.elki.database.datastore.DataStoreFactory

Packages that use DataStoreFactory
de.lmu.ifi.dbs.elki.database.datastore General data store layer API (along the lines of Map<DBID, T> - use everywhere!) 
de.lmu.ifi.dbs.elki.database.datastore.memory Memory data store implementation for ELKI. 
 

Uses of DataStoreFactory in de.lmu.ifi.dbs.elki.database.datastore
 

Fields in de.lmu.ifi.dbs.elki.database.datastore declared as DataStoreFactory
static DataStoreFactory DataStoreFactory.FACTORY
          Static storage factory
 

Uses of DataStoreFactory in de.lmu.ifi.dbs.elki.database.datastore.memory
 

Classes in de.lmu.ifi.dbs.elki.database.datastore.memory that implement DataStoreFactory
 class MemoryDataStoreFactory
          Simple factory class that will store all data in memory using object arrays or hashmaps.
 


Release 0.4.0 (2011-09-20_1324)