Package org.infinispan.client.hotrod
Class Search
- java.lang.Object
-
- org.infinispan.client.hotrod.Search
-
public final class Search extends Object
- Since:
- 6.0
- Author:
- anistor@redhat.com
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <K,V>
ContinuousQuery<K,V>getContinuousQuery(RemoteCache<K,V> cache)
static QueryFactory
getQueryFactory(RemoteCache<?,?> cache)
-
-
-
Method Detail
-
getQueryFactory
public static QueryFactory getQueryFactory(RemoteCache<?,?> cache)
-
getContinuousQuery
public static <K,V> ContinuousQuery<K,V> getContinuousQuery(RemoteCache<K,V> cache)
-
-