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.
|
Modifier and Type | Method and Description |
---|---|
CacheCluster |
CacheManager.getCluster(ClusterScheme scheme)
Returns access to information about the cache cluster.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ClusterSchemeNotAvailableException(ClusterScheme unavailableClusterScheme)
Constructor accepting the
ClusterScheme that is unavailable |
ClusterSchemeNotAvailableException(ClusterScheme unavailableClusterScheme,
String message)
Constructor accepting the
ClusterScheme that is unavailable and message |
ClusterSchemeNotAvailableException(ClusterScheme unavailableClusterScheme,
String message,
Throwable cause)
Constructor accepting the
ClusterScheme that is unavailable, message and root cause |
ClusterSchemeNotAvailableException(ClusterScheme unavailableClusterScheme,
Throwable cause)
Constructor accepting the
ClusterScheme that is unavailable and root cause |
Modifier and Type | Method and Description |
---|---|
ClusterScheme |
TerracottaCacheCluster.getScheme()
Get scheme name for this cluster info.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.