VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
CqAttributesMutator.hpp
Go to the documentation of this file.
This interface is used to modify the listeners that are associated with a CQ.
Definition CqAttributesMutator.hpp:43
CqAttributesMutator(const std::shared_ptr< CqAttributes > &impl)
Constructs a CqAttributesMutator with the given CqAttributes.
void removeCqListener(const std::shared_ptr< CqListener > &aListener)
Removes given CQ listener from the list of CQ listeners on this CqQuery.
void addCqListener(const std::shared_ptr< CqListener > &aListener)
Adds a CQ listener to the end of the list of CQ listeners on this CqQuery.
void setCqListeners(const std::vector< std::shared_ptr< CqListener > > &newListeners)
Adds the given set CqListener on this CQ.
Apache Geode C++ Cache API Documentation