Class Search

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

@Deprecated(since="15.0", forRemoval=true) public final class Search extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Since:
6.0
Author:
anistor@redhat.com
  • Method Details

    • getQueryFactory

      public static QueryFactory getQueryFactory(RemoteCache<?,?> cache)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getContinuousQuery

      public static <K,V> ContinuousQuery<K,V> getContinuousQuery(RemoteCache<K,V> cache)
      Deprecated.
      Returns:
      the continuous query service for the provided cache