com.hazelcast.map.listener
Interface MapPartitionLostListener

All Superinterfaces:
EventListener, MapListener

public interface MapPartitionLostListener
extends MapListener

Invoked when owner and all backups of a partition is lost for a specific map

Since:
3.5
See Also:
MapPartitionLostEvent

Method Summary
 void partitionLost(MapPartitionLostEvent event)
          Invoked when owner and all backups of a partition is lost for a specific map
 

Method Detail

partitionLost

void partitionLost(MapPartitionLostEvent event)
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


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.