Uses of Class
org.infinispan.client.hotrod.impl.query.RemoteQuery
-
Packages that use RemoteQuery Package Description org.infinispan.client.hotrod.impl.operations -
-
Uses of RemoteQuery in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations with parameters of type RemoteQuery Modifier and Type Method Description QueryOperation
OperationsFactory. newQueryOperation(RemoteQuery remoteQuery)
Constructors in org.infinispan.client.hotrod.impl.operations with parameters of type RemoteQuery Constructor Description QueryOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, RemoteQuery remoteQuery)
-