T
- public interface WritableDataStore<T> extends DataStore<T>
Modifier and Type | Method and Description |
---|---|
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.
|
getLongName, getShortName
T put(DBID id, T value)
id
- Database ID.value
- Value to store.void destroy()
void delete(DBID id)
id
- Database ID.