Uses of Class
org.eclipse.net4j.util.cache.ICacheMonitor.Condition

Packages that use ICacheMonitor.Condition
org.eclipse.net4j.util.cache A generic caching and memory monitoring framework. 
 

Uses of ICacheMonitor.Condition in org.eclipse.net4j.util.cache
 

Methods in org.eclipse.net4j.util.cache that return ICacheMonitor.Condition
 ICacheMonitor.Condition CacheMonitor.getCondition()
           
 ICacheMonitor.Condition ICacheMonitor.getCondition()
           
 ICacheMonitor.Condition ICacheMonitorEvent.getNewCondition()
           
 ICacheMonitor.Condition ICacheMonitor.ConditionPolicy.getNewCondition(ICacheMonitor.Condition oldCondition)
           
 ICacheMonitor.Condition ThresholdConditionPolicy.getNewCondition(ICacheMonitor.Condition oldCondition)
           
protected  ICacheMonitor.Condition HysteresisConditionPolicy.getNewCondition(ICacheMonitor.Condition oldCondition, long freeMemory)
           
protected  ICacheMonitor.Condition ThresholdConditionPolicy.getNewCondition(ICacheMonitor.Condition oldCondition, long freeMemory)
           
 ICacheMonitor.Condition ICacheMonitorEvent.getOldCondition()
           
static ICacheMonitor.Condition ICacheMonitor.Condition.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ICacheMonitor.Condition[] ICacheMonitor.Condition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.net4j.util.cache with parameters of type ICacheMonitor.Condition
 ICacheMonitor.Condition ICacheMonitor.ConditionPolicy.getNewCondition(ICacheMonitor.Condition oldCondition)
           
 ICacheMonitor.Condition ThresholdConditionPolicy.getNewCondition(ICacheMonitor.Condition oldCondition)
           
protected  ICacheMonitor.Condition HysteresisConditionPolicy.getNewCondition(ICacheMonitor.Condition oldCondition, long freeMemory)
           
protected  ICacheMonitor.Condition ThresholdConditionPolicy.getNewCondition(ICacheMonitor.Condition oldCondition, long freeMemory)
           
protected  void CacheMonitor.setCondition(ICacheMonitor.Condition newCondition)
           
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.