public interface SizeOfEngineFactory
Modifier and Type | Method and Description |
---|---|
SizeOfEngine |
createSizeOfEngine(int maxObjectCount,
boolean abort,
boolean silent)
Creates a new instance of a SizeOfEngine
|
SizeOfEngine createSizeOfEngine(int maxObjectCount, boolean abort, boolean silent)
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 printedCopyright © 2003–2016 Terracotta, Inc.. All rights reserved.