Index
All Classes and Interfaces|All Packages
A
- agentmain(String, Instrumentation) - Static method in class org.apache.wicket.util.instrument.ObjectSizeOfAgent
-
Initializes agent when it is attached to an already running JVM.
I
- InstrumentationObjectSizeOfStrategy - Class in org.apache.wicket.util.instrument
-
Object size of strategy that is based on instrumentation.
- InstrumentationObjectSizeOfStrategy(Instrumentation) - Constructor for class org.apache.wicket.util.instrument.InstrumentationObjectSizeOfStrategy
-
Construct.
O
- ObjectSizeOfAgent - Class in org.apache.wicket.util.instrument
-
Instrumentation agent for calculating object sizes using Java's instrumentation API.
- ObjectSizeOfAgent() - Constructor for class org.apache.wicket.util.instrument.ObjectSizeOfAgent
- org.apache.wicket.util.instrument - package org.apache.wicket.util.instrument
P
- premain(String, Instrumentation) - Static method in class org.apache.wicket.util.instrument.ObjectSizeOfAgent
-
Initializes agent before the main function of the application is executed.
S
- sizeOf(Serializable) - Method in class org.apache.wicket.util.instrument.InstrumentationObjectSizeOfStrategy
-
Calculates full size of object iterating over its hierarchy graph.
All Classes and Interfaces|All Packages