Uses of Class
org.eclipse.mat.query.ContextDerivedData.DerivedColumn
Package
Description
Package for examining and controlling results of running queries.
A way of controlling the detail given by the output of a query.
Utilities to develop heap dump queries.
-
Uses of ContextDerivedData.DerivedColumn in org.eclipse.mat.query
Modifier and TypeMethodDescriptionabstract ContextDerivedData.DerivedColumn[]
ContextDerivedData.getDerivedColumns()
Get all the derived columns for the current context (page) Do not modify the returned array.ContextDerivedData.lookup
(ContextDerivedData.DerivedOperation operation) Find the appropriate column for the requested operationModifier and TypeMethodDescriptionabstract Column
ContextDerivedData.columnFor
(ContextDerivedData.DerivedColumn derivedColumn, IResult result, ContextProvider provider) Get a column ready to use, based on the derived columnabstract String
ContextDerivedData.labelFor
(ContextDerivedData.DerivedColumn derivedColumn, ContextProvider provider) Get the label for the extra column -
Uses of ContextDerivedData.DerivedColumn in org.eclipse.mat.query.refined
Modifier and TypeMethodDescriptionRefinedStructuredResult.addDerivedDataColumn
(ContextProvider provider, ContextDerivedData.DerivedColumn derivedColumn) RefinedStructuredResult.getColumnFor
(ContextProvider provider, ContextDerivedData.DerivedColumn derivedColumn) -
Uses of ContextDerivedData.DerivedColumn in org.eclipse.mat.snapshot.query
Modifier and TypeMethodDescriptionRetainedSizeDerivedData.getDerivedColumns()
Get the extra column with the retained size data.Modifier and TypeMethodDescriptionRetainedSizeDerivedData.columnFor
(ContextDerivedData.DerivedColumn derivedColumn, IResult result, ContextProvider provider) Get a column for the retained size with the right calculator.RetainedSizeDerivedData.labelFor
(ContextDerivedData.DerivedColumn derivedColumn, ContextProvider provider) Get the label for the extra column.