Uses of Class
elki.database.DatabaseEventManager.Type
-
Packages that use DatabaseEventManager.Type Package Description elki.database ELKI database layer - loading, storing, indexing and accessing data. -
-
Uses of DatabaseEventManager.Type in elki.database
Fields in elki.database declared as DatabaseEventManager.Type Modifier and Type Field Description private DatabaseEventManager.Type
DatabaseEventManager. currentDataStoreEventType
The type of the current DataStoreEvent to be accumulated.Methods in elki.database that return DatabaseEventManager.Type Modifier and Type Method Description static DatabaseEventManager.Type
DatabaseEventManager.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DatabaseEventManager.Type[]
DatabaseEventManager.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in elki.database with parameters of type DatabaseEventManager.Type Modifier and Type Method Description private void
DatabaseEventManager. fireObjectChanged(DBIDRef object, DatabaseEventManager.Type type)
Handles a DataStoreEvent with the specified type.private void
DatabaseEventManager. fireObjectsChanged(DBIDs objects, DatabaseEventManager.Type type)
Handles a DataStoreEvent with the specified type.
-