Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database.datastore |
General data store layer API (along the lines of
Map<DBID, T> - use everywhere!) |
Modifier and Type | Method and Description |
---|---|
static DataStoreEvent |
DataStoreEvent.insertionEvent(DBIDs inserts)
Insertion event.
|
static DataStoreEvent |
DataStoreEvent.removalEvent(DBIDs removals)
Removal event.
|
static DataStoreEvent |
DataStoreEvent.updateEvent(DBIDs updates)
Update event.
|
Modifier and Type | Method and Description |
---|---|
void |
DataStoreListener.contentChanged(DataStoreEvent e)
Invoked after objects of the datastore have been updated, inserted or
removed in some way.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.