Package org.infinispan.client.hotrod
Class Search
java.lang.Object
org.infinispan.client.hotrod.Search
- Since:
- 6.0
- Author:
- anistor@redhat.com
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,
V> ContinuousQuery <K, V> getContinuousQuery
(RemoteCache<K, V> cache) Deprecated.static QueryFactory
getQueryFactory
(RemoteCache<?, ?> cache)
-
Method Details
-
getQueryFactory
-
getContinuousQuery
Deprecated.useBasicCache.continuousQuery()
instead.- Returns:
- the continuous query service for the provided cache
-
BasicCache.continuousQuery()
instead.