Package | Description |
---|---|
org.springframework.cloud.dataflow.completion |
Contains classes related to code-completion of stream definitions expressed
in the Spring Cloud Dataflow DSL.
|
org.springframework.cloud.dataflow.server.config |
Spring Cloud Data Flow Server configuration classes.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Constructor and Description |
---|
PipeIntoOtherAppsExpansionStrategy(AppRegistry appRegistry) |
Modifier and Type | Method and Description |
---|---|
AppRegistry |
DataFlowControllerAutoConfiguration.appRegistry(org.springframework.cloud.deployer.resource.registry.UriRegistry uriRegistry,
org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader resourceLoader) |
Modifier and Type | Method and Description |
---|---|
AppRegistryController |
DataFlowControllerAutoConfiguration.appRegistryController(AppRegistry appRegistry,
ApplicationConfigurationMetadataResolver metadataResolver) |
StreamDefinitionController |
DataFlowControllerAutoConfiguration.streamDefinitionController(StreamDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
StreamDeploymentController deploymentController,
org.springframework.cloud.deployer.spi.app.AppDeployer deployer,
AppRegistry appRegistry) |
StreamDeploymentController |
DataFlowControllerAutoConfiguration.streamDeploymentController(StreamDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
AppRegistry registry,
org.springframework.cloud.deployer.spi.app.AppDeployer deployer,
ApplicationConfigurationMetadataResolver metadataResolver,
CommonApplicationProperties appsProperties) |
Constructor and Description |
---|
AppRegistryController(AppRegistry appRegistry,
ApplicationConfigurationMetadataResolver metadataResolver) |
StreamDefinitionController(StreamDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
StreamDeploymentController deploymentController,
org.springframework.cloud.deployer.spi.app.AppDeployer deployer,
AppRegistry appRegistry)
Create a
StreamDefinitionController that delegates
CRUD operations to the provided StreamDefinitionRepository
deployment ID operations to the provided DeploymentIdRepository
deployment operations to the provided StreamDeploymentController
deployment status computation to the provided AppDeployer
|
StreamDeploymentController(StreamDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
AppRegistry registry,
org.springframework.cloud.deployer.spi.app.AppDeployer deployer,
ApplicationConfigurationMetadataResolver metadataResolver,
CommonApplicationProperties commonProperties)
Create a
StreamDeploymentController that delegates
CRUD operations to the provided StreamDefinitionRepository
app retrieval to the provided AppRegistry
deployment operations to the provided AppDeployer
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.