|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.snapshot.query.TQuantize
public final class TQuantize
Create a value or frequency distribution out of IResultTable
.
Nested Class Summary | |
---|---|
static class |
TQuantize.Builder
TQuantize factory |
static class |
TQuantize.Target
Well-known default aggregations. |
Method Summary | |
---|---|
static 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. |
IResult |
process(IProgressListener listener)
Create distribution based on the given table. |
static TQuantize.Builder |
valueDistribution(ISnapshot snapshot,
IResultTable base,
int... columns)
Creates a TQuantize object which aggregates the table by the
value of the columns. |
static TQuantize.Builder |
valueDistribution(ISnapshot snapshot,
IResultTable base,
TQuantize.Target target)
Creates a TQuantize object which aggregates the table by one of
the well-known targets, e.g. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TQuantize.Builder valueDistribution(ISnapshot snapshot, IResultTable base, int... columns) throws SnapshotException
TQuantize
object which aggregates the table by the
value of the columns.
SnapshotException
public static TQuantize.Builder valueDistribution(ISnapshot snapshot, IResultTable base, TQuantize.Target target) throws SnapshotException
TQuantize
object which aggregates the table by one of
the well-known targets, e.g. by class loader or package.
SnapshotException
public static TQuantize defaultValueDistribution(ISnapshot snapshot, IResultTable base, TQuantize.Target target) throws SnapshotException
SnapshotException
public IResult process(IProgressListener listener) throws SnapshotException
listener
- progress listener
SnapshotException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |