Uses of Interface
org.infinispan.query.api.continuous.ContinuousQuery
Packages that use ContinuousQuery
Package
Description
Hot Rod client API.
Query API that lets you perform Ickle queries and look up values in caches.
-
Uses of ContinuousQuery in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return ContinuousQueryModifier and TypeMethodDescriptionstatic <K,
V> ContinuousQuery<K, V> Search.getContinuousQuery
(RemoteCache<K, V> cache) -
Uses of ContinuousQuery in org.infinispan.query
Methods in org.infinispan.query that return ContinuousQueryModifier and TypeMethodDescriptionstatic <K,
V> ContinuousQuery<K, V> Search.getContinuousQuery
(Cache<K, V> cache) Obtains theContinuousQuery
object for the cache.