Uses of Class
org.infinispan.client.hotrod.impl.query.RemoteQuery
Packages that use RemoteQuery
-
Uses of RemoteQuery in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations with parameters of type RemoteQueryModifier and TypeMethodDescription<T> QueryOperation<T> CacheOperationsFactory.newQueryOperation(RemoteQuery<T> ts, boolean withHitCount) <T> QueryOperation<T> DefaultCacheOperationsFactory.newQueryOperation(RemoteQuery<T> ts, boolean withHitCount) <T> QueryOperation<T> DelegatingCacheOperationsFactory.newQueryOperation(RemoteQuery<T> ts, boolean withHitCount) Constructors in org.infinispan.client.hotrod.impl.operations with parameters of type RemoteQueryModifierConstructorDescriptionQueryOperation(InternalRemoteCache<?, ?> remoteCache, RemoteQuery<T> remoteQuery, boolean withHitCount)