public class MapPartitionLostListenerConfig extends ListenerConfig
MapPartitionLostListener
className, implementation
Constructor and Description |
---|
MapPartitionLostListenerConfig() |
MapPartitionLostListenerConfig(MapPartitionLostListener implementation) |
MapPartitionLostListenerConfig(MapPartitionLostListenerConfig config) |
MapPartitionLostListenerConfig(String className) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
MapPartitionLostListenerConfigReadOnly |
getAsReadOnly()
Deprecated.
this method will be removed in 4.0; it is meant for internal usage only
|
int |
getId()
Returns type identifier for this class.
|
MapPartitionLostListener |
getImplementation()
Returns the EventListener implementation.
|
int |
hashCode() |
MapPartitionLostListenerConfig |
setImplementation(MapPartitionLostListener implementation) |
getClassName, getFactoryId, isIncludeValue, isLocal, readData, setClassName, setImplementation, toString, writeData
public MapPartitionLostListenerConfig()
public MapPartitionLostListenerConfig(String className)
public MapPartitionLostListenerConfig(MapPartitionLostListener implementation)
public MapPartitionLostListenerConfig(MapPartitionLostListenerConfig config)
public MapPartitionLostListenerConfigReadOnly getAsReadOnly()
getAsReadOnly
in class ListenerConfig
public MapPartitionLostListener getImplementation()
ListenerConfig
getImplementation
in class ListenerConfig
ListenerConfig.setImplementation(java.util.EventListener)
public MapPartitionLostListenerConfig setImplementation(MapPartitionLostListener implementation)
public boolean equals(Object o)
equals
in class ListenerConfig
public int hashCode()
hashCode
in class ListenerConfig
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
getId
in class ListenerConfig
Copyright © 2018 Hazelcast, Inc.. All rights reserved.