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, writeData
public 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()
ListenerConfig
getImplementation
in class ListenerConfig
ListenerConfig.setImplementation(java.util.EventListener)
public CachePartitionLostListenerConfig setImplementation(com.hazelcast.cache.impl.event.CachePartitionLostListener implementation)
public boolean equals(Object o)
equals
in class ListenerConfig
public int hashCode()
hashCode
in class ListenerConfig
public int getClassId()
IdentifiedDataSerializable
getClassId
in interface IdentifiedDataSerializable
getClassId
in class ListenerConfig
Copyright © 2023 Hazelcast, Inc.. All rights reserved.