Interface PartitionEvent

All Known Subinterfaces:
PartitionLostEvent, ReplicaMigrationEvent

public interface PartitionEvent
PartitionEvent is a base interface for partition related events.
See Also:
ReplicaMigrationEvent, PartitionLostEvent
  • Method Summary

    Modifier and Type Method Description
    int getPartitionId()
    Returns the partition ID that the event is dispatched for.
  • Method Details

    • getPartitionId

      int getPartitionId()
      Returns the partition ID that the event is dispatched for.
      Returns:
      the partition ID that the event is dispatched for