Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Net.sf.ehcache.pool Classes and Interfaces - 31 results found.
NameDescriptionTypePackageFramework
AbstractBalancedAccessEvictorAbstract implementation of a global 'cache value' maximizing pool eviction algorithm.Classnet.sf.ehcache.pool.implEHCache
AbstractFromLargestCachePoolEvictorAbstract pool evictor which always evicts from the store consuming the most resources.Classnet.sf.ehcache.pool.implEHCache
AbstractPoolAn abstract pool implementation.Classnet.sf.ehcache.pool.implEHCache
AbstractPoolAccessorAbstract PoolAccessor implementation providing pool to store binding functionality.Classnet.sf.ehcache.pool.implEHCache
AgentSizeOfSizeOf implementation that relies on a Java agent to be loaded to do the measurement It will try to load the agent through the JDK6 Attach API if availableClassnet.sf.ehcache.pool.sizeofEHCache
AnnotationProxyFactoryAllows you to transform the type of your custom annotation to a reference annotation type.Classnet.sf.ehcache.pool.sizeof.filterEHCache
AnnotationSizeOfFilterA Filter that will filter fields, based on the IgnoreSizeOf annotationConstructor SummaryAnnotationSizeOfFilter()Classnet.sf.ehcache.pool.sizeof.filterEHCache
BalancedAccessOnDiskPoolEvictorBalanced access evictor that makes on-disk eviction decisions.Classnet.sf.ehcache.pool.implEHCache
BalancedAccessOnHeapPoolEvictorBalanced access evictor that makes on-heap eviction decisions.Classnet.sf.ehcache.pool.implEHCache
BoundedPoolA pool which loosely obeys to its bound: it can allow the accessors to consume more bytes than what has been configured if that helps concurrency.Classnet.sf.ehcache.pool.implEHCache
CombinationSizeOfFilterFilter combining multiple filtersConstructor SummaryCombinationSizeOfFilter(SizeOfFilter.Classnet.sf.ehcache.pool.sizeof.filterEHCache
DefaultSizeOfEngineClassnet.sf.ehcache.pool.implEHCache
FromLargestCacheOnDiskPoolEvictorPool evictor which always evicts from the store consuming the most disk resources.Classnet.sf.ehcache.pool.implEHCache
FromLargestCacheOnHeapPoolEvictorPool evictor which always evicts from the store consuming the most heap resources.Classnet.sf.ehcache.pool.implEHCache
IgnoreSizeOfAnnotation to ignore a field, type or entire package while doing a SizeOf measurementAuthor:Chris DennisSee Also:SizeOfClassnet.sf.ehcache.pool.sizeof.annotationsEHCache
JvmInformationenum JvmInformationextends EnumDetects and represents JVM-specific properties that relate to the memoryClassnet.sf.ehcache.pool.sizeofEHCache
MaxDepthExceededExceptionClassnet.sf.ehcache.pool.sizeofEHCache
PassThroughFilterFilter that doesn't filter!Constructor SummaryPassThroughFilter()Classnet.sf.ehcache.pool.sizeof.filterEHCache
PoolPools are used to track shared resource consumption.Interfacenet.sf.ehcache.poolEHCache
PoolableStoreA poolable store reports its resource usage to a Pool.Interfacenet.sf.ehcache.poolEHCache
PoolAccessorPoolAccessors are used by stores to tell the pools about their resource consumptionAuthor:Ludovic OrbanInterfacenet.sf.ehcache.poolEHCache
PoolEvictorPoolEvictors are responsible for finding the best candidates in a collection of resources using a shared resource pool and performing eviction on them.Interfacenet.sf.ehcache.poolEHCache
ReflectionSizeOfSizeOf that uses reflection to measure on heap size of object graphsAuthor:Alex Snaps, Chris DennisClassnet.sf.ehcache.pool.sizeofEHCache
ResourceSizeOfFilterClassnet.sf.ehcache.pool.sizeof.filterEHCache
SizeHolder for the size calculated by the SizeOf engineAuthor:Ludovic OrbanClassnet.sf.ehcache.poolEHCache
SizeOfAbstract sizeOf for Java.Classnet.sf.ehcache.pool.sizeofEHCache
SizeOfEngineSizeOf engines are used to calculate the size of elements stored in poolable stores.Interfacenet.sf.ehcache.poolEHCache
SizeOfFilterFilter to filter types or fields of object graphs passed to a SizeOf engineAuthor:Chris DennisSee Also:SizeOfInterfacenet.sf.ehcache.pool.sizeof.filterEHCache
StrictlyBoundedPoolA pool which strictly obeys to its bound: it will never allow the accessors to consume more bytes than what has been configured.Classnet.sf.ehcache.pool.implEHCache
UnboundedPoolA no-op pool which does not enforce any resource consumption limit.Classnet.sf.ehcache.pool.implEHCache
UnsafeSizeOfUnsafe.Classnet.sf.ehcache.pool.sizeofEHCache