Package org.eclipse.mat.snapshot.query
Class HistogramResult
- java.lang.Object
-
- org.eclipse.mat.snapshot.query.HistogramResult
-
-
Constructor Summary
Constructors Constructor Description HistogramResult(Histogram histogram)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IResultTable
asTable()
Deprecated.Histogram
getHistogram()
Deprecated.ResultMetaData
getResultMetaData()
Deprecated.(Optionally) Return meta data of the result needed to fine-tune the display of the result.
-
-
-
Constructor Detail
-
HistogramResult
public HistogramResult(Histogram histogram)
Deprecated.
-
-
Method Detail
-
getResultMetaData
public ResultMetaData 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
public Histogram getHistogram()
Deprecated.
-
asTable
public IResultTable asTable()
Deprecated.
-
-