Uses of Interface
org.ehcache.sizeof.VisitorListener
-
Packages that use VisitorListener Package Description org.ehcache.sizeof -
-
Uses of VisitorListener in org.ehcache.sizeof
Methods in org.ehcache.sizeof with parameters of type VisitorListener Modifier and Type Method Description long
SizeOf. deepSizeOf(VisitorListener listener, java.lang.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, java.lang.Object... root)
Walk the graph and call into the "visitor"
-