Uses of Interface
org.symphonyoss.s2.canon.runtime.cache.IMonitor
-
Packages that use IMonitor Package Description org.symphonyoss.s2.canon.runtime.cache -
-
Uses of IMonitor in org.symphonyoss.s2.canon.runtime.cache
Classes in org.symphonyoss.s2.canon.runtime.cache that implement IMonitor Modifier and Type Class Description classMonitor<K,V extends Comparable<V>>An implementation of IMonitor based upon an IProducer which calls listeners in the current thread.Methods in org.symphonyoss.s2.canon.runtime.cache that return IMonitor Modifier and Type Method Description IMonitor<V>WeakMonitorCache. cache(K key, V value, org.symphonyoss.s2.fugue.core.trace.ITraceContext trace)Cache the given object as the current version unless it is in the cache already, in which case return the existing value.IMonitor<V>IMonitorFactory. create(K key, V value)IMonitor<V>IMonitor. setValue(V value, org.symphonyoss.s2.fugue.core.trace.ITraceContext trace)IMonitor<V>IMonitor. setValueIfGreater(V value, org.symphonyoss.s2.fugue.core.trace.ITraceContext trace)Constructor parameters in org.symphonyoss.s2.canon.runtime.cache with type arguments of type IMonitor Constructor Description WeakMonitorCache(SynchronousProducer<IMonitor<V>> producer, IMonitorFactory<K,V> monitorFactory)
-