Class CacheClusterStateStatisticsListener

  • All Implemented Interfaces:
    ClusterTopologyListener

    public class CacheClusterStateStatisticsListener
    extends java.lang.Object
    implements ClusterTopologyListener
    A listener to capture statistics relating to cluster events regarding this node. This should really be a single listener, at the cache manager level, with CacheManager statistics. But we don't have that concept at the moment. Sad face.
    Author:
    cschanck