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<java.util.Map.Entry<java.lang.Object,java.lang.Object>>RemoteCache. retrieveEntriesByQuery(Query filterQuery, java.util.Set<java.lang.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 voidClientEvents. addClientQueryListener(RemoteCache<?,?> remoteCache, java.lang.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 java.lang.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> voidContinuousQuery. 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 QueryQueryBuilder. build()Builds the query object.QueryQueryFactory. create(java.lang.String queryString)Creates a Query based on an Ickle query string.QueryQueryFactory. create(java.lang.String queryString, IndexedQueryMode queryMode)Creates a Query based on an Ickle query string
-