Uses of Class
net.sf.ehcache.pool.Size
-
Packages that use Size Package Description net.sf.ehcache.pool This package contains the interfaces concerning the resource pooling facilities.net.sf.ehcache.pool.impl This package contains implementations of the resource pooling interfaces.net.sf.ehcache.pool.sizeof This package contains the SizeOf implementations for the pooling in Ehcache.net.sf.ehcache.store.disk This package contains the disk store. -
-
Uses of Size in net.sf.ehcache.pool
Methods in net.sf.ehcache.pool that return Size Modifier and Type Method Description SizeSizeOfEngine. sizeOf(java.lang.Object key, java.lang.Object value, java.lang.Object container)Size an element -
Uses of Size in net.sf.ehcache.pool.impl
Methods in net.sf.ehcache.pool.impl that return Size Modifier and Type Method Description SizeDefaultSizeOfEngine. sizeOf(java.lang.Object key, java.lang.Object value, java.lang.Object container)Size an element -
Uses of Size in net.sf.ehcache.pool.sizeof
Methods in net.sf.ehcache.pool.sizeof that return Size Modifier and Type Method Description SizeSizeOf. deepSizeOf(int maxDepth, boolean abortWhenMaxDepthExceeded, 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 -
Uses of Size in net.sf.ehcache.store.disk
Methods in net.sf.ehcache.store.disk that return Size Modifier and Type Method Description SizeDiskSizeOfEngine. sizeOf(java.lang.Object key, java.lang.Object value, java.lang.Object container)Size an element
-