Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
MapPartitionLostListenerConfigReadOnly
Read-Only Configuration for MapPartitionLostListener
|
Modifier and Type | Method and Description |
---|---|
MapPartitionLostListenerConfig |
MapPartitionLostListenerConfig.setImplementation(MapPartitionLostListener implementation) |
MapPartitionLostListenerConfig |
MapPartitionLostListenerConfigReadOnly.setImplementation(MapPartitionLostListener implementation) |
Modifier and Type | Method and Description |
---|---|
List<MapPartitionLostListenerConfig> |
MapConfig.getPartitionLostListenerConfigs() |
List<MapPartitionLostListenerConfig> |
MapConfigReadOnly.getPartitionLostListenerConfigs() |
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.addMapPartitionLostListenerConfig(MapPartitionLostListenerConfig listenerConfig) |
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.setPartitionLostListenerConfigs(List<MapPartitionLostListenerConfig> listenerConfigs) |
Constructor and Description |
---|
MapPartitionLostListenerConfig(MapPartitionLostListenerConfig config) |
MapPartitionLostListenerConfigReadOnly(MapPartitionLostListenerConfig config) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.