Class NemoBackend
- java.lang.Object
-
- org.apache.nemo.compiler.backend.nemo.NemoBackend
-
- All Implemented Interfaces:
Backend<PhysicalPlan>
public final class NemoBackend extends java.lang.Object implements Backend<PhysicalPlan>
Backend component for Nemo Runtime.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhysicalPlan
compile(IRDAG irDAG)
Compiles an IR DAG into aPhysicalPlan
to be submitted to Runtime.
-
-
-
Method Detail
-
compile
public PhysicalPlan compile(IRDAG irDAG)
Compiles an IR DAG into aPhysicalPlan
to be submitted to Runtime.- Specified by:
compile
in interfaceBackend<PhysicalPlan>
- Parameters:
irDAG
- the IR DAG to compile.- Returns:
- the execution plan to be submitted to Runtime.
-
-