Package | Description |
---|---|
org.springframework.cloud.dataflow.core.dsl |
Base package for processing DeploymentUnit(Stream/Job) DSL.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowNode
The AST node representing a flow.
|
class |
SplitNode
The AST node representing a split.
|
class |
TaskAppNode
Represents either a task application or task definition reference.
|
Modifier and Type | Method and Description |
---|---|
LabelledTaskNode |
TaskNode.getSequenceWithLabel(String label)
Find the sequence with the specified label and return it.
|
LabelledTaskNode |
SplitNode.getSeriesElement(int index) |
LabelledTaskNode |
LabelledTaskNode.getSeriesElement(int index)
For nodes representing a flow or a split, return a specific element in the series
of things that will run either sequentially or in parallel.
|
LabelledTaskNode |
FlowNode.getSeriesElement(int index) |
LabelledTaskNode |
TaskNode.getStart()
Shortcut to return the first node in the first sequence.
|
Modifier and Type | Method and Description |
---|---|
List<LabelledTaskNode> |
TaskNode.getSequences() |
List<LabelledTaskNode> |
SplitNode.getSeries() |
List<LabelledTaskNode> |
LabelledTaskNode.getSeries()
For nodes representing a flow or a split, return the series of elements to run in
sequence/parallel.
|
List<LabelledTaskNode> |
FlowNode.getSeries() |
Modifier and Type | Method and Description |
---|---|
void |
TaskVisitor.postVisitSequence(LabelledTaskNode firstNode,
int sequenceNumber) |
void |
GraphGeneratorVisitor.postVisitSequence(LabelledTaskNode firstNode,
int sequenceNumber) |
boolean |
TaskVisitor.preVisitSequence(LabelledTaskNode firstNode,
int sequenceNumber) |
boolean |
TaskValidatorVisitor.preVisitSequence(LabelledTaskNode firstNode,
int sequenceNumber) |
boolean |
GraphGeneratorVisitor.preVisitSequence(LabelledTaskNode firstNode,
int sequenceNumber) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.