Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
MapPartitionLostListenerConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
MapPartitionLostListenerConfig |
MapPartitionLostListenerConfig.setImplementation(MapPartitionLostListener implementation) |
MapPartitionLostListenerConfig |
MapPartitionLostListenerConfigReadOnly.setImplementation(MapPartitionLostListener implementation)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<MapPartitionLostListenerConfig> |
MapConfig.getPartitionLostListenerConfigs() |
List<MapPartitionLostListenerConfig> |
MapConfigReadOnly.getPartitionLostListenerConfigs()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.addMapPartitionLostListenerConfig(MapPartitionLostListenerConfig listenerConfig) |
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.setPartitionLostListenerConfigs(List<MapPartitionLostListenerConfig> listenerConfigs) |
MapConfig |
MapConfigReadOnly.setPartitionLostListenerConfigs(List<MapPartitionLostListenerConfig> listenerConfigs)
Deprecated.
|
Constructor and Description |
---|
MapPartitionLostListenerConfig(MapPartitionLostListenerConfig config) |
MapPartitionLostListenerConfigReadOnly(MapPartitionLostListenerConfig config)
Deprecated.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.