|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - public interface WritableDataStore<T>

Writable data store.
| Method Summary | |
|---|---|
void |
delete(DBID id)
Delete the contents for a particular ID and notifies the registered listeners. |
void |
destroy()
Deallocate the storage, freeing the memory and notifies the registered listeners. |
T |
put(DBID id,
T value)
Associates the specified value with the specified id in this storage. |
| Methods inherited from interface de.lmu.ifi.dbs.elki.database.datastore.DataStore |
|---|
get |
| Methods inherited from interface de.lmu.ifi.dbs.elki.result.Result |
|---|
getLongName, getShortName |
| Method Detail |
|---|
T put(DBID id,
T value)
id - Database ID.value - Value to store.
void destroy()
void delete(DBID id)
id - Database ID.
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||