Class RemoteQuery<T>
java.lang.Object
org.infinispan.query.dsl.impl.BaseQuery<T>
org.infinispan.client.hotrod.impl.query.RemoteQuery<T>
- All Implemented Interfaces:
Iterable<T>,org.infinispan.commons.api.query.Query<T>,org.infinispan.query.dsl.Query<T>
public final class RemoteQuery<T>
extends org.infinispan.query.dsl.impl.BaseQuery<T>
- Since:
- 6.0
- Author:
- anistor@redhat.com
-
Field Summary
Fields inherited from class org.infinispan.query.dsl.impl.BaseQuery
hitCountAccuracy, local, maxResults, namedParameters, projection, queryFactory, queryString, scoreRequired, startOffset, timeout -
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.query.dsl.QueryResult<T> execute()CompletionStage<org.infinispan.query.dsl.QueryResult<T>> intRemoteCache<?, ?> getCache()intorg.infinispan.protostream.SerializationContextGet the protobuf SerializationContext ornullif we are not using protobuf.org.infinispan.commons.util.CloseableIterator<T> iterator()list()voidtoString()Methods inherited from class org.infinispan.query.dsl.impl.BaseQuery
entryIterator, getMaxResults, getParameters, getProjection, getQueryString, getStartOffset, hasProjections, hitCountAccuracy, hitCountAccuracy, isLocal, local, maxResults, scoreRequired, setParameter, setParameters, startOffset, timeout, validateNamedParametersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
resetQuery
public void resetQuery()- Specified by:
resetQueryin classorg.infinispan.query.dsl.impl.BaseQuery<T>
-
list
-
execute
-
executeStatement
public int executeStatement() -
iterator
-
getResultSize
public int getResultSize() -
executeAsync
-
executeStatementAsync
-
listAsync
-
getSerializationContext
public org.infinispan.protostream.SerializationContext getSerializationContext()Get the protobuf SerializationContext ornullif we are not using protobuf. -
getCache
-
toString
-