| Interface | Description |
|---|---|
| DataStore<K,V> |
Represents a data store, which can be either temporary or persistent.
|
| Class | Description |
|---|---|
| BdbCacheFactory<E,V> | |
| BdbMap<K,V> | |
| BdbPersistentStoreFactory<E,V> | |
| BdbStoreFactory<E,V> | |
| BdbStoreShutdownHook | |
| BdbUtil | |
| DatabaseMap<K,V> | Deprecated
Implement the
DataStore interface to define new caches and
permanent stores. |
| DataStoreUtil |
Utility class for the
org.arp.javautil.datastore class. |
| Exception | Description |
|---|---|
| DatabaseError | Deprecated
Replaced by
DataStoreError |
| DataStoreError |
Copyright © 2012–2016 Emory University. All rights reserved.