Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
CachePartitionLostListenerConfig |
CachePartitionLostListenerConfig.setImplementation(com.hazelcast.cache.impl.event.CachePartitionLostListener implementation) |
Modifier and Type | Method and Description |
---|---|
List<CachePartitionLostListenerConfig> |
CacheConfig.getPartitionLostListenerConfigs()
Gets the partition lost listener references added to cache configuration.
|
List<CachePartitionLostListenerConfig> |
CacheSimpleConfig.getPartitionLostListenerConfigs()
Gets the partition lost listener references added to cache configuration.
|
Modifier and Type | Method and Description |
---|---|
CacheSimpleConfig |
CacheSimpleConfig.addCachePartitionLostListenerConfig(CachePartitionLostListenerConfig listenerConfig)
Adds the CachePartitionLostListenerConfig to partitionLostListenerConfigs.
|
Modifier and Type | Method and Description |
---|---|
CacheConfig<K,V> |
CacheConfig.setPartitionLostListenerConfigs(List<CachePartitionLostListenerConfig> partitionLostListenerConfigs)
Sets the WAN target replication reference.
|
CacheSimpleConfig |
CacheSimpleConfig.setPartitionLostListenerConfigs(List<CachePartitionLostListenerConfig> partitionLostListenerConfigs)
Sets the PartitionLostListenerConfigs.
|
Constructor and Description |
---|
CachePartitionLostListenerConfig(CachePartitionLostListenerConfig config) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.