Uses of Interface
org.terracotta.offheapstore.concurrent.ConcurrentMapInternals

Packages that use ConcurrentMapInternals
org.terracotta.offheapstore.concurrent   
org.terracotta.offheapstore.disk.persistent   
 

Uses of ConcurrentMapInternals in org.terracotta.offheapstore.concurrent
 

Classes in org.terracotta.offheapstore.concurrent that implement ConcurrentMapInternals
 class AbstractConcurrentOffHeapCache<K,V>
           
 class AbstractConcurrentOffHeapMap<K,V>
          An abstract concurrent (striped) off-heap map.
 class ConcurrentOffHeapClockCache<K,V>
          A striped concurrent-read/exclusive-write clock cache.
 class ConcurrentOffHeapHashMap<K,V>
          A striped concurrent-read/exclusive-write map.
 class ConcurrentWriteLockedOffHeapClockCache<K,V>
          A striped exclusive-read/write clock cache.
 class ConcurrentWriteLockedOffHeapHashMap<K,V>
          A striped exclusive-read/write map.
 

Uses of ConcurrentMapInternals in org.terracotta.offheapstore.disk.persistent
 

Classes in org.terracotta.offheapstore.disk.persistent that implement ConcurrentMapInternals
 class AbstractPersistentConcurrentOffHeapCache<K,V>
           
 class AbstractPersistentConcurrentOffHeapMap<K,V>
           
 class PersistentConcurrentOffHeapClockCache<K,V>
           
 class PersistentConcurrentOffHeapHashMap<K,V>
           
 



Copyright © 2015. All Rights Reserved.