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()
IMapEvent
public String getSourceUuid()
public Member getMember()
IMapEvent
public EntryEventType getEventType()
IMapEvent
getEventType
in interface IMapEvent
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.