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
EntryEventType
public int getPartitionId()
public Member getMember()
IMapEvent
public EntryEventType getEventType()
null
.getEventType
in interface IMapEvent
null
public String getName()
IMapEvent
Copyright © 2023 Hazelcast, Inc.. All rights reserved.