|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheEventData
Internal event data wrapper used during publishing and dispatching events. An event data is represented by
Data form.
AbstractCacheService.publishEvent(String, CacheEventSet, int),
AbstractCacheService.dispatchEvent(Object, CacheEventListener)| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.hazelcast.nio.serialization.IdentifiedDataSerializable |
|---|
getFactoryId, getId |
| Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable |
|---|
readData, writeData |
| Method Detail |
|---|
CacheEventType getCacheEventType()
CacheEventTypeString getName()
Data getDataKey()
Data.
Data.Data getDataValue()
Data.
Data.Data getDataOldValue()
Data, if available.
Data, else null.boolean isOldValueAvailable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||