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 interface
WritableRecordStore
Represents 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 class
ArrayRecordStore
A class to answer representation queries using the stored Array.class
MapIntegerDBIDRecordStore
A class to answer representation queries using a map and an index within the record.class
MapRecordStore
A class to answer representation queries using a map and an index within the record.
-