|
Pivotal GemFire Native .NET Reference
10.0.5
|
Provides a query service. More...
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... | |
| template<class TKey , class TResult > | |
| CqQuery< TKey, TResult > ^ | GetCq (String^ name) |
Get the CqQuery with the given name on this client. More... | |
| template<class TKey , class TResult > | |
| array< CqQuery< TKey, TResult >^> ^ | GetCqs () |
Get all CqQuery on this client. More... | |
| CqServiceStatistics ^ | GetCqStatistics () |
Get CqServiceStatistics on this client. More... | |
| template<class TKey , class TResult > | |
| CqQuery< TKey, TResult > ^ | NewCq (String^ name, String^ query, CqAttributes< TKey, TResult >^ cqAttr, bool isDurable) |
Get a CqQuery object to enable continuous querying. More... | |
| template<class TKey , class TResult > | |
| CqQuery< TKey, TResult > ^ | NewCq (String^ query, CqAttributes< TKey, TResult >^ cqAttr, bool isDurable) |
Get a CqQuery object to enable continuous querying. More... | |
| template<class TResult > | |
| 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::CloseCqs | ( | ) |
Close all CqQuery on this client.
| void Apache::Geode::Client::QueryService::ExecuteCqs | ( | ) |
Get the CqQuery with the given name on this client.
| System::Collections::Generic::List<String^> ^ Apache::Geode::Client::QueryService::GetAllDurableCqsFromServer | ( | ) |
Get all durableCq nanes from server for this client.
| CqQuery<TKey, TResult> ^ Apache::Geode::Client::QueryService::GetCq | ( | String^ | name | ) |
Get the CqQuery with the given name on this client.
| array<CqQuery<TKey, TResult>^> ^ Apache::Geode::Client::QueryService::GetCqs | ( | ) |
Get all CqQuery on this client.
| CqServiceStatistics ^ Apache::Geode::Client::QueryService::GetCqStatistics | ( | ) |
Get CqServiceStatistics on this client.
| CqQuery<TKey, TResult> ^ Apache::Geode::Client::QueryService::NewCq | ( | String^ | name, |
| String^ | query, | ||
| CqAttributes< TKey, TResult >^ | cqAttr, | ||
| bool | isDurable | ||
| ) |
Get a CqQuery object to enable continuous querying.
| CqQuery<TKey, TResult> ^ Apache::Geode::Client::QueryService::NewCq | ( | String^ | query, |
| CqAttributes< TKey, TResult >^ | cqAttr, | ||
| bool | isDurable | ||
| ) |
Get a CqQuery object to enable continuous querying.
| Query<TResult> ^ Apache::Geode::Client::QueryService::NewQuery | ( | String^ | query | ) |
Get a Query object to enable querying.
| void Apache::Geode::Client::QueryService::StopCqs | ( | ) |
Stop all CqQuery on this client.