public abstract class Invalidation extends Object implements IMapEvent, DataSerializable
| Constructor and Description | 
|---|
| Invalidation() | 
| Invalidation(String mapName,
            String sourceUuid) | 
| Modifier and Type | Method and Description | 
|---|---|
| EntryEventType | getEventType()Return the event type | 
| Member | getMember()Returns the member that fired this event. | 
| String | getName()Returns the name of the map for this event. | 
| String | getSourceUuid() | 
| void | readData(ObjectDataInput in)Reads fields from the input stream | 
| void | writeData(ObjectDataOutput out)Writes object fields to output stream | 
public String getName()
IMapEventpublic String getSourceUuid()
public Member getMember()
IMapEventpublic EntryEventType getEventType()
IMapEventgetEventType in interface IMapEventpublic void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.