Uses of Class
org.apache.nemo.runtime.common.plan.PhysicalPlanGenerator
-
Packages that use PhysicalPlanGenerator Package Description org.apache.nemo.compiler.backend.nemo org.apache.nemo.compiler.backend.nemo.prophet -
-
Uses of PhysicalPlanGenerator in org.apache.nemo.compiler.backend.nemo
Constructors in org.apache.nemo.compiler.backend.nemo with parameters of type PhysicalPlanGenerator Constructor Description NemoPlanRewriter(NemoOptimizer nemoOptimizer, NemoBackend nemoBackend, org.apache.reef.tang.InjectionFuture<SimulationScheduler> simulationSchedulerInjectionFuture, PhysicalPlanGenerator physicalPlanGenerator)
-
Uses of PhysicalPlanGenerator in org.apache.nemo.compiler.backend.nemo.prophet
Constructors in org.apache.nemo.compiler.backend.nemo.prophet with parameters of type PhysicalPlanGenerator Constructor Description ParallelismProphet(IRDAG irdag, PhysicalPlan physicalPlan, SimulationScheduler simulationScheduler, PhysicalPlanGenerator physicalPlanGenerator, java.util.Set<StageEdge> edgesToOptimize)
Default constructor for ParallelismProphet.
-