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, validateNamedParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic 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 © 2022 JBoss by Red Hat. All rights reserved.