A I O P S

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(Object) - Method in class org.apache.wicket.util.instrument.InstrumentationObjectSizeOfStrategy
Calculates full size of object iterating over its hierarchy graph.

A I O P S

Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.