Uses of Class
com.hazelcast.config.CachePartitionLostListenerConfig
Packages that use CachePartitionLostListenerConfig
-
Uses of CachePartitionLostListenerConfig in com.hazelcast.config
Methods in com.hazelcast.config that return CachePartitionLostListenerConfigModifier and TypeMethodDescriptionCachePartitionLostListenerConfig.setImplementation
(com.hazelcast.cache.impl.event.CachePartitionLostListener implementation) Methods in com.hazelcast.config that return types with arguments of type CachePartitionLostListenerConfigModifier and TypeMethodDescriptionCacheConfig.getPartitionLostListenerConfigs()
Gets the partition lost listener references added to cache configuration.CacheSimpleConfig.getPartitionLostListenerConfigs()
Gets the partition lost listener references added to cache configuration.Methods in com.hazelcast.config with parameters of type CachePartitionLostListenerConfigModifier and TypeMethodDescriptionCacheSimpleConfig.addCachePartitionLostListenerConfig
(CachePartitionLostListenerConfig listenerConfig) Adds the CachePartitionLostListenerConfig to partitionLostListenerConfigs.Method parameters in com.hazelcast.config with type arguments of type CachePartitionLostListenerConfigModifier and TypeMethodDescriptionCacheConfig.setPartitionLostListenerConfigs
(List<CachePartitionLostListenerConfig> partitionLostListenerConfigs) Sets the WAN target replication reference.CacheSimpleConfig.setPartitionLostListenerConfigs
(List<CachePartitionLostListenerConfig> partitionLostListenerConfigs) Sets the PartitionLostListenerConfigs.Constructors in com.hazelcast.config with parameters of type CachePartitionLostListenerConfigModifierConstructorDescription