Uses of Interface
org.terracotta.cluster.ClusterInfo

Packages that use ClusterInfo
org.terracotta.api   
org.terracotta.cache   
org.terracotta.cache.evictor   
org.terracotta.cluster   
 

Uses of ClusterInfo in org.terracotta.api
 

Methods in org.terracotta.api that return ClusterInfo
 ClusterInfo TerracottaToolkit.getClusterInfo()
           
 ClusterInfo ClusteringToolkit.getClusterInfo()
          Retrieve a ClusterInfo object for the cluster this toolkit instance is related to.
 

Uses of ClusterInfo in org.terracotta.cache
 

Methods in org.terracotta.cache with parameters of type ClusterInfo
 void LocalCache.evictOrphanElements(ClusterInfo cluster)
           
 void TerracottaDistributedCache.evictOrphanElements(ClusterInfo clusterInfo)
           
 

Uses of ClusterInfo in org.terracotta.cache.evictor
 

Methods in org.terracotta.cache.evictor with parameters of type ClusterInfo
 void Evictable.evictOrphanElements(ClusterInfo clusterInfo)
          Trigger to walk through the specified set of orphaned elements, check whether they have expired, and evict them from the store.
 

Uses of ClusterInfo in org.terracotta.cluster
 

Classes in org.terracotta.cluster that implement ClusterInfo
 class TerracottaClusterInfo
           
 



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.