com.hazelcast.config
Class MapPartitionLostListenerConfig

java.lang.Object
  extended by com.hazelcast.config.ListenerConfig
      extended by com.hazelcast.config.MapPartitionLostListenerConfig
Direct Known Subclasses:
MapPartitionLostListenerConfigReadOnly

public class MapPartitionLostListenerConfig
extends ListenerConfig

Configuration for MapPartitionLostListener

See Also:
MapPartitionLostListener

Field Summary
 
Fields inherited from class com.hazelcast.config.ListenerConfig
className, implementation
 
Constructor Summary
MapPartitionLostListenerConfig()
           
MapPartitionLostListenerConfig(MapPartitionLostListener implementation)
           
MapPartitionLostListenerConfig(MapPartitionLostListenerConfig config)
           
MapPartitionLostListenerConfig(String className)
           
 
Method Summary
 boolean equals(Object o)
           
 MapPartitionLostListenerConfigReadOnly getAsReadOnly()
           
 MapPartitionLostListener getImplementation()
          Returns the EventListener implementation.
 int hashCode()
           
 MapPartitionLostListenerConfig setImplementation(MapPartitionLostListener implementation)
           
 
Methods inherited from class com.hazelcast.config.ListenerConfig
getClassName, isIncludeValue, isLocal, setClassName, setImplementation, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapPartitionLostListenerConfig

public MapPartitionLostListenerConfig()

MapPartitionLostListenerConfig

public MapPartitionLostListenerConfig(String className)

MapPartitionLostListenerConfig

public MapPartitionLostListenerConfig(MapPartitionLostListener implementation)

MapPartitionLostListenerConfig

public MapPartitionLostListenerConfig(MapPartitionLostListenerConfig config)
Method Detail

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.