Package | Description |
---|---|
org.infinispan.query | |
org.infinispan.query.clustered | |
org.infinispan.query.dsl.embedded | |
org.infinispan.query.impl |
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 |
CacheQuery.iterator(FetchOptions fetchOptions)
Returns the results of a search as a
ResultIterator . |
Modifier and Type | Method and Description |
---|---|
ResultIterator |
ClusteredCacheQueryImpl.iterator(FetchOptions fetchOptions) |
Modifier and Type | Method and Description |
---|---|
ResultIterator |
LuceneQuery.iterator(FetchOptions fetchOptions)
Returns the results of a search as a
ResultIterator . |
Modifier and Type | Method and Description |
---|---|
ResultIterator |
CacheQueryImpl.iterator(FetchOptions fetchOptions) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.