K - the key type to storeV - the value type to storepublic interface DataStoreCreator<K,V>
| Modifier and Type | Method and Description |
|---|---|
org.eurekaclinical.datastore.DataStore<K,V> |
getPersistentStore()
Returns a permanent store with the given name.
|
org.eurekaclinical.datastore.DataStore<K,V> |
newCacheStore()
Returns a new cache store.
|
org.eurekaclinical.datastore.DataStore<K,V> getPersistentStore()
name - the name of the storeDataStore backed by a permanent store implementationorg.eurekaclinical.datastore.DataStore<K,V> newCacheStore() throws IOException
DataStore backed by a temporary store implementationIOException - if an occur occurs in creating the store on-disk.Copyright © 2012–2016 Emory University. All rights reserved.