|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.persistence.journal.inmem.InmemJournal
public class InmemJournal
INTERNAL API.
In-memory journal for testing purposes only.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface akka.persistence.journal.AsyncWriteProxy |
---|
AsyncWriteProxy.SetStore, AsyncWriteProxy.SetStore$ |
Nested classes/interfaces inherited from interface akka.persistence.journal.AsyncWriteJournal |
---|
AsyncWriteJournal.Desequenced, AsyncWriteJournal.Desequenced$, AsyncWriteJournal.Resequencer |
Nested classes/interfaces inherited from interface akka.actor.Actor |
---|
Actor.emptyBehavior$ |
Constructor Summary | |
---|---|
InmemJournal()
|
Method Summary | |
---|---|
void |
preStart()
User overridable callback. |
Timeout |
timeout()
|
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.AsyncWriteProxy |
---|
asyncDeleteMessages, asyncDeleteMessagesTo, asyncReadHighestSequenceNr, asyncReplayMessages, asyncWriteConfirmations, asyncWriteMessages, initialized, receive, store |
Methods inherited from interface akka.persistence.journal.AsyncWriteJournal |
---|
extension, publish, resequencer, resequencerCounter |
Methods inherited from interface akka.persistence.journal.WriteJournalBase |
---|
persistentPrepareWrite, preparePersistentBatch |
Methods inherited from interface akka.actor.UnrestrictedStash |
---|
postStop, preRestart |
Methods inherited from interface akka.actor.Actor |
---|
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, self, sender, supervisorStrategy, unhandled |
Methods inherited from interface akka.actor.StashSupport |
---|
actorCell, capacity, clearStash, context, enqueueFirst, mailbox, prepend, self, stash, theStash, unstash, unstashAll, unstashAll |
Constructor Detail |
---|
public InmemJournal()
Method Detail |
---|
public Timeout timeout()
timeout
in interface AsyncWriteProxy
public void preStart()
Actor
preStart
in interface Actor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |