Uses of Class
org.eclipse.mat.query.ContextDerivedData.DerivedColumn
Packages that use 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
Methods in org.eclipse.mat.query that return ContextDerivedData.DerivedColumnModifier 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 operationMethods in org.eclipse.mat.query with parameters of type ContextDerivedData.DerivedColumnModifier 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
Methods in org.eclipse.mat.query.refined with parameters of type ContextDerivedData.DerivedColumnModifier 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
Methods in org.eclipse.mat.snapshot.query that return ContextDerivedData.DerivedColumnModifier and TypeMethodDescriptionRetainedSizeDerivedData.getDerivedColumns()
Get the extra column with the retained size data.Methods in org.eclipse.mat.snapshot.query with parameters of type ContextDerivedData.DerivedColumnModifier 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.