|
VMware GemFire Native .NET Reference
9.1
|
Provides a query service. More...
Inherits SBWrap< apache::geode::client::QueryService >.
Public Member Functions | |
| void | CloseCqs () |
Close all CqQuery on this client. More... | |
| void | ExecuteCqs () |
Get the CqQuery with the given name on this client. More... | |
| System::Collections::Generic::List< String^ >^ | GetAllDurableCqsFromServer () |
| Get all durableCq nanes from server for this client. More... | |
| CqQuery< TKey, TResult >^ | GetCq (String^ name) |
Get the CqQuery with the given name on this client. More... | |
| array< CqQuery< TKey, TResult >^>^ | GetCqs () |
Get all CqQuery on this client. More... | |
| CqServiceStatistics^ | GetCqStatistics () |
Get CqServiceStatistics on this client. More... | |
| CqQuery< TKey, TResult >^ | NewCq (String^ query, CqAttributes< TKey, TResult >^cqAttr, bool isDurable) |
Get a CqQuery object to enable continuous querying. More... | |
| CqQuery< TKey, TResult >^ | NewCq (String^ name, String^ query, CqAttributes< TKey, TResult >^cqAttr, bool isDurable) |
Get a CqQuery object to enable continuous querying. More... | |
| Query< TResult >^ | NewQuery (String^ query) |
Get a Query object to enable querying. More... | |
| void | StopCqs () |
Stop all CqQuery on this client. More... | |
Provides a query service.
| void Apache::Geode::Client::QueryService< TKey, TResult >::CloseCqs | ( | ) |
Close all CqQuery on this client.
| void Apache::Geode::Client::QueryService< TKey, TResult >::ExecuteCqs | ( | ) |
Get the CqQuery with the given name on this client.
| System::Collections::Generic::List<String^> ^ Apache::Geode::Client::QueryService< TKey, TResult >::GetAllDurableCqsFromServer | ( | ) |
Get all durableCq nanes from server for this client.
| CqQuery<TKey, TResult> ^ Apache::Geode::Client::QueryService< TKey, TResult >::GetCq | ( | String^ | name | ) |
Get the CqQuery with the given name on this client.
| array<CqQuery<TKey, TResult>^> ^ Apache::Geode::Client::QueryService< TKey, TResult >::GetCqs | ( | ) |
Get all CqQuery on this client.
| CqServiceStatistics ^ Apache::Geode::Client::QueryService< TKey, TResult >::GetCqStatistics | ( | ) |
Get CqServiceStatistics on this client.
| CqQuery<TKey, TResult> ^ Apache::Geode::Client::QueryService< TKey, TResult >::NewCq | ( | String^ | query, |
| CqAttributes< TKey, TResult >^ | cqAttr, | ||
| bool | isDurable | ||
| ) |
Get a CqQuery object to enable continuous querying.
| CqQuery<TKey, TResult> ^ Apache::Geode::Client::QueryService< TKey, TResult >::NewCq | ( | String^ | name, |
| String^ | query, | ||
| CqAttributes< TKey, TResult >^ | cqAttr, | ||
| bool | isDurable | ||
| ) |
Get a CqQuery object to enable continuous querying.
| Query<TResult> ^ Apache::Geode::Client::QueryService< TKey, TResult >::NewQuery | ( | String^ | query | ) |
Get a Query object to enable querying.
| void Apache::Geode::Client::QueryService< TKey, TResult >::StopCqs | ( | ) |
Stop all CqQuery on this client.