Uses of Class
org.ehcache.sizeof.SizeOf
-
Packages that use SizeOf Package Description org.ehcache.sizeof org.ehcache.sizeof.impl -
-
Uses of SizeOf in org.ehcache.sizeof
Methods in org.ehcache.sizeof that return SizeOf Modifier and Type Method Description static SizeOfSizeOf. newInstance(boolean bypassFlyweight, boolean cache, SizeOfFilter... filters)static SizeOfSizeOf. newInstance(SizeOfFilter... filters) -
Uses of SizeOf in org.ehcache.sizeof.impl
Subclasses of SizeOf in org.ehcache.sizeof.impl Modifier and Type Class Description classAgentSizeOfSizeOf implementation that relies on a Java agent to be loaded to do the measurement It will try to load the agent through the JDK6 Attach API if available All it's constructor do throw UnsupportedOperationException if the agent isn't present or couldn't be loaded dynamically Inspired by Dr.classReflectionSizeOfSizeOf that uses reflection to measure on heap size of object graphs Inspired by Dr.classUnsafeSizeOfUnsafe.theUnsafebased sizeOf measurement All constructors will throw UnsupportedOperationException if theUnsafe isn't accessible on this platform
-