Uses of Interface
org.infinispan.query.ResultIterator
-
Packages that use ResultIterator Package Description org.infinispan.query Query API. -
-
Uses of ResultIterator in org.infinispan.query
Methods in org.infinispan.query that return ResultIterator Modifier and Type Method Description ResultIterator<E>
CacheQuery. iterator()
Deprecated.Returns the results of a search as aResultIterator
.ResultIterator<E>
CacheQuery. iterator(FetchOptions fetchOptions)
Deprecated.Returns the results of a search as aResultIterator
.
-