Uses of Class
org.eclipse.mat.query.ResultMetaData
Package
Description
These are general queries.
These are queries for Collection classes.
These are queries for examining OSGi bundles.
These are queries for dominator tree and paths to/from garbage collection roots.
Package for examining and controlling results of running queries.
A way of controlling the detail given by the output of a query.
Package for getting a list of queries and examining their capabilities and setting them up.
Default Query Result Implementations.
Controls building of reports from XML report definitions.
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
Utilities to develop heap dump queries.
-
Uses of ResultMetaData in org.eclipse.mat.inspections
Modifier and TypeMethodDescriptionBigDropsQuery.getResultMetaData()
DuplicatedClassesQuery.getResultMetaData()
FindLeaksQuery.SuspectsResultTable.getResultMetaData()
ImmediateDominatorsQuery.ResultImpl.getResultMetaData()
-
Uses of ResultMetaData in org.eclipse.mat.inspections.collections
-
Uses of ResultMetaData in org.eclipse.mat.inspections.osgi
-
Uses of ResultMetaData in org.eclipse.mat.internal.snapshot.inspections
Modifier and TypeMethodDescriptionCompareTablesQuery.TableComparisonResult.getResultMetaData()
DominatorQuery.Tree.getResultMetaData()
MultiplePath2GCRootsQuery.Tree.getResultMetaData()
Path2GCRootsQuery.Tree.getResultMetaData()
-
Uses of ResultMetaData in org.eclipse.mat.query
Modifier and TypeMethodDescriptionResultMetaData.Builder.build()
Creates and returns the ResultMetaData object, with the context providers list made unmodifiable.IResult.getResultMetaData()
(Optionally) Return meta data of the result needed to fine-tune the display of the result. -
Uses of ResultMetaData in org.eclipse.mat.query.refined
-
Uses of ResultMetaData in org.eclipse.mat.query.registry
-
Uses of ResultMetaData in org.eclipse.mat.query.results
Modifier and TypeMethodDescriptionCompositeResult.getResultMetaData()
Get the metadata (none).DisplayFileResult.getResultMetaData()
Get the meta dataListResult.getResultMetaData()
PropertyResult.getResultMetaData()
TextResult.getResultMetaData()
Get the metadata for fine-tuning the display of this result. -
Uses of ResultMetaData in org.eclipse.mat.report
-
Uses of ResultMetaData in org.eclipse.mat.snapshot
Modifier and TypeMethodDescriptionHistogram.ClassLoaderTree.getResultMetaData()
Histogram.getResultMetaData()
Histogram.PackageTree.getResultMetaData()
Histogram.SuperclassTree.getResultMetaData()
UnreachableObjectsHistogram.getResultMetaData()
-
Uses of ResultMetaData in org.eclipse.mat.snapshot.query