Uses of Enum
org.eclipse.mat.snapshot.query.TQuantize.Target
Package
Description
Utilities to develop heap dump queries.
Displays the results of queries as text or a table - user interface (not API).
-
Uses of TQuantize.Target in org.eclipse.mat.snapshot.query
Modifier and TypeMethodDescriptionstatic TQuantize.Target
Returns the enum constant of this type with the specified name.static TQuantize.Target[]
TQuantize.Target.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic TQuantize
TQuantize.defaultValueDistribution
(ISnapshot snapshot, IResultTable base, TQuantize.Target target) A convenience methods to aggregate a table by one of the well-known targets and create the sum for all other columns.static TQuantize.Builder
TQuantize.valueDistribution
(ISnapshot snapshot, IResultTable base, TQuantize.Target target) Creates aTQuantize
object which aggregates the table by one of the well-known targets, e.g. -
Uses of TQuantize.Target in org.eclipse.mat.ui.internal.panes