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
ConstructorsConstructorDescriptionMapPartitionLostListenerConfig(MapPartitionLostListener implementation) MapPartitionLostListenerConfig(String className)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanintReturns type identifier for this class.Returns the EventListener implementation.inthashCode()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:ListenerConfigReturns the EventListener implementation. If none has been specified, null is returned.- Overrides:
 getImplementationin classListenerConfig- Returns:
 - the EventListener implementation
 - See Also:
 
 - 
setImplementation
 - 
equals
- Overrides:
 equalsin classListenerConfig
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classListenerConfig
 - 
getClassId
public int getClassId()Description copied from interface:IdentifiedDataSerializableReturns type identifier for this class. It should be unique per DataSerializableFactory.- Specified by:
 getClassIdin interfaceIdentifiedDataSerializable- Overrides:
 getClassIdin classListenerConfig- Returns:
 - type ID
 
 
 -