Package elki.database.datastore
Interface RecordStore
-
- All Known Subinterfaces:
WritableRecordStore
- All Known Implementing Classes:
ArrayRecordStore
,MapIntegerDBIDRecordStore
,MapRecordStore
public interface RecordStore
Represents a storage which stores multiple values per object in a record fashion.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> DataStore<T>
getStorage(int col, java.lang.Class<? super T> datatype)
Get aDataStore
instance for a particular record column.
-