Interface | Description |
---|---|
Orchestration |
A plan of DeploymentSteps.
|
Orchestrator |
An Orchestrator converts a DeltaSpecification into a Orchestration, which can then be resolved to result in steps.
|
Class | Description |
---|---|
CompositeOrchestration |
A CompositePlan holds other sub-plans which are either parallellized (see:
ParallelOrchestration ) or serialized (see: SerialOrchestration ). |
InterleavedOrchestration |
The lowest type of sub-plan, this plan contains steps which can be executed and
Delta objects
for which this InterleavedPlan has been built. |
Orchestrations | |
ParallelOrchestration |
A
CompositeOrchestration that executed steps in parallel. |
SerialOrchestration |
A
CompositeOrchestration which executes all sub-plans in serial. |
Annotation Type | Description |
---|---|
Orchestrator.Metadata |