Uses of Class
com.hazelcast.config.CachePartitionLostListenerConfig
-
Uses of CachePartitionLostListenerConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionCachePartitionLostListenerConfig.setImplementation
(com.hazelcast.cache.impl.event.CachePartitionLostListener implementation) Modifier 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.Modifier and TypeMethodDescriptionCacheSimpleConfig.addCachePartitionLostListenerConfig
(CachePartitionLostListenerConfig listenerConfig) Adds the CachePartitionLostListenerConfig to partitionLostListenerConfigs.Modifier and TypeMethodDescriptionCacheConfig.setPartitionLostListenerConfigs
(List<CachePartitionLostListenerConfig> partitionLostListenerConfigs) Sets the WAN target replication reference.CacheSimpleConfig.setPartitionLostListenerConfigs
(List<CachePartitionLostListenerConfig> partitionLostListenerConfigs) Sets the PartitionLostListenerConfigs.ModifierConstructorDescription