|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordStore | |
---|---|
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 RecordStore in de.lmu.ifi.dbs.elki.database.datastore |
---|
Subinterfaces of RecordStore in de.lmu.ifi.dbs.elki.database.datastore | |
---|---|
interface |
WritableRecordStore
Represents a storage which stores multiple values per object in a record fashion. |
Uses of RecordStore in de.lmu.ifi.dbs.elki.database.datastore.memory |
---|
Classes in de.lmu.ifi.dbs.elki.database.datastore.memory that implement RecordStore | |
---|---|
class |
ArrayRecordStore
A class to answer representation queries using the stored Array. |
class |
MapRecordStore
A class to answer representation queries using a map and an index within the record. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |