|
GemFire 5.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CqQuery | |
|---|---|
| com.gemstone.gemfire.cache.query | GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes. |
| Uses of CqQuery in com.gemstone.gemfire.cache.query |
|---|
| Methods in com.gemstone.gemfire.cache.query that return CqQuery | |
|---|---|
CqQuery |
CqEvent.getCq()
Get the CqQuery object of this event. |
CqQuery |
QueryService.getCq(String cqName)
Retrieves the Continuous Query specified by the name. |
CqQuery[] |
QueryService.getCqs()
Retrieve all registered Continuous Queries. |
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. |
|
GemFire 5.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||