@FunctionalInterface public interface MapPartitionLostListener extends MapListener
MapPartitionLostEvent
Modifier and Type | Method and Description |
---|---|
void |
partitionLost(MapPartitionLostEvent event)
Invoked when owner and all backups of a partition is lost for a specific map.
|
void partitionLost(MapPartitionLostEvent event)
event
- the event object that contains map name and lost partition IDCopyright © 2023 Hazelcast, Inc.. All rights reserved.