Uses of Interface
net.sf.ehcache.cluster.CacheCluster
-
Packages that use CacheCluster Package Description net.sf.ehcache This package contains the public API for using ehcache.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 CacheCluster in net.sf.ehcache
Methods in net.sf.ehcache that return CacheCluster Modifier and Type Method Description CacheClusterCacheManager. getCluster(ClusterScheme scheme)Returns access to information about the cache cluster. -
Uses of CacheCluster in net.sf.ehcache.cluster
Classes in net.sf.ehcache.cluster that implement CacheCluster Modifier and Type Class Description classNoopCacheClusterThis is a dummy implementation of the CacheCluster (Null Object Pattern).Fields in net.sf.ehcache.cluster declared as CacheCluster Modifier and Type Field Description static CacheClusterNoopCacheCluster. INSTANCEA singleton instance you can use rather than constructing your own. -
Uses of CacheCluster in net.sf.ehcache.terracotta
Classes in net.sf.ehcache.terracotta that implement CacheCluster Modifier and Type Class Description classTerracottaCacheClusterCacheClusterimplementation that delegates to an underlying cache cluster.Methods in net.sf.ehcache.terracotta that return CacheCluster Modifier and Type Method Description CacheClusterClusteredInstanceFactory. getTopology()Get an api for looking at the clustered node topology.CacheClusterClusteredInstanceFactoryWrapper. getTopology()Get an api for looking at the clustered node topology.Methods in net.sf.ehcache.terracotta with parameters of type CacheCluster Modifier and Type Method Description voidTerracottaCacheCluster. setUnderlyingCacheCluster(CacheCluster newCacheCluster)Set the underlying cache
-