Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PoolEvictor |
Pool.getEvictor()
Return the pool evictor used by this pool.
|
Modifier and Type | Class and Description |
---|---|
class |
BalancedAccessEvictor
Abstract implementation of a global 'cache value' maximizing pool eviction algorithm.
|
class |
FromLargestCachePoolEvictor
Abstract pool evictor which always evicts from the store consuming the most resources.
|
Modifier and Type | Method and Description |
---|---|
PoolEvictor |
AbstractPool.getEvictor()
Return the pool evictor used by this pool.
|
PoolEvictor |
UnboundedPool.getEvictor()
Return the pool evictor used by this pool.
|
Constructor and Description |
---|
AbstractPool(long maximumPoolSize,
PoolEvictor evictor,
SizeOfEngine defaultSizeOfEngine)
Create an AbstractPool instance
|
BoundedPool(long maximumPoolSize,
PoolEvictor evictor,
SizeOfEngine defaultSizeOfEngine)
Create a BoundedPool instance
|
StrictlyBoundedPool(long maximumPoolSize,
PoolEvictor evictor,
SizeOfEngine defaultSizeOfEngine)
Create a StrictlyBoundedPool instance
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.