|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.query.ContextDerivedData
org.eclipse.mat.snapshot.query.RetainedSizeDerivedData
public class RetainedSizeDerivedData
Extract retained size information. Used for quantization.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.mat.query.ContextDerivedData |
---|
ContextDerivedData.DerivedCalculator, ContextDerivedData.DerivedColumn, ContextDerivedData.DerivedOperation |
Field Summary | |
---|---|
static ContextDerivedData.DerivedOperation |
APPROXIMATE
Indicates approximate retained size. |
static ContextDerivedData.DerivedOperation |
PRECISE
Indicates exact retained size. |
Constructor Summary | |
---|---|
RetainedSizeDerivedData(ISnapshot snaphot)
Initial constructor. |
Method Summary | |
---|---|
Column |
columnFor(ContextDerivedData.DerivedColumn derivedColumn,
IResult result,
ContextProvider provider)
Get a column for the retained size with the right calculator. |
ContextDerivedData.DerivedColumn[] |
getDerivedColumns()
Get the extra column with the retained size data. |
java.lang.String |
labelFor(ContextDerivedData.DerivedColumn derivedColumn,
ContextProvider provider)
Get the label for the extra column. |
Methods inherited from class org.eclipse.mat.query.ContextDerivedData |
---|
lookup |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ContextDerivedData.DerivedOperation APPROXIMATE
public static final ContextDerivedData.DerivedOperation PRECISE
Constructor Detail |
---|
public RetainedSizeDerivedData(ISnapshot snaphot)
snaphot
- Method Detail |
---|
public ContextDerivedData.DerivedColumn[] getDerivedColumns()
getDerivedColumns
in class ContextDerivedData
public java.lang.String labelFor(ContextDerivedData.DerivedColumn derivedColumn, ContextProvider provider)
labelFor
in class ContextDerivedData
public Column columnFor(ContextDerivedData.DerivedColumn derivedColumn, IResult result, ContextProvider provider)
columnFor
in class ContextDerivedData
result
- the original result to be enhancedprovider
- the provider of all the data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |