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) |
CachePartitionLostListenerConfigReadOnly |
getAsReadOnly()
Deprecated.
this method will be removed in 4.0; it is meant for internal usage only
|
int |
getId()
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 CachePartitionLostListenerConfigReadOnly getAsReadOnly()
getAsReadOnly
in class ListenerConfig
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 getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
getId
in class ListenerConfig
Copyright © 2018 Hazelcast, Inc.. All rights reserved.