Apache Geode Native .NET Reference 1.15.0
|
Provides a query service. More...
#include <QueryService.hpp>
Public Member Functions | |
void | CloseCqs () |
void | ExecuteCqs () |
System::Collections::Generic::List< String^> ^ | GetAllDurableCqsFromServer () |
template<class TKey , class TResult > | |
CqQuery< TKey, TResult > ^ | GetCq (String^ name) |
template<class TKey , class TResult > | |
array< CqQuery< TKey, TResult >^> ^ | GetCqs () |
CqServiceStatistics ^ | GetCqStatistics () |
template<class TKey , class TResult > | |
CqQuery< TKey, TResult > ^ | NewCq (String^ name, String^ query, CqAttributes< TKey, TResult >^ cqAttr, bool isDurable) |
template<class TKey , class TResult > | |
CqQuery< TKey, TResult > ^ | NewCq (String^ query, CqAttributes< TKey, TResult >^ cqAttr, bool isDurable) |
template<class TResult > | |
Query< TResult > ^ | NewQuery (String^ query) |
Get a Query object to enable querying. More... | |
void | StopCqs () |
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.