ehcache

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.

See:
          Description

Interface Summary
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
NoopCacheCluster This is a dummy implementation of the CacheCluster (Null Object Pattern).
 

Enum Summary
ClusterScheme Lists support cluster schemes (may not include all possible schemes).
 

Exception Summary
ClusterSchemeNotAvailableException Exception type that is thrown when requesting for a certain type of ClusterScheme and its not available.
 

Package net.sf.ehcache.cluster Description

This package contains the API for accessing the cluster node topology and registering to receive events about changes in the cluster node topology.


ehcache

Copyright 2001-2014, Terracotta, Inc.