Package org.infinispan.hotrod.impl.cache
Class RemoteQuery
- java.lang.Object
-
- org.infinispan.hotrod.impl.cache.RemoteQuery
-
public class RemoteQuery extends Object
- Since:
- 14.0
-
-
Constructor Summary
Constructors Constructor Description RemoteQuery(String query, org.infinispan.api.common.CacheOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlimit(int limit)voidparam(String name, Object value)voidskip(long skip)Object[]toFactoryParams()
-