Package | Description |
---|---|
org.eclipse.mat.dtfj |
This provides the parser for IBM Diagnostic Tooling Framework for Java (DTFJ) dumps,
and is just a parser extension, not an Application Programming Interface (API).
|
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.quantize |
Value or linear frequency distribution histograms.
|
org.eclipse.mat.query.refined |
A way of controlling the detail given by the output of a query.
|
org.eclipse.mat.query.results |
Default Query Result Implementations.
|
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.extension |
Interfaces that extend the information extracted from heap dumps like threads, name resolvers etc.
|
org.eclipse.mat.snapshot.query |
Utilities to develop heap dump queries.
|
org.eclipse.mat.ui.internal.viewer |
Allows filtering of the display of tables and trees, for example excluding certain class names - user interface (not API).
|
Modifier and Type | Method and Description |
---|---|
Column[] |
ThreadDetailsResolver.getColumns()
The columns that can be extracted via DTFJ
|
Modifier and Type | Method and Description |
---|---|
Column[] |
BigDropsQuery.getColumns() |
Column[] |
DuplicatedClassesQuery.getColumns() |
Column[] |
ImmediateDominatorsQuery.ResultImpl.getColumns() |
Column[] |
FindLeaksQuery.SuspectsResultTable.getColumns() |
Modifier and Type | Method and Description |
---|---|
Column[] |
HashEntriesQuery.Result.getColumns() |
Modifier and Type | Method and Description |
---|---|
Column[] |
BundleRegistryQuery.BundleTreeResult.getColumns() |
Column[] |
BundleRegistryQuery.ServicesTreeResult.getColumns() |
Column[] |
BundleRegistryQuery.ExtensionTreeResult.getColumns() |
Modifier and Type | Method and Description |
---|---|
Column[] |
Path2GCRootsQuery.Tree.getColumns() |
Column[] |
CompareTablesQuery.TableComparisonResult.getColumns() |
Column |
CompareTablesQuery.ComparedColumn.getDescription() |
Modifier and Type | Method and Description |
---|---|
void |
CompareTablesQuery.ComparedColumn.setDescription(Column description) |
Constructor and Description |
---|
ComparedColumn(Column description,
int[] columnIndexes,
boolean displayed) |
TableComparisonResult(List<org.eclipse.mat.internal.snapshot.inspections.CompareTablesQuery.ComparedRow> rows,
Column key,
List<CompareTablesQuery.ComparedColumn> comparedColumns,
CompareTablesQuery.Mode mode,
CompareTablesQuery.Operation setOp) |
Modifier and Type | Method and Description |
---|---|
Column |
Column.aligning(Column.Alignment align)
Alignment of the column.
|
abstract Column |
ContextDerivedData.columnFor(ContextDerivedData.DerivedColumn derivedColumn,
IResult result,
ContextProvider provider)
Get a column ready to use, based on the derived column
|
Column |
Column.comparing(Comparator<?> comparator)
Comparator to sort the column.
|
Column |
Column.decorator(IDecorator decorator) |
Column |
Column.formatting(Format formatter)
Formatter to format the column values.
|
Column[] |
IStructuredResult.getColumns()
The columns of the tree or table.
|
Column |
Column.noTotals()
Indicates that no totals are to be calculated for the column even if the
column contains numbers.
|
Column |
Column.sorting(Column.SortDirection direction)
Initial sort direction of the column.
|
Modifier and Type | Method and Description |
---|---|
static Column.SortDirection |
Column.SortDirection.defaultFor(Column column)
Get the default ordering for a column.
|
Modifier and Type | Method and Description |
---|---|
Column |
Quantize.Function.Factory.column(String label)
Creates a new column to display the values of a function.
|
Column |
LatestValueFunction.column(String label) |
Modifier and Type | Method and Description |
---|---|
static Quantize.Builder |
Quantize.valueDistribution(Column... column)
Creates a quantize
Quantize.Builder for a value distribution, i.e. |
Modifier and Type | Method and Description |
---|---|
Column |
RefinedStructuredResult.addDerivedDataColumn(ContextProvider provider,
ContextDerivedData.DerivedColumn derivedColumn) |
Column |
RefinedStructuredResult.getColumnFor(ContextProvider provider,
ContextDerivedData.DerivedColumn derivedColumn) |
Column[] |
RefinedStructuredResult.getColumns() |
Modifier and Type | Method and Description |
---|---|
List<Column> |
RefinedResultBuilder.getColumns()
Get all the columns
|
Modifier and Type | Method and Description |
---|---|
void |
RefinedStructuredResult.setSortOrder(Column queryColumn,
Column.SortDirection direction) |
Modifier and Type | Method and Description |
---|---|
Column[] |
PropertyResult.getColumns() |
Column[] |
ListResult.getColumns() |
Modifier and Type | Method and Description |
---|---|
void |
ListResult.addColumn(Column column,
ListResult.ValueProvider valueProvider) |
Modifier and Type | Method and Description |
---|---|
Column[] |
Histogram.getColumns() |
Column[] |
Histogram.ClassLoaderTree.getColumns() |
Column[] |
Histogram.PackageTree.getColumns() |
Column[] |
Histogram.SuperclassTree.getColumns() |
Column[] |
UnreachableObjectsHistogram.getColumns() |
Modifier and Type | Method and Description |
---|---|
Column[] |
IThreadDetailsResolver.getColumns()
Detailed information as columns
|
Modifier and Type | Method and Description |
---|---|
void |
IThreadInfo.setValue(Column column,
Object value)
To add particular information associated with a column
|
Modifier and Type | Method and Description |
---|---|
Column |
RetainedSizeDerivedData.columnFor(ContextDerivedData.DerivedColumn derivedColumn,
IResult result,
ContextProvider provider)
Get a column for the retained size with the right calculator.
|
Modifier and Type | Method and Description |
---|---|
TQuantize.Builder |
TQuantize.Builder.column(String label,
Column baseColumn,
int baseColumnIndex,
Quantize.Function.Factory qff)
Add a column with label and function.
|
Modifier and Type | Method and Description |
---|---|
Item |
RefinedTreeViewer.TreeAdapter.createColumn(Column queryColumn,
int index,
SelectionListener listener) |
Item |
RefinedTableViewer.TableAdapter.createColumn(Column queryColumn,
int index,
SelectionListener listener) |