ehcache

Uses of Interface
net.sf.ehcache.cluster.ClusterNode

Packages that use ClusterNode
net.sf.ehcache.cluster This package contains the API for accessing the cluster node topology and registering to receive events about changes in the cluster node topology. 
net.sf.ehcache.terracotta This package contains the Terracotta integration functionalities. 
 

Uses of ClusterNode in net.sf.ehcache.cluster
 

Methods in net.sf.ehcache.cluster that return ClusterNode
 ClusterNode CacheCluster.getCurrentNode()
          Retrieves the ClusterNode instance that corresponds to the current node.
 ClusterNode NoopCacheCluster.getCurrentNode()
          Retrieves the ClusterNode instance that corresponds to the current node.
 ClusterNode CacheCluster.waitUntilNodeJoinsCluster()
          Waits until the current node has successfully joined the cluster.
 ClusterNode NoopCacheCluster.waitUntilNodeJoinsCluster()
          Waits until the current node has successfully joined the cluster.
 

Methods in net.sf.ehcache.cluster that return types with arguments of type ClusterNode
 Collection<ClusterNode> CacheCluster.getNodes()
          Get all the nodes in the cluster
 Collection<ClusterNode> NoopCacheCluster.getNodes()
          Get all the nodes in the cluster
 

Methods in net.sf.ehcache.cluster with parameters of type ClusterNode
 void ClusterTopologyListener.clusterOffline(ClusterNode node)
          This node has lost contact (possibly temporarily) with the cluster and cannot execute clustered operations
 void ClusterTopologyListener.clusterOnline(ClusterNode node)
          This node has established contact with the cluster and can execute clustered operations.
 void ClusterTopologyListener.clusterRejoined(ClusterNode oldNode, ClusterNode newNode)
          This node lost contact and rejoined the cluster again.
 void ClusterTopologyListener.nodeJoined(ClusterNode node)
          A node has joined the cluster
 void ClusterTopologyListener.nodeLeft(ClusterNode node)
          A node has left the cluster
 

Uses of ClusterNode in net.sf.ehcache.terracotta
 

Classes in net.sf.ehcache.terracotta that implement ClusterNode
 class DisconnectedClusterNode
          ClusterNode which copies a disconnected ClusterNode without keeping any reference to the original one.
 

Methods in net.sf.ehcache.terracotta that return ClusterNode
 ClusterNode TerracottaCacheCluster.getCurrentNode()
          Retrieves the ClusterNode instance that corresponds to the current node.
 ClusterNode TerracottaCacheCluster.waitUntilNodeJoinsCluster()
          Waits until the current node has successfully joined the cluster.
 

Methods in net.sf.ehcache.terracotta that return types with arguments of type ClusterNode
 Collection<ClusterNode> TerracottaCacheCluster.getNodes()
          Get all the nodes in the cluster
 

Constructors in net.sf.ehcache.terracotta with parameters of type ClusterNode
DisconnectedClusterNode(ClusterNode node)
          Constructor accepting the disconnected node
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.