-
Class Summary
Class |
Description |
AutoKryo |
Extensions to Kryo to let classes control their own registration, suggest
other classes to register together, and use the same (Sun-JVM-only) trick
for deserializing classes without no-arg constructors.
|
BdbModule |
Utility module for managing a shared BerkeleyDB-JE environment
|
BdbModule.BdbConfig |
Configuration object for databases.
|
DisposableStoredSortedMap<K,V> |
TempStoredSortedMap remembers its backing Database, and offers
a dispose() method for closing/discarding the underlying Database.
|
KryoBinding<K> |
Binding for use with BerkeleyDB-JE that uses Kryo serialization rather
than BDB's (custom version of) Java serialization.
|
StoredQueue<E extends Serializable> |
Queue backed by a JE Collections StoredSortedMap.
|