Uses of Interface
org.infinispan.api.async.AsyncQuery
Packages that use AsyncQuery
-
Uses of AsyncQuery in org.infinispan.api.async
Methods in org.infinispan.api.async that return AsyncQueryModifier and TypeMethodDescriptionAsyncQuery<K, V, R> AsyncQuery.limit(int limit) Limits the number of resultsAsyncQuery<K, V, R> Sets the named parameter to the specified valuedefault <R> AsyncQuery<K, V, R> <R> AsyncQuery<K, V, R> AsyncCache.query(String query, CacheOptions options) Executes the query and returns an iterable with the entriesAsyncQuery<K, V, R> AsyncQuery.skip(long skip) Skips the first specified number of results