|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CqException | |
|---|---|
| com.gemstone.gemfire.cache.query | GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes. |
| Uses of CqException in com.gemstone.gemfire.cache.query |
|---|
| Methods in com.gemstone.gemfire.cache.query that throw CqException | ||
|---|---|---|
void |
CqQuery.close()
Close the CQ and stop execution. |
|
void |
CqQuery.execute()
Start executing the CQ or if this CQ is stopped earlier, resumes execution of the CQ. |
|
void |
QueryService.executeCqs()
Starts execution of all the registered continuous queries for this client. |
|
void |
QueryService.executeCqs(String regionName)
Starts execution of all the continuous queries registered on the specified region for this client. |
|
|
CqQuery.executeWithInitialResults()
Starts executing the CQ or, if the CQ is in a stopped state, resumes execution. |
|
CqQuery[] |
QueryService.getCqs(String regionName)
Retrieves all the registered Continuous Queries for a given region. |
|
CqQuery |
QueryService.newCq(String queryString,
CqAttributes cqAttr)
Constructs a new continuous query, represented by an instance of CqQuery. |
|
CqQuery |
QueryService.newCq(String queryString,
CqAttributes cqAttr,
boolean isDurable)
Constructs a new continuous query, represented by an instance of CqQuery. |
|
CqQuery |
QueryService.newCq(String name,
String queryString,
CqAttributes cqAttr)
Constructs a new named continuous query, represented by an instance of CqQuery. |
|
CqQuery |
QueryService.newCq(String name,
String queryString,
CqAttributes cqAttr,
boolean isDurable)
Constructs a new named continuous query, represented by an instance of CqQuery. |
|
void |
CqQuery.stop()
Stops this CqQuery without releasing resources. |
|
void |
QueryService.stopCqs()
Stops execution of all the continuous queries for this client to become inactive. |
|
void |
QueryService.stopCqs(String regionName)
Stops execution of all the continuous queries registered on the specified region for this client. |
|
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||