Uses of Class
net.sf.ehcache.pool.sizeof.SizeOf
-
Packages that use SizeOf Package Description net.sf.ehcache.pool.sizeof This package contains the SizeOf implementations for the pooling in Ehcache. -
-
Uses of SizeOf in net.sf.ehcache.pool.sizeof
Subclasses of SizeOf in net.sf.ehcache.pool.sizeof 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 dynamicallyclassReflectionSizeOfSizeOf that uses reflection to measure on heap size of object graphsclassUnsafeSizeOfUnsafe.theUnsafebased sizeOf measurement All constructors will throw UnsupportedOperationException if theUnsafe isn't accessible on this platform
-