| 
 | ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClusterScheme | |
|---|---|
| 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 | |
|---|---|
|  CacheCluster | CacheManager.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 | |
|---|---|
|  ClusterScheme | NoopCacheCluster.getScheme()Always returns the ClusterScheme.NONE | 
|  ClusterScheme | CacheCluster.getScheme()Get scheme name for this cluster info. | 
|  ClusterScheme | ClusterSchemeNotAvailableException.getUnavailableClusterScheme()Return the unavailable ClusterScheme this instance is associated with | 
| static ClusterScheme | ClusterScheme.valueOf(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 | |
|---|---|
| ClusterSchemeNotAvailableException(ClusterScheme unavailableClusterScheme)Constructor accepting the ClusterSchemethat is unavailable | |
| ClusterSchemeNotAvailableException(ClusterScheme unavailableClusterScheme,
                                   String message)Constructor accepting the ClusterSchemethat is unavailable and message | |
| ClusterSchemeNotAvailableException(ClusterScheme unavailableClusterScheme,
                                   String message,
                                   Throwable cause)Constructor accepting the ClusterSchemethat is unavailable, message and root cause | |
| ClusterSchemeNotAvailableException(ClusterScheme unavailableClusterScheme,
                                   Throwable cause)Constructor accepting the ClusterSchemethat is unavailable and root cause | |
| Uses of ClusterScheme in net.sf.ehcache.terracotta | 
|---|
| Methods in net.sf.ehcache.terracotta that return ClusterScheme | |
|---|---|
|  ClusterScheme | TerracottaCacheCluster.getScheme()Get scheme name for this cluster info. | 
| 
 | ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||