Package net.sf.ehcache.pool
Interface SizeOfEngineFactory
-
- All Known Implementing Classes:
SizeOfEngineLoader
public interface SizeOfEngineFactory- Author:
- Alex Snaps
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SizeOfEnginecreateSizeOfEngine(int maxObjectCount, boolean abort, boolean silent)Creates a new instance of a SizeOfEngine
-
-
-
Method Detail
-
createSizeOfEngine
SizeOfEngine createSizeOfEngine(int maxObjectCount, boolean abort, boolean silent)
Creates a new instance of a SizeOfEngine- Parameters:
maxObjectCount- the max object graph that will be traversed.abort- true if the object traversal should be aborted when the max depth is exceededsilent- true if no info log explaining which agent was chosen should be printed- Returns:
- the new instance
-
-