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. 
 

Uses of ClusterNode in net.sf.ehcache.cluster
 

Methods in net.sf.ehcache.cluster that return types with arguments of type ClusterNode
 java.util.Collection<ClusterNode> NoopCacheCluster.getNodes()
          Get all the nodes in the cluster
 java.util.Collection<ClusterNode> CacheCluster.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.nodeJoined(ClusterNode node)
          A node has joined the cluster
 void ClusterTopologyListener.nodeLeft(ClusterNode node)
          A node has left the cluster
 


ehcache

true