VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
CqAttributesFactory.hpp
Go to the documentation of this file.
The factory class for the CqAttributes instance.
Definition CqAttributesFactory.hpp:60
std::shared_ptr< CqAttributes > create()
Creates a CqAttributes with the current settings.
void addCqListener(const std::shared_ptr< CqListener > &cqListener)
Adds a CQ listener to the end of the list of cq listeners on this factory.
CqAttributesFactory(const std::shared_ptr< CqAttributes > &cqAttributes)
Creates a new instance of CqAttributesFactory ready to create a CqAttributes with the same settings a...
CqAttributesFactory()
Creates a new instance of AttributesFactory ready to create a CqAttributes with default settings.
void initCqListeners(const std::vector< std::shared_ptr< CqListener > > &cqListeners)
Removes all Cq listeners and then adds each listener in the specified array.
Apache Geode C++ Cache API Documentation