Uses of Class
org.infinispan.query.FetchOptions
-
Packages that use FetchOptions Package Description org.infinispan.query Query API. -
-
Uses of FetchOptions in org.infinispan.query
Methods in org.infinispan.query that return FetchOptions Modifier and Type Method Description FetchOptions
FetchOptions. fetchMode(FetchOptions.FetchMode fetchMode)
Set the fetch mode to be used to fetch matching resultsFetchOptions
FetchOptions. fetchSize(int fetchSize)
Set the fetch size for batch loading of matchesMethods in org.infinispan.query with parameters of type FetchOptions Modifier and Type Method Description ResultIterator<E>
CacheQuery. iterator(FetchOptions fetchOptions)
Deprecated.Returns the results of a search as aResultIterator
.
-