Class RemoteQuery
- java.lang.Object
-
- org.infinispan.query.dsl.impl.BaseQuery
-
- org.infinispan.client.hotrod.impl.query.RemoteQuery
-
- All Implemented Interfaces:
org.infinispan.query.dsl.PaginationContext<org.infinispan.query.dsl.Query>
,org.infinispan.query.dsl.ParameterContext<org.infinispan.query.dsl.Query>
,org.infinispan.query.dsl.Query
public final class RemoteQuery extends org.infinispan.query.dsl.impl.BaseQuery
- Since:
- 6.0
- Author:
- anistor@redhat.com
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteCache<?,?>
getCache()
org.infinispan.query.dsl.IndexedQueryMode
getIndexedQueryMode()
int
getResultSize()
org.infinispan.protostream.SerializationContext
getSerializationContext()
Get the protobuf SerializationContext ornull
if we are not using protobuf.<T> List<T>
list()
void
resetQuery()
String
toString()
-
-
-
Method Detail
-
resetQuery
public void resetQuery()
- Specified by:
resetQuery
in classorg.infinispan.query.dsl.impl.BaseQuery
-
list
public <T> List<T> list()
-
getResultSize
public int getResultSize()
-
getSerializationContext
public org.infinispan.protostream.SerializationContext getSerializationContext()
Get the protobuf SerializationContext ornull
if we are not using protobuf.
-
getCache
public RemoteCache<?,?> getCache()
-
getIndexedQueryMode
public org.infinispan.query.dsl.IndexedQueryMode getIndexedQueryMode()
-
-