Uses of Class
net.sf.ehcache.cluster.ClusterScheme
-
Packages that use ClusterScheme 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 ClusterScheme in net.sf.ehcache
Methods in net.sf.ehcache with parameters of type ClusterScheme Modifier and Type Method Description CacheClusterCacheManager. getCluster(ClusterScheme scheme)Returns access to information about the cache cluster. -
Uses of ClusterScheme in net.sf.ehcache.cluster
Methods in net.sf.ehcache.cluster that return ClusterScheme Modifier and Type Method Description ClusterSchemeCacheCluster. getScheme()Get scheme name for this cluster info.ClusterSchemeNoopCacheCluster. getScheme()Always returns the ClusterScheme.NONEClusterSchemeClusterSchemeNotAvailableException. getUnavailableClusterScheme()Return the unavailable ClusterScheme this instance is associated withstatic ClusterSchemeClusterScheme. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ClusterScheme[]ClusterScheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.ehcache.cluster with parameters of type ClusterScheme Constructor Description ClusterSchemeNotAvailableException(ClusterScheme unavailableClusterScheme)Constructor accepting theClusterSchemethat is unavailableClusterSchemeNotAvailableException(ClusterScheme unavailableClusterScheme, java.lang.String message)Constructor accepting theClusterSchemethat is unavailable and messageClusterSchemeNotAvailableException(ClusterScheme unavailableClusterScheme, java.lang.String message, java.lang.Throwable cause)Constructor accepting theClusterSchemethat is unavailable, message and root causeClusterSchemeNotAvailableException(ClusterScheme unavailableClusterScheme, java.lang.Throwable cause)Constructor accepting theClusterSchemethat is unavailable and root cause -
Uses of ClusterScheme in net.sf.ehcache.terracotta
Methods in net.sf.ehcache.terracotta that return ClusterScheme Modifier and Type Method Description ClusterSchemeTerracottaCacheCluster. getScheme()Get scheme name for this cluster info.
-