Class EventLostEvent

java.lang.Object
com.hazelcast.map.EventLostEvent
All Implemented Interfaces:
IMapEvent

public class EventLostEvent
extends Object
implements IMapEvent
This event is fired in case of an event lost detection. The fired event can be caught by implementing EventLostListener.
See Also:
EventLostListener
  • Field Details

    • EVENT_TYPE

      public static final int EVENT_TYPE
      Event type ID.
      See Also:
      EntryEventType
  • Constructor Details

    • EventLostEvent

      public EventLostEvent​(String source, Member member, int partitionId)
  • Method Details

    • getPartitionId

      public int getPartitionId()
    • getMember

      public Member getMember()
      Description copied from interface: IMapEvent
      Returns the member that fired this event.
      Specified by:
      getMember in interface IMapEvent
      Returns:
      the member that fired this event.
    • getEventType

      public EntryEventType getEventType()
      Intentionally returns null.
      Specified by:
      getEventType in interface IMapEvent
      Returns:
      null
    • getName

      public String getName()
      Description copied from interface: IMapEvent
      Returns the name of the map for this event.
      Specified by:
      getName in interface IMapEvent
      Returns:
      name of the map for this event.
    • toString

      public String toString()
      Overrides:
      toString in class Object