public class MapPartitionLostListenerConfigReadOnly extends MapPartitionLostListenerConfig
MapPartitionLostListenerclassName, implementation| Constructor and Description | 
|---|
| MapPartitionLostListenerConfigReadOnly(MapPartitionLostListenerConfig config)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| MapPartitionLostListener | getImplementation()Deprecated.  Returns the EventListener implementation. | 
| ListenerConfig | setClassName(String className)Deprecated.  Sets the class name of the EventListener. | 
| ListenerConfig | setImplementation(EventListener implementation)Deprecated.  Sets the EventListener implementation. | 
| MapPartitionLostListenerConfig | setImplementation(MapPartitionLostListener implementation)Deprecated.  | 
equals, getAsReadOnly, getId, hashCodegetClassName, getFactoryId, isIncludeValue, isLocal, readData, toString, writeDatapublic MapPartitionLostListenerConfigReadOnly(MapPartitionLostListenerConfig config)
public MapPartitionLostListener getImplementation()
ListenerConfiggetImplementation in class MapPartitionLostListenerConfigListenerConfig.setImplementation(java.util.EventListener)public ListenerConfig setClassName(String className)
ListenerConfigIf a implementation was set, it will be removed.
setClassName in class ListenerConfigclassName - the name of the class of the EventListenerListenerConfig.setImplementation(java.util.EventListener), 
ListenerConfig.getClassName()public ListenerConfig setImplementation(EventListener implementation)
ListenerConfigIf a className was set, it will be removed.
setImplementation in class ListenerConfigimplementation - the EventListener implementationListenerConfig.setClassName(String), 
ListenerConfig.getImplementation()public MapPartitionLostListenerConfig setImplementation(MapPartitionLostListener implementation)
setImplementation in class MapPartitionLostListenerConfigCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.