Package akka.persistence.journal.leveldb
Class LeveldbStore$
- java.lang.Object
-
- akka.persistence.journal.leveldb.LeveldbStore$
-
public class LeveldbStore$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static LeveldbStore$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description LeveldbStore$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.typesafe.config.Config
emptyConfig()
scala.collection.immutable.Map<java.lang.String,java.lang.Object>
toCompactionIntervalMap(com.typesafe.config.ConfigObject obj)
-
-
-
Field Detail
-
MODULE$
public static final LeveldbStore$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-