Package com.hazelcast.partition
Interface PartitionEvent
- All Known Subinterfaces:
- PartitionLostEvent,- ReplicaMigrationEvent
public interface PartitionEvent
PartitionEvent is a base interface for partition related events.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the partition ID that the event is dispatched for.
- 
Method Details- 
getPartitionIdint getPartitionId()Returns the partition ID that the event is dispatched for.- Returns:
- the partition ID that the event is dispatched for
 
 
-