VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
RegionEvent.hpp
Go to the documentation of this file.
RegionEvent(const std::shared_ptr< Region > ®ion, const std::shared_ptr< Serializable > &aCallbackArgument, const bool remoteOrigin)
Constructor, given the values.
std::shared_ptr< Region > getRegion() const
Return the region this event occurred in.
Definition RegionEvent.hpp:56
bool remoteOrigin() const
If the event originated in a remote process, returns true.
Definition RegionEvent.hpp:68
const std::shared_ptr< Serializable > m_callbackArgument
Callback argument for this event, if any.
Definition RegionEvent.hpp:41
std::shared_ptr< Serializable > getCallbackArgument() const
Returns the callbackArgument passed to the method that generated this event.
Definition RegionEvent.hpp:63
const bool m_remoteOrigin
True if from a remote process.
Definition RegionEvent.hpp:42
const std::shared_ptr< Region > m_region
Region for this event.
Definition RegionEvent.hpp:39
Apache Geode C++ Cache API Documentation