Package 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.
-
Interface Summary Interface Description CacheCluster Allows you to explore the Terracotta cluster nodes and register for events about the cluster.ClusterNode Provides information about a node in a cache cluster.ClusterTopologyListener A listener for cluster topology events -
Class Summary Class Description NoopCacheCluster This is a dummy implementation of the CacheCluster (Null Object Pattern). -
Enum Summary Enum Description ClusterScheme Lists support cluster schemes (may not include all possible schemes). -
Exception Summary Exception Description ClusterSchemeNotAvailableException Exception type that is thrown when requesting for a certain type of ClusterScheme and its not available.