Uses of Interface
org.eclipse.mat.query.IResultPie.Slice
Package
Description
Package for examining and controlling results of running queries.
Utilities to develop heap dump queries.
-
Uses of IResultPie.Slice in org.eclipse.mat.query
Modifier and TypeInterfaceDescriptionstatic interface
A slice of the pie with color informationModifier and TypeMethodDescriptionList<? extends IResultPie.Slice>
IResultPie.getSlices()
All the slices of the pie. -
Uses of IResultPie.Slice in org.eclipse.mat.snapshot.query
Modifier and TypeMethodDescriptionPieFactory.addSlice
(int objectId) Create and add a new slice for the given object.Create and add a new slice for the given object.Create and add a new slice for the given object.PieFactory.addSlice
(int objectId, String label, long usedHeapSize, long retainedHeapSize, Color color) Create and add a new slice for the given object.Create and add a new slice for the given object.Create and add a new slice for the given object.