Module tornado.api

Class ExecutorFrame

java.lang.Object
uk.ac.manchester.tornado.api.runtime.ExecutorFrame

public class ExecutorFrame extends Object
Class to store all objects and parameters related to the dispatch of an execution plan.
  • Constructor Details

    • ExecutorFrame

      public ExecutorFrame(long id)
  • Method Details

    • setGridScheduler

      public ExecutorFrame setGridScheduler(GridScheduler gridScheduler)
    • getGridScheduler

      public GridScheduler getGridScheduler()
    • getExecutionPlanId

      public long getExecutionPlanId()
    • setProfilerMode

      public void setProfilerMode(ProfilerMode profilerMode)
    • setProfilerOff

      public void setProfilerOff()
    • getProfilerMode

      public ProfilerMode getProfilerMode()