Uses of Interface
com.tc.cluster.DsoClusterEvent

Packages that use DsoClusterEvent
com.tc.cluster Provides interfaces to access cluster events and cluster meta-data. 
 

Uses of DsoClusterEvent in com.tc.cluster
 

Methods in com.tc.cluster with parameters of type DsoClusterEvent
 void DsoClusterListener.nodeJoined(DsoClusterEvent event)
          Sent when a node joined the cluster, including the current node.
 void DsoClusterListener.nodeLeft(DsoClusterEvent event)
          Sent when a node left the cluster, including the current node.
 void DsoClusterListener.operationsDisabled(DsoClusterEvent event)
          Sent when cluster operations are disabled on a node, no cluster operations can go through.
 void DsoClusterListener.operationsEnabled(DsoClusterEvent event)
          Sent when cluster operations are enabled on a node, any operations will go through and propagate through the cluster.
 



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