GemFire 6.0.1

Uses of Interface
com.gemstone.gemfire.cache.query.SelectResults

Packages that use SelectResults
com.gemstone.gemfire.cache Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. 
com.gemstone.gemfire.cache.query GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes. 
com.gemstone.gemfire.cache.util Provides utilities for use with the Caching API in the com.gemstone.gemfire.cache.util package. 
 

Uses of SelectResults in com.gemstone.gemfire.cache
 

Methods in com.gemstone.gemfire.cache that return SelectResults
<E> SelectResults<E>
Region.query(String queryPredicate)
          Filters the values of this region using the predicate given as a string with the syntax of the WHERE clause of the query language.
 

Uses of SelectResults in com.gemstone.gemfire.cache.query
 

Methods in com.gemstone.gemfire.cache.query that return SelectResults
<E> SelectResults<E>
CqQuery.executeWithInitialResults()
          Start executing the CQ or if this CQ is stopped earlier, resumes execution of the CQ.
 

Uses of SelectResults in com.gemstone.gemfire.cache.util
 

Methods in com.gemstone.gemfire.cache.util that return SelectResults
 SelectResults BridgeLoader.query(String queryStr)
          Deprecated. use Region.query(java.lang.String) instead
 


GemFire 6.0.1

Copyright © 2002-2009 GemStone Systems, Inc. All Rights Reserved.