Class HardEvictionParams

java.lang.Object
com.atlassian.confluence.rest.v2.api.model.HardEvictionParams

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

    • HardEvictionParams

      public HardEvictionParams(int thresholdHours)
  • Method Details

    • 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.