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()  | 
public static final int EVENT_TYPE
EntryEventTypepublic int getPartitionId()
public Member getMember()
IMapEventpublic EntryEventType getEventType()
InternalQueryCacheListenerAdapter.getEventType in interface IMapEventInternalQueryCacheListenerAdapterCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.