VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
QueryService.hpp
Go to the documentation of this file.
QueryService is the class obtained from a Cache.
Definition QueryService.hpp:47
virtual void executeCqs()=0
@nativeclient Executes all the cqs on this client.
virtual std::shared_ptr< CqQuery > newCq(std::string querystr, const std::shared_ptr< CqAttributes > &cqAttr, bool isDurable=false)=0
@nativeclient Constructs a new named continuous query, represented by an instance of CqQuery.
virtual std::shared_ptr< CqQuery > newCq(std::string name, std::string querystr, const std::shared_ptr< CqAttributes > &cqAttr, bool isDurable=false)=0
Constructs a new named continuous query, represented by an instance of CqQuery.
virtual query_container_type getCqs() const =0
@nativeclient Retrieve all registered CQs @endnativeclient
virtual void closeCqs()=0
Close all CQs, and release resources associated with executing CQs.
virtual void stopCqs()=0
Stops all the cqs on this client.
virtual std::shared_ptr< CqServiceStatistics > getCqServiceStatistics() const =0
@nativeclient Get statistics information for all CQs
virtual std::shared_ptr< CacheableArrayList > getAllDurableCqsFromServer() const =0
Gets all the durable CQs registered by this client.
virtual std::shared_ptr< CqQuery > getCq(const std::string &name) const =0
Retrieve a CqQuery by name.
virtual std::shared_ptr< Query > newQuery(std::string querystr)=0
Get a new Query with the specified query string.
Apache Geode C++ Cache API Documentation