Uses of Interface
org.infinispan.commons.api.query.QueryResult
Packages that use QueryResult
Package
Description
-
Uses of QueryResult in org.infinispan.commons.api.query
Methods in org.infinispan.commons.api.query that return QueryResultMethods in org.infinispan.commons.api.query that return types with arguments of type QueryResult -
Uses of QueryResult in org.infinispan.commons.api.query.impl
Subclasses with type arguments of type QueryResult in org.infinispan.commons.api.query.implMethods in org.infinispan.commons.api.query.impl that return types with arguments of type QueryResultModifier and TypeMethodDescriptionprotected CompletionStage<QueryResult<E>> QuerySubscription.sendInitialCommand(Query<E> es, int batchSize) protected CompletionStage<QueryResult<E>> QuerySubscription.sendNextCommand(Query<E> es, int batchSize) Methods in org.infinispan.commons.api.query.impl with parameters of type QueryResultModifier and TypeMethodDescriptionprotected longQuerySubscription.handleInitialResponse(QueryResult<E> eQueryResult, Query<E> es) protected longQuerySubscription.handleNextResponse(QueryResult<E> eQueryResult, Query<E> es) -
Uses of QueryResult in org.infinispan.query.dsl
Subinterfaces of QueryResult in org.infinispan.query.dslModifier and TypeInterfaceDescriptioninterfaceQueryResult<E>Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.infinispan.query.dsl that return types with arguments of type QueryResultModifier and TypeMethodDescriptionQuery.executeAsync()Deprecated, for removal: This API element is subject to removal in a future version.Due to Generic limitations the erased type must stay as the commons QueryResult.
QueryResultinstead