org.terracotta.modules.ehcache.event
Class FireRejoinOperatorEventClusterListener
java.lang.Object
org.terracotta.modules.ehcache.event.FireRejoinOperatorEventClusterListener
- All Implemented Interfaces:
- ClusterTopologyListener
public class FireRejoinOperatorEventClusterListener
- extends Object
- implements ClusterTopologyListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FireRejoinOperatorEventClusterListener
public FireRejoinOperatorEventClusterListener(ToolkitInstanceFactory toolkitInstanceFactory)
clusterOffline
public void clusterOffline(ClusterNode node)
- Specified by:
clusterOffline in interface ClusterTopologyListener
clusterOnline
public void clusterOnline(ClusterNode node)
- Specified by:
clusterOnline in interface ClusterTopologyListener
clusterRejoined
public void clusterRejoined(ClusterNode oldNode,
ClusterNode newNode)
- Specified by:
clusterRejoined in interface ClusterTopologyListener
nodeJoined
public void nodeJoined(ClusterNode node)
- Specified by:
nodeJoined in interface ClusterTopologyListener
nodeLeft
public void nodeLeft(ClusterNode node)
- Specified by:
nodeLeft in interface ClusterTopologyListener
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.