Class ReplayFilter$

java.lang.Object
org.apache.pekko.persistence.journal.ReplayFilter$

public class ReplayFilter$ extends Object
INTERNAL API

Detect 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 final ReplayFilter$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    props(ActorRef persistentActor, org.apache.pekko.persistence.journal.ReplayFilter.Mode mode, int windowSize, int maxOldWriters)
     
    props(ActorRef persistentActor, org.apache.pekko.persistence.journal.ReplayFilter.Mode mode, int windowSize, int maxOldWriters, boolean debugEnabled)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MODULE$

      public static final ReplayFilter$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • ReplayFilter$

      public ReplayFilter$()
  • Method Details

    • props

      public Props props(ActorRef persistentActor, org.apache.pekko.persistence.journal.ReplayFilter.Mode mode, int windowSize, int maxOldWriters, boolean debugEnabled)
    • props

      public Props props(ActorRef persistentActor, org.apache.pekko.persistence.journal.ReplayFilter.Mode mode, int windowSize, int maxOldWriters)