|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AsyncWriteJournal
Abstract journal, optimized for asynchronous, non-blocking writes.
| Nested Class Summary | |
|---|---|
static class |
AsyncWriteJournal.Desequenced
|
static class |
AsyncWriteJournal.Desequenced$
|
static class |
AsyncWriteJournal.Resequencer
|
| Nested classes/interfaces inherited from interface akka.actor.Actor |
|---|
Actor.emptyBehavior$ |
| Method Summary | |
|---|---|
scala.concurrent.Future<scala.runtime.BoxedUnit> |
asyncDeleteMessages(scala.collection.immutable.Seq<PersistentId> messageIds,
boolean permanent)
Plugin API: asynchronously deletes messages identified by messageIds from the
journal. |
scala.concurrent.Future<scala.runtime.BoxedUnit> |
asyncDeleteMessagesTo(java.lang.String persistenceId,
long toSequenceNr,
boolean permanent)
Plugin API: asynchronously deletes all persistent messages up to toSequenceNr
(inclusive). |
scala.concurrent.Future<scala.runtime.BoxedUnit> |
asyncWriteConfirmations(scala.collection.immutable.Seq<PersistentConfirmation> confirmations)
Plugin API: asynchronously writes a batch of delivery confirmations to the journal. |
scala.concurrent.Future<scala.runtime.BoxedUnit> |
asyncWriteMessages(scala.collection.immutable.Seq<PersistentRepr> messages)
Plugin API: asynchronously writes a batch of persistent messages to the journal. |
Persistence |
extension()
|
boolean |
publish()
|
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. |
ActorRef |
resequencer()
|
long |
resequencerCounter()
|
| Methods inherited from interface akka.actor.Actor |
|---|
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, supervisorStrategy, unhandled |
| Methods inherited from interface akka.persistence.journal.WriteJournalBase |
|---|
persistentPrepareWrite, preparePersistentBatch |
| Methods inherited from interface akka.persistence.journal.AsyncRecovery |
|---|
asyncReadHighestSequenceNr, asyncReplayMessages |
| Method Detail |
|---|
Persistence extension()
boolean publish()
ActorRef resequencer()
long resequencerCounter()
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
Actor
receive in interface Actorscala.concurrent.Future<scala.runtime.BoxedUnit> asyncWriteMessages(scala.collection.immutable.Seq<PersistentRepr> messages)
messages - (undocumented)
scala.concurrent.Future<scala.runtime.BoxedUnit> asyncWriteConfirmations(scala.collection.immutable.Seq<PersistentConfirmation> confirmations)
confirmations - (undocumented)
scala.concurrent.Future<scala.runtime.BoxedUnit> asyncDeleteMessages(scala.collection.immutable.Seq<PersistentId> messageIds,
boolean permanent)
messageIds from the
journal. If permanent is set to false, the persistent messages are marked as
deleted, otherwise they are permanently deleted.
messageIds - (undocumented)permanent - (undocumented)
scala.concurrent.Future<scala.runtime.BoxedUnit> asyncDeleteMessagesTo(java.lang.String persistenceId,
long toSequenceNr,
boolean permanent)
toSequenceNr
(inclusive). If permanent is set to false, the persistent messages are marked
as deleted, otherwise they are permanently deleted.
persistenceId - (undocumented)toSequenceNr - (undocumented)permanent - (undocumented)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||