Uses of Enum Class
org.eclipse.net4j.util.cache.ICacheMonitor.Condition
Packages that use ICacheMonitor.Condition
-
Uses of ICacheMonitor.Condition in org.eclipse.net4j.util.cache
Methods in org.eclipse.net4j.util.cache that return ICacheMonitor.ConditionModifier and TypeMethodDescriptionCacheMonitor.getCondition()
ICacheMonitor.getCondition()
protected ICacheMonitor.Condition
HysteresisConditionPolicy.getNewCondition
(ICacheMonitor.Condition oldCondition, long freeMemory) ICacheMonitor.ConditionPolicy.getNewCondition
(ICacheMonitor.Condition oldCondition) ICacheMonitorEvent.getNewCondition()
ThresholdConditionPolicy.getNewCondition
(ICacheMonitor.Condition oldCondition) protected ICacheMonitor.Condition
ThresholdConditionPolicy.getNewCondition
(ICacheMonitor.Condition oldCondition, long freeMemory) ICacheMonitorEvent.getOldCondition()
static ICacheMonitor.Condition
Returns the enum constant of this class with the specified name.static ICacheMonitor.Condition[]
ICacheMonitor.Condition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.net4j.util.cache with parameters of type ICacheMonitor.ConditionModifier and TypeMethodDescriptionprotected ICacheMonitor.Condition
HysteresisConditionPolicy.getNewCondition
(ICacheMonitor.Condition oldCondition, long freeMemory) ICacheMonitor.ConditionPolicy.getNewCondition
(ICacheMonitor.Condition oldCondition) ThresholdConditionPolicy.getNewCondition
(ICacheMonitor.Condition oldCondition) protected ICacheMonitor.Condition
ThresholdConditionPolicy.getNewCondition
(ICacheMonitor.Condition oldCondition, long freeMemory) protected void
CacheMonitor.setCondition
(ICacheMonitor.Condition newCondition)