Class EventLostEvent

  • All Implemented Interfaces:
    IMapEvent

    public class EventLostEvent
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      static int EVENT_TYPE
      Event type ID.
    • Constructor Summary

      Constructors 
      Constructor Description
      EventLostEvent​(java.lang.String source, Member member, int partitionId)  
    • Field Detail

      • EVENT_TYPE

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

      • EventLostEvent

        public EventLostEvent​(java.lang.String source,
                              Member member,
                              int partitionId)
    • Method Detail

      • 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.
      • getName

        public java.lang.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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object