Package | Description |
---|---|
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.
|
Class and Description |
---|
SizeOf
Abstract sizeOf for Java.
|
Class and Description |
---|
FlyweightType
Enum with all the flyweight types that we check for sizeOf measurements
|
JvmInformation
Detects and represents JVM-specific properties that relate to the memory
data model for java objects that are useful for size of calculations.
|
ObjectGraphWalker
This will walk an object graph and let you execute some "function" along the way
|
ObjectGraphWalker.Visitor
The visitor to execute the function on each node of the graph
This is only to be used for the sizing of an object graph in memory!
|
PrimitiveType
Primitive types in the VM type system and their sizes
|
SizeOf
Abstract sizeOf for Java.
|