Uses of Class
org.eclipse.mat.query.Column
Package
Description
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).
These are general queries.
These are queries for Collection classes.
These are queries for examining OSGi bundles.
These are queries for Threads.
These are queries for dominator tree and paths to/from garbage collection roots.
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.
Default Query Result Implementations.
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
Interfaces that extend the information extracted from heap dumps like threads, name resolvers etc.
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 Column in org.eclipse.mat.dtfj
Modifier and TypeMethodDescriptionColumn[]
ThreadDetailsResolver.getColumns()
The columns that can be extracted via DTFJ -
Uses of Column in org.eclipse.mat.inspections
Modifier and TypeMethodDescriptionColumn[]
BigDropsQuery.getColumns()
Column[]
DuplicatedClassesQuery.getColumns()
Column[]
FindLeaksQuery.SuspectsResultTable.getColumns()
Column[]
FindLeaksQuery2.SuspectsResultTable.getColumns()
Column[]
ImmediateDominatorsQuery.ResultImpl.getColumns()
-
Uses of Column in org.eclipse.mat.inspections.collections
-
Uses of Column in org.eclipse.mat.inspections.osgi
Modifier and TypeMethodDescriptionColumn[]
BundleRegistryQuery.BundleTreeResult.getColumns()
Column[]
BundleRegistryQuery.ExtensionTreeResult.getColumns()
Column[]
BundleRegistryQuery.ServicesTreeResult.getColumns()
-
Uses of Column in org.eclipse.mat.inspections.threads
Modifier and TypeMethodDescriptionColumn[]
ThreadDetailsResolver.getColumns()
The columns that can be extracted from java.lang.Thread fields. -
Uses of Column in org.eclipse.mat.internal.snapshot.inspections
Modifier and TypeMethodDescriptionColumn[]
CompareTablesQuery.TableComparisonResult.getColumns()
final Column[]
Path2GCRootsQuery.Tree.getColumns()
CompareTablesQuery.ComparedColumn.getDescription()
Modifier and TypeMethodDescriptionvoid
CompareTablesQuery.ComparedColumn.setDescription
(Column description) ModifierConstructorDescriptionComparedColumn
(Column description, int[] columnIndexes, boolean displayed) ComparisonResultTable
(List<org.eclipse.mat.internal.snapshot.inspections.CompareTablesQuery.ComparedRow> rows, Column key, List<CompareTablesQuery.ComparedColumn> comparedColumns, CompareTablesQuery.Mode mode, CompareTablesQuery.Operation setOp) ComparisonResultTree
(List<org.eclipse.mat.internal.snapshot.inspections.CompareTablesQuery.ComparedRow> rows, Column key, List<CompareTablesQuery.ComparedColumn> comparedColumns, CompareTablesQuery.Mode mode, CompareTablesQuery.Operation setOp) TableComparisonResult
(List<org.eclipse.mat.internal.snapshot.inspections.CompareTablesQuery.ComparedRow> rows, Column key, List<CompareTablesQuery.ComparedColumn> comparedColumns, CompareTablesQuery.Mode mode, CompareTablesQuery.Operation setOp) -
Uses of Column in org.eclipse.mat.query
Modifier and TypeMethodDescriptionColumn.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 columnColumn.comparing
(Comparator<?> comparator) Comparator to sort the column.Column.decorator
(IDecorator decorator) Add a decorator to a columnColumn.formatting
(Format formatter) Formatter to format the column values.Column[]
IStructuredResult.getColumns()
The columns of the tree or table.Column.noTotals()
Indicates that no totals are to be calculated for the column even if the column contains numbers.Column.sorting
(Column.SortDirection direction) Initial sort direction of the column.Modifier and TypeMethodDescriptionstatic Column.SortDirection
Column.SortDirection.defaultFor
(Column column) Get the default ordering for a column. -
Uses of Column in org.eclipse.mat.query.quantize
Modifier and TypeMethodDescriptionCreates a new column to display the values of a function.Modifier and TypeMethodDescriptionstatic Quantize.Builder
Quantize.valueDistribution
(Column... column) Creates a quantizeQuantize.Builder
for a value distribution, i.e. -
Uses of Column in org.eclipse.mat.query.refined
Modifier and TypeMethodDescriptionRefinedStructuredResult.addDerivedDataColumn
(ContextProvider provider, ContextDerivedData.DerivedColumn derivedColumn) RefinedStructuredResult.getColumnFor
(ContextProvider provider, ContextDerivedData.DerivedColumn derivedColumn) Column[]
RefinedStructuredResult.getColumns()
Modifier and TypeMethodDescriptionvoid
RefinedStructuredResult.setSortOrder
(Column queryColumn, Column.SortDirection direction) -
Uses of Column in org.eclipse.mat.query.results
Modifier and TypeMethodDescriptionfinal Column[]
ListResult.getColumns()
final Column[]
PropertyResult.getColumns()
Modifier and TypeMethodDescriptionvoid
ListResult.addColumn
(Column column, ListResult.ValueProvider valueProvider) -
Uses of Column in org.eclipse.mat.snapshot
Modifier and TypeMethodDescriptionColumn[]
Histogram.ClassLoaderTree.getColumns()
Column[]
Histogram.getColumns()
Column[]
Histogram.PackageTree.getColumns()
Column[]
Histogram.SuperclassTree.getColumns()
Column[]
UnreachableObjectsHistogram.getColumns()
-
Uses of Column in org.eclipse.mat.snapshot.extension
Modifier and TypeMethodDescriptionColumn[]
IThreadDetailsResolver.getColumns()
Detailed information as columns -
Uses of Column in org.eclipse.mat.snapshot.query
Modifier and TypeMethodDescriptionRetainedSizeDerivedData.columnFor
(ContextDerivedData.DerivedColumn derivedColumn, IResult result, ContextProvider provider) Get a column for the retained size with the right calculator.Modifier and TypeMethodDescriptionTQuantize.Builder.column
(String label, Column baseColumn, int baseColumnIndex, Quantize.Function.Factory qff) Add a column with label and function. -
Uses of Column in org.eclipse.mat.ui.internal.viewer
Modifier and TypeMethodDescriptionRefinedTableViewer.TableAdapter.createColumn
(Column queryColumn, int index, SelectionListener listener) RefinedTreeViewer.TreeAdapter.createColumn
(Column queryColumn, int index, SelectionListener listener)