Uses of Interface
org.infinispan.commons.api.query.Query
Packages that use Query
Package
Description
Commons API package
-
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)