VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
CqListener.hpp
An application plug-in that can be installed on a region.
Definition CacheListener.hpp:79
This interface provides methods to get all the information sent from the server about the CQ event.
Definition CqEvent.hpp:53
Application plug-in interface for handling continuous query events after they occur.
Definition CqListener.hpp:40
virtual void onError(const CqEvent &aCqEvent)
This method is invoked when there is an error during CQ processing.
virtual void onEvent(const CqEvent &aCqEvent)
This method is invoked when an event is occurred on the region that satisfied the query condition of ...
virtual void close()
Called when the region containing this callback is closed or destroyed, when the cache is closed,...
Apache Geode C++ Cache API Documentation