Uses of Class
com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionType
-
Packages that use SynchronyEvictionType Package Description com.atlassian.confluence.pages.collab com.atlassian.confluence.pages.collab.impl.tracking -
-
Uses of SynchronyEvictionType in com.atlassian.confluence.pages.collab
Methods in com.atlassian.confluence.pages.collab that return SynchronyEvictionType Modifier and Type Method Description SynchronyEvictionTypeSynchronyEvictionEvent. getType() -
Uses of SynchronyEvictionType in com.atlassian.confluence.pages.collab.impl.tracking
Methods in com.atlassian.confluence.pages.collab.impl.tracking that return SynchronyEvictionType Modifier and Type Method Description SynchronyEvictionTypeSynchronyEvictionProgress. getEvictionType()static SynchronyEvictionTypeSynchronyEvictionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SynchronyEvictionType[]SynchronyEvictionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.pages.collab.impl.tracking with parameters of type SynchronyEvictionType Modifier and Type Method Description SynchronyEvictionProgressSynchronyEvictionProgress. setEvictionType(SynchronyEvictionType evictionType)SynchronyEvictionProgressAnalyticsEvictionProgressTracking. startEviction(SynchronyEvictionType type, Integer thresholdHours, Integer limit)SynchronyEvictionProgressCompositeEvictionProgressTracking. startEviction(SynchronyEvictionType type, Integer thresholdHours, Integer limit)default SynchronyEvictionProgressSynchronyEvictionProgressTracking. startEviction(SynchronyEvictionType type, Integer thresholdHours)SynchronyEvictionProgressSynchronyEvictionProgressTracking. startEviction(SynchronyEvictionType type, Integer thresholdHours, Integer limit)Gets called before starting the whole eviction procedure
-