Class ReplayFilter$
- java.lang.Object
-
- org.apache.pekko.persistence.journal.ReplayFilter$
-
public class ReplayFilter$ extends java.lang.Object
INTERNAL APIDetect corrupt event stream during replay. It uses the writerUuid and the sequenceNr in the replayed events to find events emitted by overlapping writers.
-
-
Field Summary
Fields Modifier and Type Field Description static ReplayFilter$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ReplayFilter$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Props
props(ActorRef persistentActor, org.apache.pekko.persistence.journal.ReplayFilter.Mode mode, int windowSize, int maxOldWriters)
Props
props(ActorRef persistentActor, org.apache.pekko.persistence.journal.ReplayFilter.Mode mode, int windowSize, int maxOldWriters, boolean debugEnabled)
-
-
-
Field Detail
-
MODULE$
public static final ReplayFilter$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-