public interface CacheEventData extends IdentifiedDataSerializable
Data form.| Modifier and Type | Method and Description | 
|---|---|
| CacheEventType | getCacheEventType()Gets cache event type of this event data. | 
| Data | getDataKey()Gets cache entry key as  Data. | 
| Data | getDataOldValue()Gets the old value of entry as  Data, if available. | 
| Data | getDataValue()Gets cache entry value as  Data. | 
| String | getName()Gets the name of the cache. | 
| boolean | isOldValueAvailable()Returns true if old value is available. | 
getFactoryId, getIdreadData, writeDataCacheEventType getCacheEventType()
CacheEventTypeString getName()
Data getDataOldValue()
Data, if available.Data, else null.boolean isOldValueAvailable()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.