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.controller |
Spring Cloud Data Flow Server Controllers.
|
org.springframework.cloud.dataflow.server.repository |
Spring Cloud Data Flow Server Repositories.
|
org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
org.springframework.cloud.dataflow.server.stream |
Modifier and Type | Method and Description |
---|---|
AppDeployerStreamDeployer |
DataFlowControllerAutoConfiguration.appDeployerStreamDeployer(org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer,
DeploymentIdRepository deploymentIdRepository,
StreamDefinitionRepository streamDefinitionRepository,
StreamDeploymentRepository streamDeploymentRepository) |
RuntimeAppsController |
DataFlowControllerAutoConfiguration.runtimeAppsController(StreamDefinitionRepository repository,
StreamDeploymentRepository streamDeploymentRepository,
DeploymentIdRepository deploymentIdRepository,
org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer,
MetricStore metricStore,
org.springframework.cloud.skipper.client.SkipperClient skipperClient) |
SkipperStreamDeployer |
DataFlowControllerAutoConfiguration.SkipperConfiguration.skipperStreamDeployer(org.springframework.cloud.skipper.client.SkipperClient skipperClient,
StreamDeploymentRepository streamDeploymentRepository,
org.springframework.cloud.skipper.client.SkipperClientProperties skipperClientProperties) |
StreamService |
DataFlowControllerAutoConfiguration.streamDeploymentService(StreamDefinitionRepository streamDefinitionRepository,
StreamDeploymentRepository streamDeploymentRepository,
AppDeployerStreamDeployer appDeployerStreamDeployer,
SkipperStreamDeployer skipperStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator) |
Modifier and Type | Method and Description |
---|---|
StreamDeploymentRepository |
StreamConfiguration.streamDeploymentRepository(DataSource dataSource) |
Constructor and Description |
---|
RuntimeAppsController(StreamDefinitionRepository streamDefinitionRepository,
StreamDeploymentRepository streamDeploymentRepository,
DeploymentIdRepository deploymentIdRepository,
org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer,
MetricStore metricStore,
ForkJoinPool forkJoinPool,
org.springframework.cloud.skipper.client.SkipperClient skipperClient)
Instantiates a new runtime apps controller.
|
Modifier and Type | Class and Description |
---|---|
class |
RdbmsStreamDeploymentRepository
RDBMS implementation of
StreamDeploymentRepository . |
Constructor and Description |
---|
DefaultStreamService(StreamDefinitionRepository streamDefinitionRepository,
StreamDeploymentRepository streamDeploymentRepository,
AppDeployerStreamDeployer appDeployerStreamDeployer,
SkipperStreamDeployer skipperStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator) |
Constructor and Description |
---|
AppDeployerStreamDeployer(org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer,
DeploymentIdRepository deploymentIdRepository,
StreamDefinitionRepository streamDefinitionRepository,
StreamDeploymentRepository streamDeploymentRepository) |
SkipperStreamDeployer(org.springframework.cloud.skipper.client.SkipperClient skipperClient,
StreamDeploymentRepository streamDeploymentRepository) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.