Package com.hazelcast.map.listener
Interface MapPartitionLostListener
- All Superinterfaces:
EventListener
,MapListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Invoked when owner and all backups of a partition is lost for a specific map.
- Since:
- 3.5
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when owner and all backups of a partition is lost for a specific map.
-
Method Details
-
partitionLost
Invoked when owner and all backups of a partition is lost for a specific map.- Parameters:
event
- the event object that contains map name and lost partition ID
-