Uses of Interface
uk.ac.manchester.tornado.api.WorkerGrid
Packages that use WorkerGrid
-
Uses of WorkerGrid in uk.ac.manchester.tornado.api
Classes in uk.ac.manchester.tornado.api that implement WorkerGridModifier and TypeClassDescriptionclassclassclassclassMethods in uk.ac.manchester.tornado.api that return WorkerGridModifier and TypeMethodDescriptionReturns the WorkerGrid object associated with a given task name.Methods in uk.ac.manchester.tornado.api with parameters of type WorkerGridModifier and TypeMethodDescriptionvoidGridScheduler.addWorkerGrid(String taskName, WorkerGrid workerGrid) Adds a new WorkerGrid object to the grid scheduler for a specific task.Constructors in uk.ac.manchester.tornado.api with parameters of type WorkerGridModifierConstructorDescriptionGridScheduler(String taskName, WorkerGrid workerGrid) Creates a new GridScheduler with a specific task name and WorkerGrid.