Uses of Interface
com.bigdata.cache.IConcurrentWeakValueCache

Packages that use IConcurrentWeakValueCache
com.bigdata.cache A canonicalizing object cache may be constructed from an outer weak reference value hash map backed by an inner hard reference LRU policy. 
com.bigdata.resources This package provides the logic to managed the live journal and the historical journals and index segments for a DataService
 

Uses of IConcurrentWeakValueCache in com.bigdata.cache
 

Classes in com.bigdata.cache that implement IConcurrentWeakValueCache
 class ConcurrentWeakValueCache<K,V>
          A low-contention/high concurrency weak value cache.
 class ConcurrentWeakValueCacheWithBatchedUpdates<K,V>
          A low-contention/high concurrency weak value cache.
 class ConcurrentWeakValueCacheWithTimeout<K,V>
          Extends the basic behavior to clear stale references from a backing hard reference queue.
 

Uses of IConcurrentWeakValueCache in com.bigdata.resources
 

Classes in com.bigdata.resources that implement IConcurrentWeakValueCache
 class IndexManager.IndexCache
          Extends the ConcurrentWeakValueCache to track the earliest timestamp from which any local IIndex view is reading.
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.