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