|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextDerivedData.DerivedOperation | |
---|---|
org.eclipse.mat.query | Package for examining and controlling results of running queries. |
org.eclipse.mat.query.quantize | Value or linear frequency distribution histograms. |
org.eclipse.mat.query.refined | A way of controlling the detail given by the output of a query. |
org.eclipse.mat.snapshot.query | Utilities to develop heap dump queries. |
org.eclipse.mat.ui.internal.viewer | Allows filtering of the display of tables and trees, for example excluding certain class names - user interface (not API). |
Uses of ContextDerivedData.DerivedOperation in org.eclipse.mat.query |
---|
Methods in org.eclipse.mat.query that return ContextDerivedData.DerivedOperation | |
---|---|
ContextDerivedData.DerivedOperation[] |
ContextProvider.getOperations()
|
ContextDerivedData.DerivedOperation[] |
ContextDerivedData.DerivedColumn.getOperations()
Possible operations to generate the column values. |
Methods in org.eclipse.mat.query that return types with arguments of type ContextDerivedData.DerivedOperation | |
---|---|
java.util.Collection<ContextDerivedData.DerivedOperation> |
ResultMetaData.getDerivedOperations()
|
Methods in org.eclipse.mat.query with parameters of type ContextDerivedData.DerivedOperation | |
---|---|
ResultMetaData.Builder |
ResultMetaData.Builder.addDerivedData(ContextDerivedData.DerivedOperation action)
|
void |
ContextDerivedData.DerivedCalculator.calculate(ContextDerivedData.DerivedOperation operation,
java.lang.Object row,
IProgressListener listener)
Do the calculation for the row. |
ContextDerivedData.DerivedColumn |
ContextDerivedData.lookup(ContextDerivedData.DerivedOperation operation)
Find the appropriate column for the requested operation |
Constructors in org.eclipse.mat.query with parameters of type ContextDerivedData.DerivedOperation | |
---|---|
ContextDerivedData.DerivedColumn(java.lang.String label,
ContextDerivedData.DerivedOperation... operations)
A derived column. |
|
ContextProvider(java.lang.String label,
ContextDerivedData.DerivedOperation... operations)
|
Uses of ContextDerivedData.DerivedOperation in org.eclipse.mat.query.quantize |
---|
Methods in org.eclipse.mat.query.quantize with parameters of type ContextDerivedData.DerivedOperation | |
---|---|
Quantize.Builder |
Quantize.Builder.addDerivedData(ContextDerivedData.DerivedOperation operation)
|
Uses of ContextDerivedData.DerivedOperation in org.eclipse.mat.query.refined |
---|
Methods in org.eclipse.mat.query.refined that return ContextDerivedData.DerivedOperation | |
---|---|
ContextDerivedData.DerivedOperation |
RefinedStructuredResult.DerivedDataJobDefinition.getOperation()
|
Methods in org.eclipse.mat.query.refined with parameters of type ContextDerivedData.DerivedOperation | |
---|---|
void |
RefinedResultBuilder.addContextDerivedColumn(ContextProvider provider,
ContextDerivedData.DerivedOperation operation)
|
void |
RefinedResultBuilder.addDefaultContextDerivedColumn(ContextDerivedData.DerivedOperation operation)
Add a derived column such as for retained size. |
void |
RefinedStructuredResult.calculate(ContextProvider provider,
ContextDerivedData.DerivedOperation operation,
java.util.List<?> elements,
RefinedStructuredResult.ICalculationProgress progress,
IProgressListener listener)
|
void |
RefinedStructuredResult.DerivedDataJobDefinition.setOperation(ContextDerivedData.DerivedOperation operation)
|
Constructors in org.eclipse.mat.query.refined with parameters of type ContextDerivedData.DerivedOperation | |
---|---|
RefinedStructuredResult.DerivedDataJobDefinition(ContextProvider provider,
ContextDerivedData.DerivedOperation operation)
|
Uses of ContextDerivedData.DerivedOperation in org.eclipse.mat.snapshot.query |
---|
Fields in org.eclipse.mat.snapshot.query declared as ContextDerivedData.DerivedOperation | |
---|---|
static ContextDerivedData.DerivedOperation |
RetainedSizeDerivedData.APPROXIMATE
Indicates approximate retained size. |
static ContextDerivedData.DerivedOperation |
RetainedSizeDerivedData.PRECISE
Indicates exact retained size. |
Uses of ContextDerivedData.DerivedOperation in org.eclipse.mat.ui.internal.viewer |
---|
Methods in org.eclipse.mat.ui.internal.viewer with parameters of type ContextDerivedData.DerivedOperation | |
---|---|
void |
RefinedResultViewer.showDerivedDataColumn(ContextProvider provider,
ContextDerivedData.DerivedOperation operation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |