Uses of Class
de.lmu.ifi.dbs.elki.database.datastore.DataStoreEvent.Type

Packages that use DataStoreEvent.Type
de.lmu.ifi.dbs.elki.database ELKI database layer - loading, storing, indexing and accessing data 
de.lmu.ifi.dbs.elki.database.datastore General data store layer API (along the lines of Map<DBID, T> - use everywhere!) 
 

Uses of DataStoreEvent.Type in de.lmu.ifi.dbs.elki.database
 

Fields in de.lmu.ifi.dbs.elki.database declared as DataStoreEvent.Type
private  DataStoreEvent.Type DatabaseEventManager.currentDataStoreEventType
          The type of the current DataStoreEvent to be accumulated.
 

Methods in de.lmu.ifi.dbs.elki.database with parameters of type DataStoreEvent.Type
private  void DatabaseEventManager.fireObjectsChanged(DBIDs objects, DataStoreEvent.Type type)
          Handles a DataStoreEvent with the specified type.
 

Uses of DataStoreEvent.Type in de.lmu.ifi.dbs.elki.database.datastore
 

Fields in de.lmu.ifi.dbs.elki.database.datastore with type parameters of type DataStoreEvent.Type
private  Map<DataStoreEvent.Type,DBIDs> DataStoreEvent.objects
          The objects that were changed in the DataStore mapped by the type of change.
 

Methods in de.lmu.ifi.dbs.elki.database.datastore that return DataStoreEvent.Type
static DataStoreEvent.Type DataStoreEvent.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataStoreEvent.Type[] DataStoreEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.lmu.ifi.dbs.elki.database.datastore that return types with arguments of type DataStoreEvent.Type
 Map<DataStoreEvent.Type,DBIDs> DataStoreEvent.getObjects()
          Returns the objects that have been changed and the type of change.
 Set<DataStoreEvent.Type> DataStoreEvent.getTypes()
          Returns the types of change this event consists of.
 

Constructor parameters in de.lmu.ifi.dbs.elki.database.datastore with type arguments of type DataStoreEvent.Type
DataStoreEvent(Object source, Map<DataStoreEvent.Type,DBIDs> objects)
          Used to create an event when objects have been updated in, inserted into, and / or removed from the specified DataStore.
 


Release 0.4.0 (2011-09-20_1324)