| Methods in com.gemstone.gemfire.cache.query that throw RegionNotFoundException |
Index |
QueryService.createIndex(String indexName,
IndexType indexType,
String indexedExpression,
String fromClause)
Create an index that can be used when executing queries. |
Index |
QueryService.createIndex(String indexName,
IndexType indexType,
String indexedExpression,
String fromClause,
String imports)
Create an index that can be used when executing queries. |
void |
CqQuery.execute()
Start executing the CQ or if this CQ is stopped earlier, resumes execution of the CQ. |
|
CqQuery.executeWithInitialResults()
Starts executing the CQ or, if the CQ is in a stopped state, resumes
execution. |