Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.typesafe.config.Config configToEnableJavaSerializationForTest()
      Configuration to enable TestJavaSerializer in akka-testkit for for the messages used by SharedLeveldbJournal.
      void setStore​(ActorRef store, ActorSystem system)
      Sets the shared LevelDB store for the given actor system.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final SharedLeveldbJournal$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • SharedLeveldbJournal$

        public SharedLeveldbJournal$()
    • Method Detail

      • configToEnableJavaSerializationForTest

        public com.typesafe.config.Config configToEnableJavaSerializationForTest()
        Configuration to enable TestJavaSerializer in akka-testkit for for the messages used by SharedLeveldbJournal.

        For testing only.