public class CachePartitionLostListenerConfig extends ListenerConfig implements Serializable
CachePartitionLostListener, 
Serialized FormclassName, implementation| Constructor and Description | 
|---|
| CachePartitionLostListenerConfig() | 
| CachePartitionLostListenerConfig(com.hazelcast.cache.impl.event.CachePartitionLostListener implementation) | 
| CachePartitionLostListenerConfig(CachePartitionLostListenerConfig config) | 
| CachePartitionLostListenerConfig(String className) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| int | getClassId()Returns type identifier for this class. | 
| com.hazelcast.cache.impl.event.CachePartitionLostListener | getImplementation()Returns the EventListener implementation. | 
| int | hashCode() | 
| CachePartitionLostListenerConfig | setImplementation(com.hazelcast.cache.impl.event.CachePartitionLostListener implementation) | 
getClassName, getFactoryId, isIncludeValue, isLocal, readData, setClassName, setImplementation, toString, writeDatapublic CachePartitionLostListenerConfig()
public CachePartitionLostListenerConfig(String className)
public CachePartitionLostListenerConfig(com.hazelcast.cache.impl.event.CachePartitionLostListener implementation)
public CachePartitionLostListenerConfig(CachePartitionLostListenerConfig config)
public com.hazelcast.cache.impl.event.CachePartitionLostListener getImplementation()
ListenerConfiggetImplementation in class ListenerConfigListenerConfig.setImplementation(java.util.EventListener)public CachePartitionLostListenerConfig setImplementation(com.hazelcast.cache.impl.event.CachePartitionLostListener implementation)
public boolean equals(Object o)
equals in class ListenerConfigpublic int hashCode()
hashCode in class ListenerConfigpublic int getClassId()
IdentifiedDataSerializablegetClassId in interface IdentifiedDataSerializablegetClassId in class ListenerConfigCopyright © 2020 Hazelcast, Inc.. All rights reserved.