Uses of Interface
com.bigdata.cache.HardReferenceQueueEvictionListener

Packages that use HardReferenceQueueEvictionListener
com.bigdata.btree The BTree is a scalable B+-Tree with copy-on-write semantics mapping variable length unsigned byte[] keys to variable length byte[] values (null values are allowed). 
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. 
 

Uses of HardReferenceQueueEvictionListener in com.bigdata.btree
 

Subinterfaces of HardReferenceQueueEvictionListener in com.bigdata.btree
 interface IEvictionListener
          Interface to handle evictions of nodes or leaves from the hard reference queue.
 

Classes in com.bigdata.btree that implement HardReferenceQueueEvictionListener
 class DefaultEvictionListener
          Hard reference cache eviction listener writes a dirty node or leaf onto the persistence store.
 class NOPEvictionListener
          A listener that does nothing.
 

Uses of HardReferenceQueueEvictionListener in com.bigdata.cache
 

Methods in com.bigdata.cache that return HardReferenceQueueEvictionListener
 HardReferenceQueueEvictionListener<T> SynchronizedHardReferenceQueue.getListener()
           
 HardReferenceQueueEvictionListener<T> HardReferenceQueue.getListener()
          The listener specified to the constructor.
 

Constructors in com.bigdata.cache with parameters of type HardReferenceQueueEvictionListener
HardReferenceQueue(HardReferenceQueueEvictionListener<T> listener, int capacity)
          Uses the default #of references to scan on append requests.
HardReferenceQueue(HardReferenceQueueEvictionListener<T> listener, int capacity, int nscan)
          Fully specified ctor.
SynchronizedHardReferenceQueue(HardReferenceQueueEvictionListener<T> listener, int capacity)
          Defaults the #of references to scan on append requests to 10.
SynchronizedHardReferenceQueue(HardReferenceQueueEvictionListener<T> listener, int capacity, int nscan)
          Core impl.
 



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