Package | Description |
---|---|
org.springframework.cloud.dataflow.core |
Root package of the Spring Cloud Data Flow domain model.
|
Modifier and Type | Method and Description |
---|---|
StreamAppDefinition |
StreamAppDefinition.Builder.build(String streamName)
Return a new instance of
StreamAppDefinition . |
Modifier and Type | Method and Description |
---|---|
LinkedList<StreamAppDefinition> |
StreamDefinitionService.getAppDefinitions(StreamDefinition streamDefinition)
Return the linked list of
StreamAppDefinition s associated with the stream definition. |
LinkedList<StreamAppDefinition> |
DefaultStreamDefinitionService.getAppDefinitions(StreamDefinition streamDefinition)
Return the ordered list of application definitions for this stream as a
List . |
static Iterator<StreamAppDefinition> |
StreamDefinitionServiceUtils.getDeploymentOrderIterator(LinkedList<StreamAppDefinition> streamAppDefinitions)
Return an iterator that indicates the order of application deployments for this
stream.
|
static LinkedList<StreamAppDefinition> |
StreamDefinitionServiceUtils.sanitizeStreamAppDefinitions(LinkedList<StreamAppDefinition> streamAppDefinitions)
Redacts sensitive property values in a stream.
|
Modifier and Type | Method and Description |
---|---|
static StreamAppDefinition.Builder |
StreamAppDefinition.Builder.from(StreamAppDefinition definition)
Create a new builder that is initialized with properties of the given
definition.
|
Modifier and Type | Method and Description |
---|---|
String |
StreamDefinitionService.constructDsl(String originalDslText,
LinkedList<StreamAppDefinition> streamAppDefinitions)
Return the updated stream DSL for the given stream definition with the associated properties.
|
String |
DefaultStreamDefinitionService.constructDsl(String originalDslText,
LinkedList<StreamAppDefinition> streamAppDefinitions) |
static Iterator<StreamAppDefinition> |
StreamDefinitionServiceUtils.getDeploymentOrderIterator(LinkedList<StreamAppDefinition> streamAppDefinitions)
Return an iterator that indicates the order of application deployments for this
stream.
|
static LinkedList<StreamAppDefinition> |
StreamDefinitionServiceUtils.sanitizeStreamAppDefinitions(LinkedList<StreamAppDefinition> streamAppDefinitions)
Redacts sensitive property values in a stream.
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.