Uses of Interface
elki.database.datastore.RecordStore
-
Packages that use RecordStore 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 RecordStore in elki.database.datastore
Subinterfaces of RecordStore in elki.database.datastore Modifier and Type Interface Description interfaceWritableRecordStoreRepresents a storage which stores multiple values per object in a record fashion. -
Uses of RecordStore in elki.database.datastore.memory
Classes in elki.database.datastore.memory that implement RecordStore Modifier and Type Class Description classArrayRecordStoreA class to answer representation queries using the stored Array.classMapIntegerDBIDRecordStoreA class to answer representation queries using a map and an index within the record.classMapRecordStoreA class to answer representation queries using a map and an index within the record.
-