public class CachePartitionLostListenerConfig extends ListenerConfig implements Serializable
CachePartitionLostListener
,
Serialized FormclassName, implementation
Constructor and Description |
---|
CachePartitionLostListenerConfig() |
CachePartitionLostListenerConfig(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.
|
CachePartitionLostListener |
getImplementation()
Returns the EventListener implementation.
|
int |
hashCode() |
CachePartitionLostListenerConfig |
setImplementation(CachePartitionLostListener implementation) |
getClassName, getFactoryId, isIncludeValue, isLocal, readData, setClassName, setImplementation, toString, writeData
public CachePartitionLostListenerConfig()
public CachePartitionLostListenerConfig(String className)
public CachePartitionLostListenerConfig(CachePartitionLostListener implementation)
public CachePartitionLostListenerConfig(CachePartitionLostListenerConfig config)
public CachePartitionLostListenerConfigReadOnly getAsReadOnly()
getAsReadOnly
in class ListenerConfig
public CachePartitionLostListener getImplementation()
ListenerConfig
getImplementation
in class ListenerConfig
ListenerConfig.setImplementation(java.util.EventListener)
public CachePartitionLostListenerConfig setImplementation(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 © 2017 Hazelcast, Inc.. All Rights Reserved.