Uses of Interface
org.infinispan.query.QueryIterator

Packages that use QueryIterator
org.infinispan.query   
org.infinispan.query.clustered   
org.infinispan.query.impl   
 

Uses of QueryIterator in org.infinispan.query
 

Methods in org.infinispan.query that return QueryIterator
 QueryIterator CacheQuery.iterator()
          Returns the results of a search as a QueryIterator.
 QueryIterator CacheQuery.iterator(int fetchSize)
          Returns the results of a search as a QueryIterator with a given integer parameter - the fetchSize.
 QueryIterator CacheQuery.lazyIterator()
          Calls the CacheQuery.lazyIterator(int fetchSize) method but passes in a default 1 as a parameter.
 QueryIterator CacheQuery.lazyIterator(int fetchSize)
          Lazily loads the results from the Query as a QueryIterator with a given integer parameter - the fetchSize.
 

Uses of QueryIterator in org.infinispan.query.clustered
 

Classes in org.infinispan.query.clustered that implement QueryIterator
 class DistributedIterator
          DistributedIterator.
 class DistributedLazyIterator
          DistributedLazyIterator.
 

Methods in org.infinispan.query.clustered that return QueryIterator
 QueryIterator ClusteredCacheQueryImpl.iterator(int fetchSize)
           
 QueryIterator ClusteredCacheQueryImpl.lazyIterator(int fetchSize)
           
 

Uses of QueryIterator in org.infinispan.query.impl
 

Classes in org.infinispan.query.impl that implement QueryIterator
 class AbstractIterator
          This is the abstract superclass of the 2 iterators.
 class EagerIterator
          This is the implementation class for the interface QueryResultIterator which extends ListIterator.
 class LazyIterator
          Implementation for QueryIterator.
 

Methods in org.infinispan.query.impl that return QueryIterator
 QueryIterator CacheQueryImpl.iterator()
           
 QueryIterator CacheQueryImpl.iterator(int fetchSize)
           
 QueryIterator CacheQueryImpl.lazyIterator()
           
 QueryIterator CacheQueryImpl.lazyIterator(int fetchSize)
           
 


-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.