Class MapPartitionLostEvent

All Implemented Interfaces:
IMapEvent, Serializable

public class MapPartitionLostEvent
extends AbstractIMapEvent
Used for providing information about the lost partition for a map
See Also:
MapPartitionLostListener, Serialized Form
  • Constructor Details

  • Method Details

    • getPartitionId

      public int getPartitionId()
      Returns the partition ID that has been lost for the given map
      Returns:
      the partition ID that has been lost for the given map
    • toString

      public String toString()
      Description copied from class: AbstractIMapEvent
      Returns a String representation of this event.
      Overrides:
      toString in class AbstractIMapEvent
      Returns:
      A String representation of this event.