Class RetentionCriteria$


  • public class RetentionCriteria$
    extends java.lang.Object
    Snapshots are not saved and deleted automatically, events are not deleted.
    • Field Detail

      • MODULE$

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

      • RetentionCriteria$

        public RetentionCriteria$()
    • Method Detail

      • snapshotEvery

        public SnapshotCountRetentionCriteria snapshotEvery​(int numberOfEvents,
                                                            int keepNSnapshots)
        Save snapshots automatically every numberOfEvents. Snapshots that have sequence number less than the sequence number of the saved snapshot minus keepNSnapshots * numberOfEvents are automatically deleted.

        Use SnapshotCountRetentionCriteria.withDeleteEventsOnSnapshot to delete old events. Events are not deleted by default.

        Parameters:
        numberOfEvents - (undocumented)
        keepNSnapshots - (undocumented)
        Returns:
        (undocumented)