Package org.eclipse.mat.report
Interface Params.Rendering
- Enclosing interface:
- Params
public static interface Params.Rendering
Control the rendering of a report.
- No Implement:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Controls the calculation of the derived column.static final String
filter1=criteria,filter2=criteria filter1 etc.static final String
Which columns to hide, separated by ','.static final String
Limit, as a decimal number, for the number of items to display.static final String
Options appear to bePATTERN_OVERVIEW_DETAILS
static final String
Possible value for key given byPATTERN
.static final String
Possible value for key given byPATTERN
.static final String
Which columns to sort by, separated by ','.
-
Field Details
-
PATTERN
Options appear to bePATTERN_OVERVIEW_DETAILS
- See Also:
-
PATTERN_OVERVIEW_DETAILS
Possible value for key given byPATTERN
.- See Also:
-
PATTERN_SEQUENTIAL
Possible value for key given byPATTERN
.- See Also:
-
SORT_COLUMN
Which columns to sort by, separated by ','. Columns specified by name or #0, #1, #2 etc.- See Also:
-
FILTER
filter1=criteria,filter2=criteria filter1 etc. is a column specified by name or #0, #1, #2 etc. criteria is a numeric or string filter such as >100, 10..200, com\.*- See Also:
-
LIMIT
Limit, as a decimal number, for the number of items to display.- See Also:
-
HIDE_COLUMN
Which columns to hide, separated by ','. Columns specified by name or #0, #1, #2 etc.- See Also:
-
DERIVED_DATA_COLUMN
Controls the calculation of the derived column. For example for retained sizes _default_=APPROXIMATERetainedSizeDerivedData.APPROXIMATE
_default_=PRECISERetainedSizeDerivedData.PRECISE
- See Also:
-