K - the key type to storeV - the value type to storepublic interface DataStore<K,V> extends Map<K,V>
Map, but defines two extra methods,
shutdown, which closes the store, and isClosed..| Modifier and Type | Method and Description |
|---|---|
boolean |
isClosed()
Checks whether the store has already been shut down
|
void |
shutdown()
Performs any clean up of the store and shuts it down.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesCopyright © 2012–2016 Emory University. All rights reserved.