| Package | Description |
|---|---|
| org.infinispan.query | |
| org.infinispan.query.clustered | |
| org.infinispan.query.dsl.embedded | |
| org.infinispan.query.impl |
| Modifier and Type | Method and Description |
|---|---|
ResultIterator |
CacheQuery.iterator()
Returns the results of a search as a
ResultIterator. |
ResultIterator |
CacheQuery.iterator(FetchOptions fetchOptions)
Returns the results of a search as a
ResultIterator. |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedIterator
DistributedIterator.
|
class |
DistributedLazyIterator
DistributedLazyIterator.
|
| Modifier and Type | Method and Description |
|---|---|
ResultIterator |
ClusteredCacheQueryImpl.iterator(FetchOptions fetchOptions) |
| Modifier and Type | Method and Description |
|---|---|
ResultIterator |
LuceneQuery.iterator()
Returns the results of a search as a
ResultIterator. |
ResultIterator |
LuceneQuery.iterator(FetchOptions fetchOptions)
Returns the results of a search as a
ResultIterator. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIterator
This is the abstract superclass of the 2 iterators.
|
class |
EagerIterator
This is the implementation class for the interface ResultIterator.
|
class |
LazyIterator
Implementation for
ResultIterator. |
class |
NullFilteringResultIterator |
| Modifier and Type | Method and Description |
|---|---|
ResultIterator |
CacheQueryImpl.iterator() |
ResultIterator |
CacheQueryImpl.iterator(FetchOptions fetchOptions) |
| Constructor and Description |
|---|
NullFilteringResultIterator(ResultIterator delegate) |
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.