|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.query.quantize.Quantize.Builder
public static final class Quantize.Builder
Quantize
factory
Method Summary | |
---|---|
Quantize.Builder |
addDerivedData(ContextDerivedData.DerivedOperation operation)
|
Quantize |
build()
Creates the Quanitze object. |
Quantize.Builder |
column(java.lang.String label,
Quantize.Function.Factory function)
Add a column identified by label and function. |
Quantize.Builder |
column(java.lang.String label,
Quantize.Function.Factory function,
Column.SortDirection sortDirection)
Add a column identified by label and function and sort the result in the given sort direction. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Quantize.Builder column(java.lang.String label, Quantize.Function.Factory function)
public Quantize.Builder column(java.lang.String label, Quantize.Function.Factory function, Column.SortDirection sortDirection)
public Quantize.Builder addDerivedData(ContextDerivedData.DerivedOperation operation)
public Quantize build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |