Uses of Interface
org.terracotta.collections.MutatorsWithCallbacks

Packages that use MutatorsWithCallbacks
org.terracotta.collections   
 

Uses of MutatorsWithCallbacks in org.terracotta.collections
 

Classes in org.terracotta.collections that implement MutatorsWithCallbacks
 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.
 class UnsupportedMutateCallbacks<K,V>
           
 

Fields in org.terracotta.collections declared as MutatorsWithCallbacks
protected  MutatorsWithCallbacks<K,V> ConcurrentDistributedMap.mutateCallbacks
           
 



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