Uses of Interface
com.hazelcast.partition.PartitionLostListener

Packages that use PartitionLostListener
com.hazelcast.client.proxy This package contains client side proxy implementations of the different Hazelcast data structures and operation types 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.partition Contains the partition logic for Hazelcast. 
com.hazelcast.partition.impl Contains the actual implementation of the InternalPartitionService
 

Uses of PartitionLostListener in com.hazelcast.client.proxy
 

Methods in com.hazelcast.client.proxy with parameters of type PartitionLostListener
 String PartitionServiceProxy.addPartitionLostListener(PartitionLostListener partitionLostListener)
           
 

Uses of PartitionLostListener in com.hazelcast.core
 

Methods in com.hazelcast.core with parameters of type PartitionLostListener
 String PartitionService.addPartitionLostListener(PartitionLostListener partitionLostListener)
          Adds a PartitionLostListener.
 

Uses of PartitionLostListener in com.hazelcast.partition
 

Methods in com.hazelcast.partition with parameters of type PartitionLostListener
 String InternalPartitionService.addPartitionLostListener(PartitionLostListener partitionLostListener)
           
 String PartitionServiceProxy.addPartitionLostListener(PartitionLostListener partitionLostListener)
           
 

Uses of PartitionLostListener in com.hazelcast.partition.impl
 

Methods in com.hazelcast.partition.impl with parameters of type PartitionLostListener
 String InternalPartitionServiceImpl.addPartitionLostListener(PartitionLostListener listener)
           
 



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