public final class RemoteQuery<T>
extends org.infinispan.query.dsl.impl.BaseQuery<T>
Modifier and Type | Method and Description |
---|---|
org.infinispan.query.dsl.QueryResult<T> |
execute() |
RemoteCache<?,?> |
getCache() |
org.infinispan.query.dsl.IndexedQueryMode |
getIndexedQueryMode() |
int |
getResultSize() |
org.infinispan.protostream.SerializationContext |
getSerializationContext()
Get the protobuf SerializationContext or
null if we are not using protobuf. |
CloseableIterator<T> |
iterator() |
List<T> |
list() |
void |
resetQuery() |
String |
toString() |
getMaxResults, getParameters, getProjection, getQueryString, getStartOffset, hasProjections, maxResults, setParameter, setParameters, startOffset, timeout, validateNamedParameters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public void resetQuery()
resetQuery
in class org.infinispan.query.dsl.impl.BaseQuery<T>
public org.infinispan.query.dsl.QueryResult<T> execute()
public CloseableIterator<T> iterator()
public int getResultSize()
public org.infinispan.protostream.SerializationContext getSerializationContext()
null
if we are not using protobuf.public RemoteCache<?,?> getCache()
public org.infinispan.query.dsl.IndexedQueryMode getIndexedQueryMode()
Copyright © 2021 JBoss by Red Hat. All rights reserved.