Class HardEvictionParams


  • @ExperimentalApi
    public class HardEvictionParams
    extends Object
    Describes how Hard Synchrony Eviction should be performed.
    Since:
    7.0.0
    • Constructor Detail

      • HardEvictionParams

        public HardEvictionParams​(int thresholdHours)
    • Method Detail

      • getThresholdHours

        public int getThresholdHours()
        The invocation of hard eviction will remove every page with at least one history record older than specified amount of hours. Basically this allows to setup the time window in which we keep synchrony data.