|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.persistence.journal.leveldb.SharedLeveldbStore
public class SharedLeveldbStore
A LevelDB store that can be shared by multiple actor systems. The shared store must be
set for each actor system that uses the store via SharedLeveldbJournal.setStore. The
shared LevelDB store is for testing only.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface akka.actor.Actor |
|---|
Actor.emptyBehavior$ |
| Constructor Summary | |
|---|---|
SharedLeveldbStore()
|
|
| Method Summary | |
|---|---|
java.lang.String |
configPath()
|
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive()
This defines the initial actor behavior, it must return a partial function with the actor logic. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface akka.persistence.journal.leveldb.LeveldbStore |
|---|
addToConfirmationBatch, addToMessageBatch, config, deleteMessages, deleteMessagesTo, leveldb, leveldbDir, leveldbFactory, leveldbOptions, leveldbReadOptions, leveldbSnapshot, leveldbWriteOptions, nativeLeveldb, persistentFromBytes, persistentToBytes, postStop, preStart, serialization, withBatch, withIterator, writeConfirmations, writeMessages |
| Methods inherited from interface akka.persistence.journal.leveldb.LeveldbIdMapping |
|---|
idMap, idOffset, numericId, readIdMap, readIdMap, writeIdMapping |
| Methods inherited from interface akka.actor.Actor |
|---|
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, preRestart, self, sender, supervisorStrategy, unhandled |
| Methods inherited from interface akka.persistence.journal.leveldb.LeveldbRecovery |
|---|
asyncReadHighestSequenceNr, asyncReplayMessages, readHighestSequenceNr, replayDispatcher, replayDispatcherId, replayMessages |
| Constructor Detail |
|---|
public SharedLeveldbStore()
| Method Detail |
|---|
public java.lang.String configPath()
configPath in interface LeveldbStorepublic scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
Actor
receive in interface Actor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||