Apache Geode Native .NET Reference 1.15.0
|
This class encapsulates events that occur for cq. More...
#include <CqEvent.hpp>
Public Member Functions | |
CqOperation | getBaseOperation () |
Get the operation on the base operation that triggered this event. More... | |
CqQuery< TKey, TResult > ^ | getCq () |
Return the cqquery this event occurred in. More... | |
TKey | getKey () |
Get the key relating to the event. More... | |
TResult | getNewValue () |
Get the new value of the modification. More... | |
CqOperation | getQueryOperation () |
Get the operation on the query operation that triggered this event. More... | |
This class encapsulates events that occur for cq.
CqOperation Apache::Geode::Client::CqEvent< TKey, TResult >::getBaseOperation | ( | ) |
Get the operation on the base operation that triggered this event.
CqQuery< TKey, TResult > ^ Apache::Geode::Client::CqEvent< TKey, TResult >::getCq | ( | ) |
Return the cqquery this event occurred in.
TKey Apache::Geode::Client::CqEvent< TKey, TResult >::getKey | ( | ) |
Get the key relating to the event.
In case of REGION_CLEAR and REGION_INVALIDATE operation, the key will be null.
TResult Apache::Geode::Client::CqEvent< TKey, TResult >::getNewValue | ( | ) |
Get the new value of the modification.
If there is no new value returns null, this will happen during delete operation.
CqOperation Apache::Geode::Client::CqEvent< TKey, TResult >::getQueryOperation | ( | ) |
Get the operation on the query operation that triggered this event.