Package akka.persistence.journal.leveldb
Class SharedLeveldbJournal$
- java.lang.Object
 - 
- akka.persistence.journal.leveldb.SharedLeveldbJournal$
 
 
- 
public class SharedLeveldbJournal$ extends java.lang.ObjectFor 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.ConfigconfigToEnableJavaSerializationForTest()Configuration to enableTestJavaSerializerinakka-testkitfor for the messages used bySharedLeveldbJournal.voidsetStore(ActorRef store, ActorSystem system)Sets the shared LevelDBstorefor 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 LevelDBstorefor the given actorsystem.- See Also:
 SharedLeveldbStore
 
- 
configToEnableJavaSerializationForTest
public com.typesafe.config.Config configToEnableJavaSerializationForTest()
Configuration to enableTestJavaSerializerinakka-testkitfor for the messages used bySharedLeveldbJournal.For testing only.
 
 - 
 
 -