org.terracotta.toolkit.cluster
Interface ClusterEvent


public interface ClusterEvent

Indicates that the state of a node in the cluster has changed.


Nested Class Summary
static class ClusterEvent.Type
           
 
Method Summary
 String getDetailedMessage()
          Get the detailed message associated with the event
 ClusterNode getNode()
          Retrieves the node that this event talks about.
 ClusterEvent.Type getType()
          Retrieves the type of this event.
 

Method Detail

getNode

ClusterNode getNode()
Retrieves the node that this event talks about.

Returns:
the instance of the related node

getType

ClusterEvent.Type getType()
Retrieves the type of this event.

Returns:
event type

getDetailedMessage

String getDetailedMessage()
Get the detailed message associated with the event

Returns:
detailed message of the event


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