| Name | Description | Type | Package | Framework |
| AgentSizeOf | SizeOf 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 | Class | net.sf.ehcache.pool.sizeof | EHCache |
| AnnotationProxyFactory | Allows you to transform the type of your custom annotation to a reference annotation type. | Class | net.sf.ehcache.pool.sizeof.filter | EHCache |
| AnnotationSizeOfFilter | A Filter that will filter fields, based on the IgnoreSizeOf annotationConstructor SummaryAnnotationSizeOfFilter() | Class | net.sf.ehcache.pool.sizeof.filter | EHCache |
| CombinationSizeOfFilter | Filter combining multiple filtersConstructor SummaryCombinationSizeOfFilter(SizeOfFilter. | Class | net.sf.ehcache.pool.sizeof.filter | EHCache |
| IgnoreSizeOf | Annotation to ignore a field, type or entire package while doing a SizeOf measurementAuthor:Chris DennisSee Also:SizeOf | Class | net.sf.ehcache.pool.sizeof.annotations | EHCache |
| JvmInformation | enum JvmInformationextends Enum | Class | net.sf.ehcache.pool.sizeof | EHCache |
| MaxDepthExceededException | Class | net.sf.ehcache.pool.sizeof | EHCache | |
| PassThroughFilter | Filter that doesn't filter!Constructor SummaryPassThroughFilter() | Class | net.sf.ehcache.pool.sizeof.filter | EHCache |
| ReflectionSizeOf | SizeOf that uses reflection to measure on heap size of object graphsAuthor:Alex Snaps, Chris Dennis | Class | net.sf.ehcache.pool.sizeof | EHCache |
| ResourceSizeOfFilter | Class | net.sf.ehcache.pool.sizeof.filter | EHCache | |
| SizeOf | Abstract sizeOf for Java. | Class | net.sf.ehcache.pool.sizeof | EHCache |
| SizeOfEngine | SizeOf engines are used to calculate the size of elements stored in poolable stores. | Interface | net.sf.ehcache.pool | EHCache |
| SizeOfFilter | Filter to filter types or fields of object graphs passed to a SizeOf engineAuthor:Chris DennisSee Also:SizeOf | Interface | net.sf.ehcache.pool.sizeof.filter | EHCache |
| UnsafeSizeOf | Unsafe. | Class | net.sf.ehcache.pool.sizeof | EHCache |