Uses of Interface
elki.database.datastore.WritableRecordStore
-
Packages that use WritableRecordStore 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 WritableRecordStore in elki.database.datastore
Methods in elki.database.datastore that return WritableRecordStore Modifier and Type Method Description WritableRecordStoreDataStoreFactory. makeRecordStorage(DBIDs ids, int hints, java.lang.Class<?>... dataclasses)Make a new record storage, to associate the given ids with an object of class dataclass.static WritableRecordStoreDataStoreUtil. makeRecordStorage(DBIDs ids, int hints, java.lang.Class<?>... dataclasses)Make a new record storage, to associate the given ids with an object of class dataclass. -
Uses of WritableRecordStore in elki.database.datastore.memory
Classes in elki.database.datastore.memory that implement WritableRecordStore 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.Methods in elki.database.datastore.memory that return WritableRecordStore Modifier and Type Method Description WritableRecordStoreMemoryDataStoreFactory. makeRecordStorage(DBIDs ids, int hints, java.lang.Class<?>... dataclasses)
-