org.apache.pekko.persistence.journal.leveldb
Members list
Type members
Classlikes
object SharedLeveldbJournal
For testing only.
For testing only.
Attributes
- Source
- LeveldbJournal.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SharedLeveldbJournal.type
Deprecated classlikes
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.
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.
Attributes
- Deprecated
- true
- Source
- SharedLeveldbStore.scala
- Supertypes
In this article