Uses of Class
com.hazelcast.partition.InternalPartitionLostEvent

Packages that use InternalPartitionLostEvent
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.partition.impl Contains the actual implementation of the InternalPartitionService
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
 

Uses of InternalPartitionLostEvent in com.hazelcast.map.impl
 

Methods in com.hazelcast.map.impl with parameters of type InternalPartitionLostEvent
 void MapService.onPartitionLost(InternalPartitionLostEvent partitionLostEvent)
           
 

Uses of InternalPartitionLostEvent in com.hazelcast.partition.impl
 

Methods in com.hazelcast.partition.impl with parameters of type InternalPartitionLostEvent
 void InternalPartitionServiceImpl.onPartitionLost(InternalPartitionLostEvent event)
           
 

Uses of InternalPartitionLostEvent in com.hazelcast.spi
 

Methods in com.hazelcast.spi with parameters of type InternalPartitionLostEvent
 void PartitionAwareService.onPartitionLost(InternalPartitionLostEvent event)
          Invoked when a partition lost is detected
 



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