Uses of Class
org.terracotta.collections.ConcurrentDistributedMap

Packages that use ConcurrentDistributedMap
org.terracotta.cache.evictor   
org.terracotta.cache.impl   
org.terracotta.modules.concurrent.collections   
 

Uses of ConcurrentDistributedMap in org.terracotta.cache.evictor
 

Constructors in org.terracotta.cache.evictor with parameters of type ConcurrentDistributedMap
TargetCapacityEvictor(ConcurrentDistributedMap map)
           
TargetCapacityMapSizeListener(ConcurrentDistributedMap map, CacheConfig config)
           
 

Uses of ConcurrentDistributedMap in org.terracotta.cache.impl
 

Fields in org.terracotta.cache.impl declared as ConcurrentDistributedMap
protected  ConcurrentDistributedMap<K,TimestampedValue<V>> DistributedCacheImpl.data
           
protected  ConcurrentDistributedMap<K,TimestampedValue<V>> LocalCache.data
           
 

Constructors in org.terracotta.cache.impl with parameters of type ConcurrentDistributedMap
DistributedCacheImpl(CacheConfig config, ConcurrentDistributedMap<K,TimestampedValue<V>> concurrentDistributedMap)
           
 

Uses of ConcurrentDistributedMap in org.terracotta.modules.concurrent.collections
 

Subclasses of ConcurrentDistributedMap in org.terracotta.modules.concurrent.collections
 class ConcurrentStringMap<V>
          Deprecated. 
 



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