Package com.hazelcast.config
Class MapPartitionLostListenerConfig
java.lang.Object
com.hazelcast.config.ListenerConfig
com.hazelcast.config.MapPartitionLostListenerConfig
- All Implemented Interfaces:
DataSerializable
,IdentifiedDataSerializable
Configuration for MapPartitionLostListener
- See Also:
-
Field Summary
Fields inherited from class com.hazelcast.config.ListenerConfig
className, implementation
-
Constructor Summary
ConstructorDescriptionMapPartitionLostListenerConfig
(MapPartitionLostListener implementation) MapPartitionLostListenerConfig
(String className) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns type identifier for this class.Returns the EventListener implementation.int
hashCode()
setImplementation
(MapPartitionLostListener implementation) Methods inherited from class com.hazelcast.config.ListenerConfig
getClassName, getFactoryId, isIncludeValue, isLocal, readData, setClassName, setImplementation, toString, writeData
-
Constructor Details
-
MapPartitionLostListenerConfig
public MapPartitionLostListenerConfig() -
MapPartitionLostListenerConfig
-
MapPartitionLostListenerConfig
-
MapPartitionLostListenerConfig
-
-
Method Details
-
getImplementation
Description copied from class:ListenerConfig
Returns the EventListener implementation. If none has been specified, null is returned.- Overrides:
getImplementation
in classListenerConfig
- Returns:
- the EventListener implementation
- See Also:
-
setImplementation
-
equals
- Overrides:
equals
in classListenerConfig
-
hashCode
public int hashCode()- Overrides:
hashCode
in classListenerConfig
-
getClassId
public int getClassId()Description copied from interface:IdentifiedDataSerializable
Returns type identifier for this class. It should be unique per DataSerializableFactory.- Specified by:
getClassId
in interfaceIdentifiedDataSerializable
- Overrides:
getClassId
in classListenerConfig
- Returns:
- type ID
-