com.hazelcast.map.impl
Class DataAwareEntryEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.hazelcast.core.AbstractIMapEvent
          extended by com.hazelcast.core.EntryEvent
              extended by com.hazelcast.map.impl.DataAwareEntryEvent
All Implemented Interfaces:
IMapEvent, Serializable

public class DataAwareEntryEvent
extends EntryEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.hazelcast.core.EntryEvent
key, oldValue, value
 
Fields inherited from class com.hazelcast.core.AbstractIMapEvent
name
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DataAwareEntryEvent(Member from, int eventType, String source, Data dataKey, Data dataNewValue, Data dataOldValue, SerializationService serializationService)
           
 
Method Summary
 Object getKey()
          Returns the key of the entry event.
 Data getKeyData()
           
 Data getNewValueData()
           
 Object getOldValue()
          Returns the old value of the entry event.
 Data getOldValueData()
           
 Object getValue()
          Returns the value of the entry event.
 
Methods inherited from class com.hazelcast.core.EntryEvent
toString
 
Methods inherited from class com.hazelcast.core.AbstractIMapEvent
getEventType, getMember, getName, getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataAwareEntryEvent

public DataAwareEntryEvent(Member from,
                           int eventType,
                           String source,
                           Data dataKey,
                           Data dataNewValue,
                           Data dataOldValue,
                           SerializationService serializationService)
Method Detail

getKeyData

public Data getKeyData()

getNewValueData

public Data getNewValueData()

getOldValueData

public Data getOldValueData()

getKey

public Object getKey()
Description copied from class: EntryEvent
Returns the key of the entry event.

Overrides:
getKey in class EntryEvent
Returns:
the key of the entry event

getOldValue

public Object getOldValue()
Description copied from class: EntryEvent
Returns the old value of the entry event.

Overrides:
getOldValue in class EntryEvent
Returns:
the old value of the entry event.

getValue

public Object getValue()
Description copied from class: EntryEvent
Returns the value of the entry event.

Overrides:
getValue in class EntryEvent
Returns:
the value of the entry event


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.