Uses of Class
com.tangosol.net.cache.ContinuousQueryCache.EventRouter
-
Packages that use ContinuousQueryCache.EventRouter Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of ContinuousQueryCache.EventRouter in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return ContinuousQueryCache.EventRouter Modifier and Type Method Description protected ContinuousQueryCache.EventRouter<K,V_FRONT>
ContinuousQueryCache. instantiateEventRouter(MapListener<? super K,? super V_FRONT> listener, boolean fLite)
Factory Method: Instantiate a listener on the internal map that will direct events to the passed listener, either synchronously or asynchronously as appropriate.
-