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