Uses of Interface
org.terracotta.locking.LockableMap

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

Uses of LockableMap in org.terracotta.cache
 

Subinterfaces of LockableMap in org.terracotta.cache
 interface DistributedCache<K,V>
           A distributed, clustered cache with eviction
 interface IncoherentDistributedCache<K,V>
          An extension to DistributedCache providing incoherent features -- unlocked reads, unlocked puts, unsafe reads (reading local values in vm or null), unlocked removes, unlocked containsKey etc
 interface IncoherentDistributedCacheInternals<K,V>
           
 

Classes in org.terracotta.cache that implement LockableMap
 class LocalCache<K,V>
          A local (non-clustered) cache implementation.
 class TerracottaDistributedCache<K,V>
          A clusterable cache implementation.
 

Uses of LockableMap in org.terracotta.collections
 

Subinterfaces of LockableMap in org.terracotta.collections
 interface ClusteredMap<K,V>
           
 

Classes in org.terracotta.collections that implement LockableMap
 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.
 



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