VMware Tanzu GemFire Native C++ Reference
10.1.5
|
Go to the documentation of this file.
3 #ifndef GEODE_CACHELISTENER_H_
4 #define GEODE_CACHELISTENER_H_
25 #include "internal/geode_globals.hpp"
214 #endif // GEODE_CACHELISTENER_H_
virtual void afterRegionClear(const RegionEvent &event)
Handles the event of a region being cleared.
virtual void afterInvalidate(const EntryEvent &event)
Handles the event of an entry's value being invalidated.
virtual void afterDestroy(const EntryEvent &event)
Handles the event of an entry being destroyed.
Represents an entry event affecting an entry, including its identity and the the circumstances of the...
Definition: EntryEvent.hpp:44
An application plug-in that can be installed on a region.
Definition: CacheListener.hpp:79
Declares region events.
Definition: RegionEvent.hpp:37
virtual void close(Region ®ion)
Called when the region containing this callback is destroyed, when the cache is closed.
virtual void afterRegionDisconnected(Region ®ion)
Called when all the endpoints assosiated with region are down.
virtual void afterRegionDestroy(const RegionEvent &event)
Handles the event of a region being destroyed.
virtual void afterRegionLive(const RegionEvent &event)
Handles the event of a region being live.
This class manages subregions and cached data.
Definition: Region.hpp:95
virtual void afterCreate(const EntryEvent &event)
Handles the event of a new key being added to a region.
virtual ~CacheListener()
public methods
CacheListener()
constructors
virtual void afterUpdate(const EntryEvent &event)
Handles the event of an entry's value being modified in a region.
virtual void afterRegionInvalidate(const RegionEvent &event)
Handles the event of a region being invalidated.
Apache Geode C++ Cache API Documentation