Uses of Interface
org.terracotta.cluster.ClusterEvent

Packages that use ClusterEvent
org.terracotta.cluster   
 

Uses of ClusterEvent in org.terracotta.cluster
 

Methods in org.terracotta.cluster with parameters of type ClusterEvent
 void ClusterListener.nodeJoined(ClusterEvent event)
          Sent when a node joined the cluster, including the current node.
 void ClusterListener.nodeLeft(ClusterEvent event)
          Sent when a node left the cluster, including the current node.
 void ClusterListener.operationsDisabled(ClusterEvent event)
          Sent when cluster operations are disabled on a node, no cluster operations can go through.
 void ClusterListener.operationsEnabled(ClusterEvent event)
          Sent when cluster operations are enabled on a node, any operations will go through and propagate through the cluster.
 boolean OutOfBandClusterListener.useOutOfBandNotification(ClusterEvent event)
           
 



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.