Uses of Class
org.terracotta.collections.ConcurrentDistributedMap

Packages that use ConcurrentDistributedMap
org.terracotta.cache   
org.terracotta.collections   
 

Uses of ConcurrentDistributedMap in org.terracotta.cache
 

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

Uses of ConcurrentDistributedMap in org.terracotta.collections
 

Subclasses of ConcurrentDistributedMap in org.terracotta.collections
 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.
 



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