Uses of Class
uk.ac.manchester.tornado.api.GridScheduler
Packages that use GridScheduler
Package
Description
-
Uses of GridScheduler in uk.ac.manchester.tornado.api
Methods in uk.ac.manchester.tornado.api with parameters of type GridSchedulerModifier and TypeMethodDescriptionTornadoExecutionPlan.withGridScheduler(GridScheduler gridScheduler) Use aGridSchedulerfor thread dispatch.voidTornadoTaskGraphInterface.withGridScheduler(GridScheduler gridScheduler) -
Uses of GridScheduler in uk.ac.manchester.tornado.api.common
Methods in uk.ac.manchester.tornado.api.common with parameters of type GridSchedulerModifier and TypeMethodDescriptionvoidSchedulableTask.setGridScheduler(GridScheduler gridScheduler) -
Uses of GridScheduler in uk.ac.manchester.tornado.api.plan.types
Constructors in uk.ac.manchester.tornado.api.plan.types with parameters of type GridSchedulerModifierConstructorDescriptionWithGridScheduler(TornadoExecutionPlan parent, GridScheduler gridScheduler) -
Uses of GridScheduler in uk.ac.manchester.tornado.api.runtime
Methods in uk.ac.manchester.tornado.api.runtime that return GridSchedulerMethods in uk.ac.manchester.tornado.api.runtime with parameters of type GridScheduler