Package | Description |
---|---|
org.springframework.cloud.dataflow.server.config |
Spring Cloud Data Flow Server configuration classes.
|
org.springframework.cloud.dataflow.server.config.features |
Contains specific features' configuration classes.
|
org.springframework.cloud.dataflow.server.repository |
Spring Cloud Data Flow Server Repositories.
|
org.springframework.cloud.dataflow.server.stream |
Modifier and Type | Method and Description |
---|---|
AppDeployerStreamDeployer |
DataFlowControllerAutoConfiguration.AppDeploymentConfiguration.appDeployerStreamDeployer(org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer,
DeploymentIdRepository deploymentIdRepository,
StreamDefinitionRepository streamDefinitionRepository,
StreamDeploymentRepository streamDeploymentRepository,
ForkJoinPool appRegistryFJPFB,
AppRegistry appRegistry) |
Modifier and Type | Method and Description |
---|---|
StreamDeploymentRepository |
StreamConfiguration.streamDeploymentRepository(DataSource dataSource) |
Modifier and Type | Class and Description |
---|---|
class |
RdbmsStreamDeploymentRepository
RDBMS implementation of
StreamDeploymentRepository . |
Constructor and Description |
---|
AppDeployerStreamDeployer(org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer,
DeploymentIdRepository deploymentIdRepository,
StreamDefinitionRepository streamDefinitionRepository,
StreamDeploymentRepository streamDeploymentRepository,
ForkJoinPool forkJoinPool,
AppRegistry appRegistry) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.