| Package | Description |
|---|---|
| org.infinispan.query |
Query API.
|
| Modifier and Type | Method and Description |
|---|---|
FetchOptions |
FetchOptions.fetchMode(FetchOptions.FetchMode fetchMode)
Set the fetch mode to be used to fetch matching results
|
FetchOptions |
FetchOptions.fetchSize(int fetchSize)
Set the fetch size for batch loading of matches
|
| Modifier and Type | Method and Description |
|---|---|
ResultIterator<E> |
CacheQuery.iterator(FetchOptions fetchOptions)
Returns the results of a search as a
ResultIterator. |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.