public class TerracottaCacheCluster extends Object implements CacheCluster
CacheCluster implementation that delegates to an underlying cache cluster. The underlying CacheCluster can be changed
dynamically| Constructor and Description |
|---|
TerracottaCacheCluster() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addTopologyListener(ClusterTopologyListener listener)
Add a listener for cluster events
|
ClusterNode |
getCurrentNode()
Retrieves the
ClusterNode instance that corresponds to the current node. |
Collection<ClusterNode> |
getNodes()
Get all the nodes in the cluster
|
ClusterScheme |
getScheme()
Get scheme name for this cluster info.
|
List<ClusterTopologyListener> |
getTopologyListeners()
Get all the topology listeners
|
boolean |
isClusterOnline()
Find out if the current node is connected to the cluster or not
|
boolean |
removeTopologyListener(ClusterTopologyListener listener)
Remove a listener for cluster events
|
void |
setUnderlyingCacheCluster(CacheCluster newCacheCluster)
Set the underlying cache
|
ClusterNode |
waitUntilNodeJoinsCluster()
Waits until the current node has successfully joined the cluster.
|
public void setUnderlyingCacheCluster(CacheCluster newCacheCluster)
newCacheCluster - public boolean addTopologyListener(ClusterTopologyListener listener)
addTopologyListener in interface CacheClusterlistener - Listenerpublic boolean removeTopologyListener(ClusterTopologyListener listener)
removeTopologyListener in interface CacheClusterlistener - Listenerpublic ClusterNode getCurrentNode()
ClusterNode instance that corresponds to the current node.getCurrentNode in interface CacheClusterClusterNode instance that corresponds to the current nodepublic Collection<ClusterNode> getNodes()
getNodes in interface CacheClusterpublic ClusterScheme getScheme()
getScheme in interface CacheClusterTERRACOTTA is the only scheme supported.public boolean isClusterOnline()
isClusterOnline in interface CacheClusterpublic ClusterNode waitUntilNodeJoinsCluster()
waitUntilNodeJoinsCluster in interface CacheClusterClusterNode instance that corresponds to the current nodepublic List<ClusterTopologyListener> getTopologyListeners()
getTopologyListeners in interface CacheClusterCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.