Uses of Interface
org.ehcache.sizeof.VisitorListener
Packages that use VisitorListener
-
Uses of VisitorListener in org.ehcache.sizeof
Methods in org.ehcache.sizeof with parameters of type VisitorListenerModifier and TypeMethodDescriptionlong
SizeOf.deepSizeOf
(VisitorListener listener, Object... obj) Measures the size in memory (heap) of the objects passed in, walking their graph down Any overlap of the graphs being passed in will be recognized and only measured once(package private) long
ObjectGraphWalker.walk
(VisitorListener visitorListener, Object... root) Walk the graph and call into the "visitor"