| Package | Description |
|---|---|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
| com.hazelcast.map.impl.proxy |
Contains map proxy implementation and support classes.
|
| Modifier and Type | Method and Description |
|---|---|
MapPartitionLostListener |
MapPartitionLostListenerConfig.getImplementation() |
MapPartitionLostListener |
MapPartitionLostListenerConfigReadOnly.getImplementation()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MapPartitionLostListenerConfig |
MapPartitionLostListenerConfig.setImplementation(MapPartitionLostListener implementation) |
MapPartitionLostListenerConfig |
MapPartitionLostListenerConfigReadOnly.setImplementation(MapPartitionLostListener implementation)
Deprecated.
|
| Constructor and Description |
|---|
MapPartitionLostListenerConfig(MapPartitionLostListener implementation) |
| Modifier and Type | Method and Description |
|---|---|
String |
IMap.addPartitionLostListener(MapPartitionLostListener listener)
Adds a MapPartitionLostListener.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MapServiceContextEventListenerSupport.addLocalPartitionLostListener(MapPartitionLostListener listener,
String mapName) |
String |
MapServiceContextEventListenerSupport.addPartitionLostListener(MapPartitionLostListener listener,
String mapName) |
| Modifier and Type | Method and Description |
|---|---|
String |
MapProxyImpl.addPartitionLostListener(MapPartitionLostListener listener) |
Copyright © 2018. All Rights Reserved.