Uses of Class
org.eclipse.mat.query.ContextDerivedData.DerivedOperation
Packages that use ContextDerivedData.DerivedOperation
Package
Description
Package for examining and controlling results of running queries.
Value or linear frequency distribution histograms.
A way of controlling the detail given by the output of a query.
Utilities to develop heap dump queries.
Allows filtering of the display of tables and trees, for example excluding certain class names - user interface (not API).
-
Uses of ContextDerivedData.DerivedOperation in org.eclipse.mat.query
Methods in org.eclipse.mat.query that return ContextDerivedData.DerivedOperationModifier and TypeMethodDescriptionContextDerivedData.DerivedColumn.getOperations()
Possible operations to generate the column values.ContextProvider.getOperations()
Extra operations to calculate more columns.Methods in org.eclipse.mat.query that return types with arguments of type ContextDerivedData.DerivedOperationMethods in org.eclipse.mat.query with parameters of type ContextDerivedData.DerivedOperationModifier and TypeMethodDescriptionResultMetaData.Builder.addDerivedData
(ContextDerivedData.DerivedOperation action) Extra data for the resultvoid
ContextDerivedData.DerivedCalculator.calculate
(ContextDerivedData.DerivedOperation operation, Object row, IProgressListener listener) Do the calculation for the row.ContextDerivedData.lookup
(ContextDerivedData.DerivedOperation operation) Find the appropriate column for the requested operationConstructors in org.eclipse.mat.query with parameters of type ContextDerivedData.DerivedOperationModifierConstructorDescriptionContextProvider
(String label, ContextDerivedData.DerivedOperation... operations) Creates a ContextProvider which will be queried later to find out more details about a row in a report.DerivedColumn
(String label, ContextDerivedData.DerivedOperation... operations) A derived column. -
Uses of ContextDerivedData.DerivedOperation in org.eclipse.mat.query.quantize
Methods in org.eclipse.mat.query.quantize with parameters of type ContextDerivedData.DerivedOperationModifier and TypeMethodDescriptionQuantize.Builder.addDerivedData
(ContextDerivedData.DerivedOperation operation) -
Uses of ContextDerivedData.DerivedOperation in org.eclipse.mat.query.refined
Methods in org.eclipse.mat.query.refined that return ContextDerivedData.DerivedOperationModifier and TypeMethodDescriptionRefinedStructuredResult.DerivedDataJobDefinition.getOperation()
Methods in org.eclipse.mat.query.refined with parameters of type ContextDerivedData.DerivedOperationModifier and TypeMethodDescriptionvoid
RefinedResultBuilder.addContextDerivedColumn
(ContextProvider provider, ContextDerivedData.DerivedOperation operation) void
RefinedResultBuilder.addDefaultContextDerivedColumn
(ContextDerivedData.DerivedOperation operation) Add a derived column such as for retained size.void
RefinedStructuredResult.calculate
(ContextProvider provider, ContextDerivedData.DerivedOperation operation, List<?> elements, RefinedStructuredResult.ICalculationProgress progress, IProgressListener listener) void
RefinedStructuredResult.DerivedDataJobDefinition.setOperation
(ContextDerivedData.DerivedOperation operation) Constructors in org.eclipse.mat.query.refined with parameters of type ContextDerivedData.DerivedOperationModifierConstructorDescriptionDerivedDataJobDefinition
(ContextProvider provider, ContextDerivedData.DerivedOperation operation) -
Uses of ContextDerivedData.DerivedOperation in org.eclipse.mat.snapshot.query
Fields in org.eclipse.mat.snapshot.query declared as ContextDerivedData.DerivedOperationModifier and TypeFieldDescriptionstatic final ContextDerivedData.DerivedOperation
RetainedSizeDerivedData.APPROXIMATE
Indicates approximate retained size.static final ContextDerivedData.DerivedOperation
RetainedSizeDerivedData.PRECISE
Indicates exact retained size. -
Uses of ContextDerivedData.DerivedOperation in org.eclipse.mat.ui.internal.viewer
Methods in org.eclipse.mat.ui.internal.viewer with parameters of type ContextDerivedData.DerivedOperationModifier and TypeMethodDescriptionvoid
RefinedResultViewer.showDerivedDataColumn
(ContextProvider provider, ContextDerivedData.DerivedOperation operation)