Package akka.persistence.journal.leveldb
Class SharedLeveldbJournal$
- java.lang.Object
-
- akka.persistence.journal.leveldb.SharedLeveldbJournal$
-
public class SharedLeveldbJournal$ extends java.lang.Object
For testing only.
-
-
Field Summary
Fields Modifier and Type Field Description static SharedLeveldbJournal$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SharedLeveldbJournal$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.typesafe.config.Config
configToEnableJavaSerializationForTest()
Configuration to enableTestJavaSerializer
inakka-testkit
for for the messages used bySharedLeveldbJournal
.void
setStore(ActorRef store, ActorSystem system)
Sets the shared LevelDBstore
for the given actorsystem
.
-
-
-
Field Detail
-
MODULE$
public static final SharedLeveldbJournal$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
setStore
public void setStore(ActorRef store, ActorSystem system)
Sets the shared LevelDBstore
for the given actorsystem
.- See Also:
SharedLeveldbStore
-
configToEnableJavaSerializationForTest
public com.typesafe.config.Config configToEnableJavaSerializationForTest()
Configuration to enableTestJavaSerializer
inakka-testkit
for for the messages used bySharedLeveldbJournal
.For testing only.
-
-