Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
CachePartitionLostListenerConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
CachePartitionLostListenerConfig |
CachePartitionLostListenerConfigReadOnly.setImplementation(CachePartitionLostListener implementation)
Deprecated.
|
CachePartitionLostListenerConfig |
CachePartitionLostListenerConfig.setImplementation(CachePartitionLostListener implementation) |
Modifier and Type | Method and Description |
---|---|
List<CachePartitionLostListenerConfig> |
CacheSimpleConfig.getPartitionLostListenerConfigs()
Gets the partition lost listener references added to cache configuration.
|
List<CachePartitionLostListenerConfig> |
CacheConfig.getPartitionLostListenerConfigs()
Gets the partition lost listener references added to cache configuration.
|
Modifier and Type | Method and Description |
---|---|
CacheSimpleConfig |
CacheSimpleConfigReadOnly.addCachePartitionLostListenerConfig(CachePartitionLostListenerConfig listenerConfig)
Deprecated.
|
CacheSimpleConfig |
CacheSimpleConfig.addCachePartitionLostListenerConfig(CachePartitionLostListenerConfig listenerConfig)
Adds the CachePartitionLostListenerConfig to partitionLostListenerConfigs.
|
Modifier and Type | Method and Description |
---|---|
CacheConfig<K,V> |
CacheConfigReadOnly.setPartitionLostListenerConfigs(List<CachePartitionLostListenerConfig> partitionLostListenerConfigs)
Deprecated.
|
CacheSimpleConfig |
CacheSimpleConfigReadOnly.setPartitionLostListenerConfigs(List<CachePartitionLostListenerConfig> partitionLostListenerConfigs)
Deprecated.
|
CacheSimpleConfig |
CacheSimpleConfig.setPartitionLostListenerConfigs(List<CachePartitionLostListenerConfig> partitionLostListenerConfigs)
Sets the PartitionLostListenerConfigs.
|
CacheConfig<K,V> |
CacheConfig.setPartitionLostListenerConfigs(List<CachePartitionLostListenerConfig> partitionLostListenerConfigs)
Sets the WAN target replication reference.
|
Constructor and Description |
---|
CachePartitionLostListenerConfig(CachePartitionLostListenerConfig config) |
CachePartitionLostListenerConfigReadOnly(CachePartitionLostListenerConfig config)
Deprecated.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.