Uses of Class
uk.ac.manchester.tornado.api.ImmutableTaskGraph
Packages that use ImmutableTaskGraph
-
Uses of ImmutableTaskGraph in uk.ac.manchester.tornado.api
Methods in uk.ac.manchester.tornado.api that return ImmutableTaskGraphModifier and TypeMethodDescriptionTaskGraph.snapshot()Function that closes a task-graph definition and creates an immutable task-graph ready for execution.TaskGraphInterface.snapshot()Function that closes a task-graph definition and creates an immutable task-graph ready for execution.Constructors in uk.ac.manchester.tornado.api with parameters of type ImmutableTaskGraphModifierConstructorDescriptionTornadoExecutionPlan(ImmutableTaskGraph... immutableTaskGraphs) Create an Execution Plan: Object to create and optimize an execution plan for running a set of immutable tasks-graphs.