Class NemoOptimizer
- java.lang.Object
-
- org.apache.nemo.compiler.optimizer.NemoOptimizer
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRDAG
optimizeAtCompileTime(IRDAG dag)
Optimize the submitted DAG at compile time.IRDAG
optimizeAtRunTime(IRDAG dag, Message message)
Optimize the submitted DAG at run time.
-
-
-
Method Detail
-
optimizeAtCompileTime
public IRDAG optimizeAtCompileTime(IRDAG dag)
Description copied from interface:Optimizer
Optimize the submitted DAG at compile time.- Specified by:
optimizeAtCompileTime
in interfaceOptimizer
- Parameters:
dag
- the input DAG to optimize.- Returns:
- optimized DAG, reshaped or tagged with execution properties.
-
-