Uses of Interface
net.sf.ehcache.pool.SizeOfEngine
-
Packages that use SizeOfEngine 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.net.sf.ehcache.store.disk This package contains the disk store. -
-
Uses of SizeOfEngine in net.sf.ehcache.pool
Methods in net.sf.ehcache.pool that return SizeOfEngine Modifier and Type Method Description SizeOfEngineSizeOfEngine. copyWith(int maxDepth, boolean abortWhenMaxDepthExceeded)Make a copy of the SizeOf engine, preserving all of its internal state but overriding the specified parametersSizeOfEngineSizeOfEngineFactory. createSizeOfEngine(int maxObjectCount, boolean abort, boolean silent)Creates a new instance of a SizeOfEngineSizeOfEngineSizeOfEngineLoader. createSizeOfEngine(int maxObjectCount, boolean abort, boolean silent)Creates a new instance of a SizeOfEnginestatic SizeOfEngineSizeOfEngineLoader. newSizeOfEngine(int maxObjectCount, boolean abort, boolean silent)Creates a new instance of a SizeOfEngineMethods in net.sf.ehcache.pool with parameters of type SizeOfEngine Modifier and Type Method Description PoolAccessorPool. createPoolAccessor(PoolParticipant participant, SizeOfEngine sizeOfEngine)Return a PoolAccessor whose consumption is tracked by this pool, using a specific SizeOf engine. -
Uses of SizeOfEngine in net.sf.ehcache.pool.impl
Classes in net.sf.ehcache.pool.impl that implement SizeOfEngine Modifier and Type Class Description classDefaultSizeOfEngineFields in net.sf.ehcache.pool.impl declared as SizeOfEngine Modifier and Type Field Description protected SizeOfEngineAbstractPoolAccessor. sizeOfEngineSizeOfEngineused by the accessor.Methods in net.sf.ehcache.pool.impl that return SizeOfEngine Modifier and Type Method Description SizeOfEngineDefaultSizeOfEngine. copyWith(int maxDepth, boolean abortWhenMaxDepthExceeded)Make a copy of the SizeOf engine, preserving all of its internal state but overriding the specified parametersMethods in net.sf.ehcache.pool.impl with parameters of type SizeOfEngine Modifier and Type Method Description PoolAccessorBoundedPool. createPoolAccessor(PoolParticipant participant, SizeOfEngine sizeOfEngine)Return a PoolAccessor whose consumption is tracked by this pool, using a specific SizeOf engine.PoolAccessorStrictlyBoundedPool. createPoolAccessor(PoolParticipant participant, SizeOfEngine sizeOfEngine)Return a PoolAccessor whose consumption is tracked by this pool, using a specific SizeOf engine.PoolAccessorUnboundedPool. createPoolAccessor(PoolParticipant participant, SizeOfEngine sizeOfEngine)Return a PoolAccessor whose consumption is tracked by this pool, using a specific SizeOf engine.Constructors in net.sf.ehcache.pool.impl with parameters of type SizeOfEngine Constructor Description AbstractPool(long maximumPoolSize, PoolEvictor evictor, SizeOfEngine defaultSizeOfEngine)Create an AbstractPool instanceAbstractPoolAccessor(Pool pool, PoolParticipant participant, SizeOfEngine sizeOfEngine)Creates an accessor for the specified participant to access the specified pool.BoundedPool(long maximumPoolSize, PoolEvictor evictor, SizeOfEngine defaultSizeOfEngine)Create a BoundedPool instanceStrictlyBoundedPool(long maximumPoolSize, PoolEvictor evictor, SizeOfEngine defaultSizeOfEngine)Create a StrictlyBoundedPool instance -
Uses of SizeOfEngine in net.sf.ehcache.store.disk
Classes in net.sf.ehcache.store.disk that implement SizeOfEngine Modifier and Type Class Description classDiskSizeOfEngineSizeOf engine which calculates exact usage of the disk store.Methods in net.sf.ehcache.store.disk that return SizeOfEngine Modifier and Type Method Description SizeOfEngineDiskSizeOfEngine. copyWith(int maxDepth, boolean abortWhenMaxDepthExceeded)Make a copy of the SizeOf engine, preserving all of its internal state but overriding the specified parameters
-