Package com.hazelcast.map
Class EventLostEvent
java.lang.Object
com.hazelcast.map.EventLostEvent
- All Implemented Interfaces:
 IMapEvent
This event is fired in case of an event lost detection.
 The fired event can be caught by implementing 
EventLostListener.- See Also:
 
- 
Field Details
- 
EVENT_TYPE
public static final int EVENT_TYPEEvent type ID.- See Also:
 
 
 - 
 - 
Constructor Details
- 
EventLostEvent
 
 - 
 - 
Method Details
- 
getPartitionId
public int getPartitionId() - 
getMember
Description copied from interface:IMapEventReturns the member that fired this event. - 
getEventType
Intentionally returnsnull.- Specified by:
 getEventTypein interfaceIMapEvent- Returns:
 null
 - 
getName
Description copied from interface:IMapEventReturns the name of the map for this event. - 
toString
 
 -