VMware GemFire Native C++ Reference
9.1
|
This interface holds all attribute values for a CQ and provides methods for retrieving all attribute settings. More...
Inherits apache::geode::client::SharedBase.
Public Member Functions | |
virtual void | getCqListeners (VectorOfCqListener &vl)=0 |
Get the CqListeners set with the CQ. More... | |
void | preserveSB () const |
Atomically increment reference count. More... | |
int32_t | refCount () |
void | releaseSB () const |
Atomically decrement reference count, the SharedBase object is automatically deleted when its reference count goes to zero. More... | |
This interface holds all attribute values for a CQ and provides methods for retrieving all attribute settings.
This interface can be modified only by the CqAttributesFactory class (before CQ creation) and the CqAttributesMutator interface (after CQ creation).
For compatibility rules and default values, see CqAttributesFactory.
|
pure virtual |
Get the CqListeners set with the CQ.
Returns all the Listeners associated with this CQ.
|
inherited |
Atomically increment reference count.
|
inlineinherited |
|
inherited |
Atomically decrement reference count, the SharedBase object is automatically deleted when its reference count goes to zero.