|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.wicket.util.instrument.InstrumentationObjectSizeOfStrategy
public class InstrumentationObjectSizeOfStrategy
Object size of strategy that is based on instrumentation.
| Constructor Summary | |
|---|---|
InstrumentationObjectSizeOfStrategy(java.lang.instrument.Instrumentation instrumentation)
Construct. |
|
| Method Summary | |
|---|---|
long |
sizeOf(java.lang.Object obj)
Calculates full size of object iterating over its hierarchy graph. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstrumentationObjectSizeOfStrategy(java.lang.instrument.Instrumentation instrumentation)
instrumentation - | Method Detail |
|---|
public long sizeOf(java.lang.Object obj)
sizeOf in interface org.apache.wicket.util.lang.Objects.IObjectSizeOfStrategyobj - object to calculate size of
Objects.IObjectSizeOfStrategy.sizeOf(java.lang.Object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||