com.hazelcast.config
Class MapPartitionLostListenerConfig
java.lang.Object
com.hazelcast.config.ListenerConfig
com.hazelcast.config.MapPartitionLostListenerConfig
- Direct Known Subclasses:
- MapPartitionLostListenerConfigReadOnly
public class MapPartitionLostListenerConfig
- extends ListenerConfig
Configuration for MapPartitionLostListener
- See Also:
MapPartitionLostListener
MapPartitionLostListenerConfig
public MapPartitionLostListenerConfig()
MapPartitionLostListenerConfig
public MapPartitionLostListenerConfig(String className)
MapPartitionLostListenerConfig
public MapPartitionLostListenerConfig(MapPartitionLostListener implementation)
MapPartitionLostListenerConfig
public MapPartitionLostListenerConfig(MapPartitionLostListenerConfig config)
getAsReadOnly
public MapPartitionLostListenerConfigReadOnly getAsReadOnly()
- Overrides:
getAsReadOnly
in class ListenerConfig
getImplementation
public MapPartitionLostListener getImplementation()
- Description copied from class:
ListenerConfig
- Returns the EventListener implementation. If none has been specified, null is returned.
- Overrides:
getImplementation
in class ListenerConfig
- Returns:
- the EventListener implementation.
- See Also:
ListenerConfig.setImplementation(java.util.EventListener)
setImplementation
public MapPartitionLostListenerConfig setImplementation(MapPartitionLostListener implementation)
equals
public boolean equals(Object o)
- Overrides:
equals
in class ListenerConfig
hashCode
public int hashCode()
- Overrides:
hashCode
in class ListenerConfig
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.