Class IncrementalResetCountMin4

  • All Implemented Interfaces:
    Frequency

    public final class IncrementalResetCountMin4
    extends CountMin4
    A sketch where the aging process is an incremental reset.
    • Constructor Detail

      • IncrementalResetCountMin4

        public IncrementalResetCountMin4​(Config config)
    • Method Detail

      • tryReset

        protected void tryReset​(boolean added)
        Description copied from class: CountMin4
        Performs the aging process after an addition to allow old entries to fade away.
        Specified by:
        tryReset in class CountMin4