Uses of Interface
org.terracotta.collections.ClusteredMap

Packages that use ClusteredMap
org.terracotta.api   
org.terracotta.cache   
org.terracotta.collections   
 

Uses of ClusteredMap in org.terracotta.api
 

Methods in org.terracotta.api that return ClusteredMap
<K,V> ClusteredMap<K,V>
TerracottaToolkit.getMap(String name)
           
<K,V> ClusteredMap<K,V>
ClusteringToolkit.getMap(String name)
          Get or create a clustered map.
 

Uses of ClusteredMap in org.terracotta.cache
 

Fields in org.terracotta.cache declared as ClusteredMap
protected  ClusteredMap<K,TimestampedValue<V>> TerracottaDistributedCache.data
           
 

Constructors in org.terracotta.cache with parameters of type ClusteredMap
TerracottaDistributedCache(CacheConfig config, ClusteredMap<K,TimestampedValue<V>> terracottaMap)
           
 

Uses of ClusteredMap in org.terracotta.collections
 

Classes in org.terracotta.collections that implement ClusteredMap
 class ConcurrentDistributedMap<K,V>
          A ConcurrentMap that automatically switches its implementation to one that is highly concurrent in a Terracotta DSO cluster.
 class ConcurrentDistributedServerMap<K,V>
          A ConcurrentMap that automatically switches its implementation to one that is highly concurrent server-side map in a Terracotta DSO cluster.
 class EnterpriseConcurrentDistributedMap<K,V>
          A ConcurrentMap that automatically switches its implementation to one that is highly concurrent server-side map in a Terracotta DSO cluster.
 

Fields in org.terracotta.collections declared as ClusteredMap
protected  ClusteredMap<K,V> ConcurrentDistributedMap.map
           
 

Methods in org.terracotta.collections that return ClusteredMap
protected
<L> ClusteredMap<K,V>
ConcurrentDistributedServerMap.initBackend(CacheConfig cacheConfigParam, LockType lockType, GenericLockStrategy<L,? super K> lockStrategy, int concurrency)
           
 



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