akka.persistence.journal.leveldb
Class SharedLeveldbJournal$

java.lang.Object
  extended by akka.persistence.journal.leveldb.SharedLeveldbJournal$

public class SharedLeveldbJournal$
extends java.lang.Object


Field Summary
static SharedLeveldbJournal$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
SharedLeveldbJournal$()
           
 
Method Summary
 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

setStore

public void setStore(ActorRef store,
                     ActorSystem system)
Sets the shared LevelDB store for the given actor system.

Parameters:
store - (undocumented)
system - (undocumented)
See Also:
SharedLeveldbStore