Package org.eclipse.mat.snapshot.query
Class HistogramResult
java.lang.Object
org.eclipse.mat.snapshot.query.HistogramResult
- All Implemented Interfaces:
IResult
Deprecated.
Wrapper to return a
Histogram
as a query
result.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasTable()
Deprecated.Deprecated.Deprecated.(Optionally) Return meta data of the result needed to fine-tune the display of the result.
-
Constructor Details
-
HistogramResult
Deprecated.
-
-
Method Details
-
getResultMetaData
Deprecated.Description copied from interface:IResult
(Optionally) Return meta data of the result needed to fine-tune the display of the result. This could include an additional context, an additional query to run on selected data from the result , additional calculated columns, or an indication that the results are already presorted.- Specified by:
getResultMetaData
in interfaceIResult
- Returns:
- the metadata for the result, used to obtain extra data
-
getHistogram
Deprecated. -
asTable
Deprecated.
-
Histogram
instead.