ehcache

Uses of Interface
net.sf.ehcache.pool.PoolEvictor

Packages that use PoolEvictor
net.sf.ehcache.pool This package contains the interfaces concerning the resource pooling facilities. 
net.sf.ehcache.pool.impl This package contains implementations of the resource pooling interfaces. 
 

Uses of PoolEvictor in net.sf.ehcache.pool
 

Methods in net.sf.ehcache.pool that return PoolEvictor
 PoolEvictor<T> Pool.getEvictor()
          Return the pool evictor used by this pool.
 

Uses of PoolEvictor in net.sf.ehcache.pool.impl
 

Classes in net.sf.ehcache.pool.impl that implement PoolEvictor
 class AbstractBalancedAccessEvictor<T>
          Abstract implementation of a global 'cache value' maximizing pool eviction algorithm.
 class AbstractFromLargestCachePoolEvictor
          Abstract pool evictor which always evicts from the store consuming the most resources.
 class BalancedAccessOnDiskPoolEvictor
          Balanced access evictor that makes on-disk eviction decisions.
 class BalancedAccessOnHeapPoolEvictor
          Balanced access evictor that makes on-heap eviction decisions.
 class FromLargestCacheOnDiskPoolEvictor
          Pool evictor which always evicts from the store consuming the most disk resources.
 class FromLargestCacheOnHeapPoolEvictor
          Pool evictor which always evicts from the store consuming the most heap resources.
 

Methods in net.sf.ehcache.pool.impl that return PoolEvictor
 PoolEvictor<PoolableStore> UnboundedPool.getEvictor()
          Return the pool evictor used by this pool.
 PoolEvictor<T> AbstractPool.getEvictor()
          Return the pool evictor used by this pool.
 

Constructors in net.sf.ehcache.pool.impl with parameters of type PoolEvictor
AbstractPool(long maximumPoolSize, PoolEvictor<T> evictor, SizeOfEngine defaultSizeOfEngine)
          Create an AbstractPool instance
BoundedPool(long maximumPoolSize, PoolEvictor<PoolableStore> evictor, SizeOfEngine defaultSizeOfEngine)
          Create a BoundedPool instance
StrictlyBoundedPool(long maximumPoolSize, PoolEvictor<PoolableStore> evictor, SizeOfEngine defaultSizeOfEngine)
          Create a StrictlyBoundedPool instance
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.