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:
ReplicaMigrationEvent
,PartitionLostEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPartitionId()
Returns the partition ID that the event is dispatched for.
-