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> OperationsFactory.newQueryOperation(RemoteQuery<T> remoteQuery, DataFormat dataFormat, boolean withHitCount) Constructors in org.infinispan.client.hotrod.impl.operations with parameters of type RemoteQueryModifierConstructorDescriptionQueryOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, RemoteQuery<T> remoteQuery, DataFormat dataFormat, boolean withHitCount)