Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.query.FetchOptions

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

Uses of FetchOptions in org.infinispan.query
 

Methods in org.infinispan.query that return FetchOptions
 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
 

Methods in org.infinispan.query with parameters of type FetchOptions
 ResultIterator CacheQuery.iterator(FetchOptions fetchOptions)
          Returns the results of a search as a ResultIterator.
 

Uses of FetchOptions in org.infinispan.query.clustered
 

Methods in org.infinispan.query.clustered with parameters of type FetchOptions
 ResultIterator ClusteredCacheQueryImpl.iterator(FetchOptions fetchOptions)
           
 

Uses of FetchOptions in org.infinispan.query.impl
 

Methods in org.infinispan.query.impl with parameters of type FetchOptions
 ResultIterator CacheQueryImpl.iterator(FetchOptions fetchOptions)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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