public interface DataStores extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
exists(String dbname) |
org.eurekaclinical.datastore.DataStore<String,WorkingMemoryFactStore> |
getDataStore(String name)
Returns a permanent store with the given name.
|
boolean exists(String dbname) throws IOException
IOExceptionorg.eurekaclinical.datastore.DataStore<String,WorkingMemoryFactStore> getDataStore(String name) throws IOException, DataStoreExistsException
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.DataStoreExistsExceptionvoid close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2012–2018 Emory University. All rights reserved.