Public Member Functions | |
| void | CloseCqs () |
| void | ExecuteCqs () |
| CqQuery^ | GetCq (String^ name) |
| array< CqQuery^ >^ | GetCqs () |
| CqServiceStatistics^ | GetCqStatistics () |
| CqQuery^ | NewCq (String^ name, String^ query, CqAttributes^ cqAttr, bool isDurable) |
| CqQuery^ | NewCq (String^ query, CqAttributes^ cqAttr, bool isDurable) |
| Query^ | NewQuery (String^ query) |
| void | StopCqs () |
| void GemStone::GemFire::Cache::QueryService::CloseCqs | ( | ) |
Close all CqQuery on this client.
| void GemStone::GemFire::Cache::QueryService::ExecuteCqs | ( | ) |
Get the CqQuery with the given name on this client.
| CqQuery ^ GemStone::GemFire::Cache::QueryService::GetCq | ( | String^ | name | ) |
Get the CqQuery with the given name on this client.
| array<CqQuery^> ^ GemStone::GemFire::Cache::QueryService::GetCqs | ( | ) |
Get all CqQuery on this client.
| CqServiceStatistics ^ GemStone::GemFire::Cache::QueryService::GetCqStatistics | ( | ) |
Get CqServiceStatistics on this client.
| CqQuery ^ GemStone::GemFire::Cache::QueryService::NewCq | ( | String^ | name, | |
| String^ | query, | |||
| CqAttributes^ | cqAttr, | |||
| bool | isDurable | |||
| ) |
Get a CqQuery object to enable continuous querying.
| CqQuery ^ GemStone::GemFire::Cache::QueryService::NewCq | ( | String^ | query, | |
| CqAttributes^ | cqAttr, | |||
| bool | isDurable | |||
| ) |
Get a CqQuery object to enable continuous querying.
| Query ^ GemStone::GemFire::Cache::QueryService::NewQuery | ( | String^ | query | ) |
Get a Query object to enable querying.
| void GemStone::GemFire::Cache::QueryService::StopCqs | ( | ) |
Stop all CqQuery on this client.