public class EventLostEvent extends Object implements IMapEvent
EventLostListener.EventLostListener| Modifier and Type | Field and Description | 
|---|---|
static int | 
EVENT_TYPE
Event type ID. 
 | 
| Constructor and Description | 
|---|
EventLostEvent(String source,
              Member member,
              int partitionId)  | 
| Modifier and Type | Method and Description | 
|---|---|
EntryEventType | 
getEventType()
Intentionally returns  
null. | 
Member | 
getMember()
Returns the member that fired this event. 
 | 
String | 
getName()
Returns the name of the map for this event. 
 | 
int | 
getPartitionId()  | 
String | 
toString()  | 
public static final int EVENT_TYPE
EntryEventTypepublic int getPartitionId()
public Member getMember()
IMapEventpublic EntryEventType getEventType()
null.getEventType in interface IMapEventnullpublic String getName()
IMapEventCopyright © 2023 Hazelcast, Inc.. All rights reserved.