package leveldb
Ordering
- Alphabetic
Visibility
- Public
- Protected
Deprecated Type Members
- class SharedLeveldbStore extends LeveldbStore
A LevelDB store that can be shared by multiple actor systems.
A LevelDB store that can be shared by multiple actor systems. The shared store must be set for each actor system that uses the store via
SharedLeveldbJournal.setStore
. The shared LevelDB store is for testing only.- Annotations
- @deprecated
- Deprecated
(Since version 2.6.15) Use another journal implementation or the in-mem journal in combination with the journal-proxy
Value Members
- object SharedLeveldbJournal
For testing only.