Package com.hazelcast.config
Class CachePartitionLostListenerConfig
java.lang.Object
com.hazelcast.config.ListenerConfig
com.hazelcast.config.CachePartitionLostListenerConfig
- All Implemented Interfaces:
- DataSerializable,- IdentifiedDataSerializable,- Serializable
Configuration for CachePartitionLostListener
- See Also:
- 
- CachePartitionLostListener
- Serialized Form
 
- 
Field SummaryFields inherited from class com.hazelcast.config.ListenerConfigclassName, implementation
- 
Constructor SummaryConstructorsConstructorDescriptionCachePartitionLostListenerConfig(com.hazelcast.cache.impl.event.CachePartitionLostListener implementation) CachePartitionLostListenerConfig(String className) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanintReturns type identifier for this class.com.hazelcast.cache.impl.event.CachePartitionLostListenerReturns the EventListener implementation.inthashCode()setImplementation(com.hazelcast.cache.impl.event.CachePartitionLostListener implementation) Methods inherited from class com.hazelcast.config.ListenerConfiggetClassName, getFactoryId, isIncludeValue, isLocal, readData, setClassName, setImplementation, toString, writeData
- 
Constructor Details- 
CachePartitionLostListenerConfigpublic CachePartitionLostListenerConfig()
- 
CachePartitionLostListenerConfig
- 
CachePartitionLostListenerConfigpublic CachePartitionLostListenerConfig(com.hazelcast.cache.impl.event.CachePartitionLostListener implementation) 
- 
CachePartitionLostListenerConfig
 
- 
- 
Method Details- 
getImplementationpublic com.hazelcast.cache.impl.event.CachePartitionLostListener getImplementation()Description copied from class:ListenerConfigReturns the EventListener implementation. If none has been specified, null is returned.- Overrides:
- getImplementationin class- ListenerConfig
- Returns:
- the EventListener implementation
- See Also:
 
- 
setImplementationpublic CachePartitionLostListenerConfig setImplementation(com.hazelcast.cache.impl.event.CachePartitionLostListener implementation) 
- 
equals- Overrides:
- equalsin class- ListenerConfig
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- ListenerConfig
 
- 
getClassIdpublic int getClassId()Description copied from interface:IdentifiedDataSerializableReturns type identifier for this class. It should be unique per DataSerializableFactory.- Specified by:
- getClassIdin interface- IdentifiedDataSerializable
- Overrides:
- getClassIdin class- ListenerConfig
- Returns:
- type ID
 
 
-