Package | Description |
---|---|
org.infinispan.query | |
org.infinispan.query.clustered | |
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 | 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 . |
Modifier and Type | Method and Description |
---|---|
ResultIterator |
CacheQueryImpl.iterator() |
ResultIterator |
CacheQueryImpl.iterator(FetchOptions fetchOptions) |
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.