Class Search

java.lang.Object
org.infinispan.client.hotrod.Search

public final class Search extends Object
Since:
6.0
Author:
anistor@redhat.com
  • Method Details

    • getQueryFactory

      public static org.infinispan.query.dsl.QueryFactory getQueryFactory(RemoteCache<?,?> cache)
    • getContinuousQuery

      @Deprecated public static <K, V> org.infinispan.query.api.continuous.ContinuousQuery<K,V> getContinuousQuery(RemoteCache<K,V> cache)
      Deprecated.
      use BasicCache.continuousQuery() instead.
      Returns:
      the continuous query service for the provided cache