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