Hazelcast C++ Client
Public Member Functions | List of all members
hazelcast::client::mixedtype::MixedEntryEvent Class Reference

Public Member Functions

 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 TypedDatagetKey () const
 Returns the key of the entry event. More...
 
const TypedDatagetOldValue () const
 Returns the old value of the entry event. More...
 
const TypedDatagetValue () const
 Returns the value of the entry event. More...
 
const TypedDatagetMergingValue () const
 Returns the incoming merging value of the entry event. More...
 
const MembergetMember () 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
 

Member Function Documentation

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: