Package | Description |
---|---|
org.springframework.cloud.dataflow.core |
Root package of the Spring Cloud Data Flow domain model.
|
org.springframework.cloud.dataflow.server |
Root package of Spring Cloud Data Flow Core.
|
org.springframework.cloud.dataflow.server.repository |
Spring Cloud Data Flow Server Repositories.
|
Modifier and Type | Method and Description |
---|---|
StreamAppDefinition |
StreamAppDefinition.Builder.build(String streamName)
Return a new instance of
StreamAppDefinition . |
Modifier and Type | Method and Description |
---|---|
List<StreamAppDefinition> |
StreamDefinition.getAppDefinitions()
Return the ordered list of application definitions for this stream as a
List . |
Iterator<StreamAppDefinition> |
StreamDefinition.getDeploymentOrderIterator()
Return an iterator that indicates the order of application deployments for this
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 |
---|---|
static ApplicationType |
DataFlowServerUtil.determineApplicationType(StreamAppDefinition appDefinition)
Return the
ApplicationType for a AppDefinition in the context
of a defined stream. |
Modifier and Type | Method and Description |
---|---|
static String |
DeploymentKey.forStreamAppDefinition(StreamAppDefinition streamAppDefinition)
Determines a deployment key for a stream application.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.