public static class CassandraLifecycle.AwaitPersistenceInit
extends java.lang.Object
implements akka.persistence.PersistentActor
akka.persistence.Eventsourced.AsyncHandlerInvocation, akka.persistence.Eventsourced.AsyncHandlerInvocation$, akka.persistence.Eventsourced.PendingHandlerInvocation, akka.persistence.Eventsourced.ProcessingState, akka.persistence.Eventsourced.RecoveryTick, akka.persistence.Eventsourced.RecoveryTick$, akka.persistence.Eventsourced.StashingHandlerInvocation, akka.persistence.Eventsourced.StashingHandlerInvocation$, akka.persistence.Eventsourced.State| Constructor and Description |
|---|
AwaitPersistenceInit(java.lang.String journalPluginId,
java.lang.String snapshotPluginId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
akka$actor$Actor$_setter_$context_$eq(akka.actor.ActorContext x$1) |
protected void |
akka$actor$Actor$_setter_$self_$eq(akka.actor.ActorRef x$1) |
protected void |
akka$actor$StashSupport$_setter_$mailbox_$eq(akka.dispatch.DequeBasedMessageQueueSemantics x$1) |
akka.actor.ActorContext |
context() |
protected akka.actor.ActorRef |
journal() |
java.lang.String |
journalPluginId() |
akka.dispatch.DequeBasedMessageQueueSemantics |
mailbox() |
java.lang.String |
persistenceId() |
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receiveCommand() |
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receiveRecover() |
akka.actor.ActorRef |
self() |
java.lang.String |
snapshotPluginId() |
protected akka.actor.ActorRef |
snapshotStore() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait$init$, defer, deferAsync, persist, persistAll, persistAllAsync, persistAsync, receive$init$, akka$persistence$Eventsourced$_setter_$akka$persistence$Eventsourced$$extension_$eq, akka$persistence$Eventsourced$_setter_$akka$persistence$Eventsourced$$instanceId_$eq, akka$persistence$Eventsourced$_setter_$akka$persistence$Eventsourced$$internalStash_$eq, akka$persistence$Eventsourced$_setter_$akka$persistence$Eventsourced$$maxMessageBatchSize_$eq, akka$persistence$Eventsourced$_setter_$akka$persistence$Eventsourced$$pendingInvocations_$eq, akka$persistence$Eventsourced$_setter_$akka$persistence$Eventsourced$$persistingEvents_$eq, akka$persistence$Eventsourced$_setter_$akka$persistence$Eventsourced$$processingCommands_$eq, akka$persistence$Eventsourced$_setter_$akka$persistence$Eventsourced$$unstashFilterPredicate_$eq, akka$persistence$Eventsourced$_setter_$akka$persistence$Eventsourced$$writerUuid_$eq, akka$persistence$Eventsourced$$_lastSequenceNr_$eq, akka$persistence$Eventsourced$$_lastSequenceNr, akka$persistence$Eventsourced$$changeState, akka$persistence$Eventsourced$$currentState_$eq, akka$persistence$Eventsourced$$currentState, akka$persistence$Eventsourced$$eventBatch_$eq, akka$persistence$Eventsourced$$eventBatch, akka$persistence$Eventsourced$$extension, akka$persistence$Eventsourced$$flushBatch, akka$persistence$Eventsourced$$flushJournalBatch, akka$persistence$Eventsourced$$instanceId, akka$persistence$Eventsourced$$internalStash, akka$persistence$Eventsourced$$journalBatch_$eq, akka$persistence$Eventsourced$$journalBatch, akka$persistence$Eventsourced$$maxMessageBatchSize, akka$persistence$Eventsourced$$peekApplyHandler, akka$persistence$Eventsourced$$pendingInvocations, akka$persistence$Eventsourced$$pendingStashingPersistInvocations_$eq, akka$persistence$Eventsourced$$pendingStashingPersistInvocations, akka$persistence$Eventsourced$$persistingEvents, akka$persistence$Eventsourced$$processingCommands, akka$persistence$Eventsourced$$recovering, akka$persistence$Eventsourced$$sequenceNr_$eq, akka$persistence$Eventsourced$$sequenceNr, akka$persistence$Eventsourced$$setLastSequenceNr, akka$persistence$Eventsourced$$startRecovery, akka$persistence$Eventsourced$$stashInternally, akka$persistence$Eventsourced$$unstashFilterPredicate, akka$persistence$Eventsourced$$unstashInternally, akka$persistence$Eventsourced$$updateLastSequenceNr, akka$persistence$Eventsourced$$writeInProgress_$eq, akka$persistence$Eventsourced$$writeInProgress, akka$persistence$Eventsourced$$writerUuid, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, deleteMessages, internalDefer, internalDeferAsync, internalDeleteMessagesBeforeSnapshot, internalPersist, internalPersistAll, internalPersistAllAsync, internalPersistAsync, lastSequenceNr, onPersistFailure, onPersistRejected, onRecoveryFailure, onReplaySuccess, recoveryFinished, recoveryRunning, snapshotSequenceNr, snapshotterId, stash, unhandled, unstashAll$init$, deleteSnapshot, deleteSnapshots, loadSnapshot, saveSnapshot$init$, internalStashOverflowStrategy$init$, noSender, postRestart, preStart, sender, supervisorStrategypublic AwaitPersistenceInit(java.lang.String journalPluginId,
java.lang.String snapshotPluginId)
protected void akka$actor$Actor$_setter_$context_$eq(akka.actor.ActorContext x$1)
akka$actor$Actor$_setter_$context_$eq in interface akka.actor.Actorprotected final void akka$actor$Actor$_setter_$self_$eq(akka.actor.ActorRef x$1)
akka$actor$Actor$_setter_$self_$eq in interface akka.actor.Actorprotected void akka$actor$StashSupport$_setter_$mailbox_$eq(akka.dispatch.DequeBasedMessageQueueSemantics x$1)
akka$actor$StashSupport$_setter_$mailbox_$eq in interface akka.actor.StashSupportpublic akka.actor.ActorContext context()
context in interface akka.actor.Actorcontext in interface akka.actor.StashSupportprotected akka.actor.ActorRef journal()
journal in interface akka.persistence.Eventsourcedpublic java.lang.String journalPluginId()
journalPluginId in interface akka.persistence.PersistenceIdentitypublic akka.dispatch.DequeBasedMessageQueueSemantics mailbox()
mailbox in interface akka.actor.StashSupportpublic java.lang.String persistenceId()
persistenceId in interface akka.persistence.PersistenceIdentitypublic scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receiveCommand()
receiveCommand in interface akka.persistence.Eventsourcedpublic scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receiveRecover()
receiveRecover in interface akka.persistence.Eventsourcedpublic final akka.actor.ActorRef self()
self in interface akka.actor.Actorself in interface akka.actor.StashSupportpublic java.lang.String snapshotPluginId()
snapshotPluginId in interface akka.persistence.PersistenceIdentityprotected akka.actor.ActorRef snapshotStore()
snapshotStore in interface akka.persistence.EventsourcedsnapshotStore in interface akka.persistence.Snapshotter