K - the key type to storeV - the value type to storepublic interface DataStores<K,V> extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.eurekaclinical.datastore.DataStore<K,V> |
getDataStore(String name)
Returns a permanent store with the given name.
|
org.eurekaclinical.datastore.DataStore<K,V> getDataStore(String name) throws IOException
name - the name of the store, or null if no store
exists with the given name.DataStore backed by a permanent store implementationIOException - if an error occurred getting/creating the
data store.void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2012–2018 Emory University. All rights reserved.