Class Search
java.lang.Object
org.infinispan.client.hotrod.Search
Deprecated, for removal: This API element is subject to removal in a future version.
- Since:
- 6.0
- Author:
- anistor@redhat.com
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> ContinuousQuery <K, V> getContinuousQuery(RemoteCache<K, V> cache) Deprecated.useBasicCache.continuousQuery()instead.static QueryFactorygetQueryFactory(RemoteCache<?, ?> cache) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getQueryFactory
Deprecated, for removal: This API element is subject to removal in a future version. -
getContinuousQuery
Deprecated.useBasicCache.continuousQuery()instead.- Returns:
- the continuous query service for the provided cache
-
BasicCache.query(String)andBasicCache.continuousQuery()instead.