Uses of Class
com.tangosol.net.cache.ContinuousQueryCache
-
Packages that use ContinuousQueryCache Package Description com.tangosol.net.management Contains classes related to the Coherence Management Framework. -
-
Uses of ContinuousQueryCache in com.tangosol.net.management
Fields in com.tangosol.net.management declared as ContinuousQueryCache Modifier and Type Field Description protected ContinuousQueryCache
ViewMBeanImpl. f_cache
The cache instance.Methods in com.tangosol.net.management with parameters of type ContinuousQueryCache Modifier and Type Method Description static void
MBeanHelper. registerViewMBean(ContinuousQueryCache cache)
Register the specified view cache with the cluster registry.static void
MBeanHelper. registerViewMBean(CacheService service, ContinuousQueryCache cache)
Register the specified view cache with the cluster registry.Constructors in com.tangosol.net.management with parameters of type ContinuousQueryCache Constructor Description ViewMBeanImpl(ContinuousQueryCache cache)
Constructs aViewMBeanImpl
-