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> org.infinispan.query.api.continuous.ContinuousQuery <K, V> getContinuousQuery(RemoteCache<K, V> cache) static org.infinispan.query.dsl.QueryFactorygetQueryFactory(RemoteCache<?, ?> cache)
-
Method Details
-
getQueryFactory
-
getContinuousQuery
public static <K,V> org.infinispan.query.api.continuous.ContinuousQuery<K,V> getContinuousQuery(RemoteCache<K, V> cache)
-