Uses of Interface
org.infinispan.query.dsl.Query
-
Packages that use Query Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.event Hot Rod client remote event API.org.infinispan.client.hotrod.filter org.infinispan.query.api.continuous Continuous querying API.org.infinispan.query.dsl Query DSL API. -
-
Uses of Query in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod with parameters of type Query Modifier and Type Method Description CloseableIterator<Map.Entry<Object,Object>>
RemoteCache. retrieveEntriesByQuery(Query filterQuery, Set<Integer> segments, int batchSize)
Retrieve entries from the server matching a query. -
Uses of Query in org.infinispan.client.hotrod.event
Methods in org.infinispan.client.hotrod.event with parameters of type Query Modifier and Type Method Description static void
ClientEvents. addClientQueryListener(RemoteCache<?,?> remoteCache, Object listener, Query query)
Register a client listener that uses a query DSL based filter. -
Uses of Query in org.infinispan.client.hotrod.filter
Methods in org.infinispan.client.hotrod.filter with parameters of type Query Modifier and Type Method Description static Object[]
Filters. makeFactoryParams(Query query)
-
Uses of Query in org.infinispan.query.api.continuous
Methods in org.infinispan.query.api.continuous with parameters of type Query Modifier and Type Method Description <C> void
ContinuousQuery. addContinuousQueryListener(Query query, ContinuousQueryListener<K,C> listener)
Add a listener for a continuous query. -
Uses of Query in org.infinispan.query.dsl
Methods in org.infinispan.query.dsl that return Query Modifier and Type Method Description Query
QueryBuilder. build()
Builds the query object.Query
QueryFactory. create(String queryString)
Creates a Query based on an Ickle query string.Query
QueryFactory. create(String queryString, IndexedQueryMode queryMode)
Creates a Query based on an Ickle query string
-