Uses of Class
com.hazelcast.config.MapPartitionLostListenerConfig

Packages that use MapPartitionLostListenerConfig
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of MapPartitionLostListenerConfig in com.hazelcast.config
 

Subclasses of MapPartitionLostListenerConfig in com.hazelcast.config
 class MapPartitionLostListenerConfigReadOnly
          Read-Only Configuration for MapPartitionLostListener
 

Methods in com.hazelcast.config that return MapPartitionLostListenerConfig
 MapPartitionLostListenerConfig MapPartitionLostListenerConfig.setImplementation(MapPartitionLostListener implementation)
           
 

Methods in com.hazelcast.config that return types with arguments of type MapPartitionLostListenerConfig
 List<MapPartitionLostListenerConfig> MapConfig.getPartitionLostListenerConfigs()
           
 List<MapPartitionLostListenerConfig> MapConfigReadOnly.getPartitionLostListenerConfigs()
           
 

Methods in com.hazelcast.config with parameters of type MapPartitionLostListenerConfig
 MapConfig MapConfig.addMapPartitionLostListenerConfig(MapPartitionLostListenerConfig listenerConfig)
           
 

Method parameters in com.hazelcast.config with type arguments of type MapPartitionLostListenerConfig
 MapConfig MapConfig.setPartitionLostListenerConfigs(List<MapPartitionLostListenerConfig> listenerConfigs)
           
 

Constructors in com.hazelcast.config with parameters of type MapPartitionLostListenerConfig
MapPartitionLostListenerConfig(MapPartitionLostListenerConfig config)
           
MapPartitionLostListenerConfigReadOnly(MapPartitionLostListenerConfig config)
           
 



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