|
| MixedEntryEvent (const std::string &name, const Member &member, EntryEventType eventType, TypedData key, TypedData value) |
| Constructor.
|
|
| MixedEntryEvent (const std::string &name, const Member &member, EntryEventType eventType, TypedData key, TypedData value, TypedData oldValue, TypedData mergingValue) |
| Constructor.
|
|
const TypedData & | getKey () const |
| Returns the key of the entry event. More...
|
|
const TypedData * | getOldValue () const |
| Returns the old value of the entry event. More...
|
|
const TypedData & | getValue () const |
| Returns the value of the entry event. More...
|
|
const TypedData * | getMergingValue () const |
| Returns the incoming merging value of the entry event. More...
|
|
const Member & | getMember () const |
| Returns the member fired this event. More...
|
|
EntryEventType | getEventType () const |
| Return the event type. More...
|
|
const std::string & | getName () const |
| Returns the name of the map for this event. More...
|
|
std::ostream & | operator<< (std::ostream &out) const |
|
EntryEventType hazelcast::client::mixedtype::MixedEntryEvent::getEventType |
( |
| ) |
const |
|
inline |
Return the event type.
- Returns
- event type
const TypedData& hazelcast::client::mixedtype::MixedEntryEvent::getKey |
( |
| ) |
const |
|
inline |
Returns the key of the entry event.
- Returns
- the key
const Member& hazelcast::client::mixedtype::MixedEntryEvent::getMember |
( |
| ) |
const |
|
inline |
Returns the member fired this event.
- Returns
- the member fired this event.
const TypedData* hazelcast::client::mixedtype::MixedEntryEvent::getMergingValue |
( |
| ) |
const |
|
inline |
Returns the incoming merging value of the entry event.
- Returns
- The merging value
const std::string& hazelcast::client::mixedtype::MixedEntryEvent::getName |
( |
| ) |
const |
|
inline |
Returns the name of the map for this event.
- Returns
- name of the map.
const TypedData* hazelcast::client::mixedtype::MixedEntryEvent::getOldValue |
( |
| ) |
const |
|
inline |
Returns the old value of the entry event.
- Returns
- The older value for the entry
const TypedData& hazelcast::client::mixedtype::MixedEntryEvent::getValue |
( |
| ) |
const |
|
inline |
Returns the value of the entry event.
- Returns
- The value of for the entry
The documentation for this class was generated from the following file: