akka.persistence.journal.leveldb

Type members

Classlikes

For testing only.

For testing only.

Source:
LeveldbJournal.scala

Deprecated classlikes

@deprecated("Use another journal implementation or the in-mem journal in combination with the journal-proxy", "2.6.15")
class SharedLeveldbStore(cfg: Config) extends LeveldbStore

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.

Deprecated
Source:
SharedLeveldbStore.scala