Class SharedLeveldbStore

java.lang.Object
org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
All Implemented Interfaces:
Actor, ActorLogging, AsyncRecovery, CompactionSegmentManagement, LeveldbCompaction, LeveldbIdMapping, LeveldbRecovery, LeveldbStore, WriteJournalBase

public class SharedLeveldbStore extends Object implements LeveldbStore
Deprecated.
Use another journal implementation or the in-mem journal in combination with the journal-proxy. Since Akka 2.6.15.
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.