Uses of Interface
org.infinispan.commons.api.query.Query
Packages that use Query
Package
Description
Hot Rod client API.
Commons API package
Query DSL API.
-
Uses of Query in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl that return Query -
Uses of Query in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod with parameters of type QueryModifier and TypeMethodDescriptionRemoteCache.publishEntriesByQuery(Query<?> filterQuery, Set<Integer> segments, int batchSize) Publish entries from the server matching a query.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.impl
Methods in org.infinispan.client.hotrod.event.impl with parameters of type QueryModifier and TypeMethodDescription<C> voidContinuousQueryImpl.addContinuousQueryListener(Query<?> query, ContinuousQueryListener<K, C> listener) Registers a continuous query 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 -
Uses of Query in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return QueryMethods in org.infinispan.client.hotrod.impl with parameters of type QueryModifier and TypeMethodDescriptionDelegatingRemoteCache.publishEntriesByQuery(Query<?> filterQuery, Set<Integer> segments, int batchSize) RemoteCacheImpl.publishEntriesByQuery(Query<?> filterQuery, Set<Integer> segments, int batchSize) DelegatingRemoteCache.retrieveEntriesByQuery(Query<?> filterQuery, Set<Integer> segments, int batchSize) RemoteCacheImpl.retrieveEntriesByQuery(Query<?> filterQuery, Set<Integer> segments, int batchSize) -
Uses of Query in org.infinispan.commons.api
Methods in org.infinispan.commons.api that return Query -
Uses of Query in org.infinispan.commons.api.query
Methods in org.infinispan.commons.api.query that return QueryModifier and TypeMethodDescriptionQuery.hitCountAccuracy(int hitCountAccuracy) Limits the required accuracy of the hit count for the indexed queries to an upper-bound.Query.local(boolean local) Set the query execution scopeQuery.maxResults(int maxResults) Query.scoreRequired(boolean scoreRequired) Query.setParameter(String paramName, Object paramValue) Sets the value of a named parameter.Query.setParameters(Map<String, Object> paramValues) Sets multiple named parameters at once.Query.startOffset(long startOffset) Set the timeout for this query.Methods in org.infinispan.commons.api.query with parameters of type QueryModifier and TypeMethodDescription<C> voidContinuousQuery.addContinuousQueryListener(Query<?> query, ContinuousQueryListener<K, C> listener) Add a listener for a continuous query. -
Uses of Query in org.infinispan.commons.api.query.impl
Subclasses with type arguments of type Query in org.infinispan.commons.api.query.implMethods in org.infinispan.commons.api.query.impl with parameters of type QueryModifier and TypeMethodDescriptionprotected longQuerySubscription.handleInitialResponse(QueryResult<E> eQueryResult, Query<E> es) protected longQuerySubscription.handleNextResponse(QueryResult<E> eQueryResult, Query<E> es) protected voidQuerySubscription.sendCancel(Query<E> es) protected CompletionStage<QueryResult<E>> QuerySubscription.sendInitialCommand(Query<E> es, int batchSize) protected CompletionStage<QueryResult<E>> QuerySubscription.sendNextCommand(Query<E> es, int batchSize) Constructors in org.infinispan.commons.api.query.impl with parameters of type QueryModifierConstructorDescriptionQueryPublisher(Query<E> query, int maxBatchSize) protectedQuerySubscription(int maxBatchSize, Query<E> query) -
Uses of Query in org.infinispan.query.dsl
Subinterfaces of Query in org.infinispan.query.dslModifier and TypeInterfaceDescriptioninterfaceQuery<T>An immutable object representing both the query and the result. -
Uses of Query in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return Query -
Uses of Query in org.infinispan.tasks.query
Methods in org.infinispan.tasks.query that return Query