Package org.infinispan.hotrod.impl.query
Class RemoteQuery
- java.lang.Object
-
- org.infinispan.hotrod.impl.query.RemoteQuery
-
public class RemoteQuery extends Object
- Since:
- 14.0
-
-
Constructor Summary
Constructors Constructor Description RemoteQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteCache<Object,Object>getCache()ObjectgetQueryRequest()org.infinispan.protostream.SerializationContextgetSerializationContext()
-
-
-
Method Detail
-
getSerializationContext
public org.infinispan.protostream.SerializationContext getSerializationContext()
-
getQueryRequest
public Object getQueryRequest()
-
getCache
public RemoteCache<Object,Object> getCache()
-
-