Package | Description |
---|---|
org.springframework.cloud.dataflow.server.completion |
Contains classes for the auto-completion support.
|
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 |
Constructor and Description |
---|
TapOnDestinationRecoveryStrategy(StreamDefinitionRepository streamDefinitionRepository) |
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) |
StreamDefinitionController |
DataFlowControllerAutoConfiguration.streamDefinitionController(StreamDefinitionRepository repository,
AppRegistry appRegistry,
StreamService streamService) |
StreamDeploymentController |
DataFlowControllerAutoConfiguration.streamDeploymentController(StreamDefinitionRepository repository,
StreamService streamService,
org.springframework.cloud.skipper.client.SkipperClient skipperClient) |
StreamService |
DataFlowControllerAutoConfiguration.streamDeploymentService(StreamDefinitionRepository streamDefinitionRepository,
StreamDeploymentRepository streamDeploymentRepository,
AppDeployerStreamDeployer appDeployerStreamDeployer,
SkipperStreamDeployer skipperStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator) |
Modifier and Type | Method and Description |
---|---|
StreamDefinitionRepository |
StreamConfiguration.streamDefinitionRepository(DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
RecoveryStrategy<?> |
StreamConfiguration.tapOnDestinationExpansionStrategy(StreamCompletionProvider streamCompletionProvider,
StreamDefinitionRepository streamDefinitionRepository) |
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.
|
StreamDefinitionController(StreamDefinitionRepository repository,
AppRegistry appRegistry,
StreamService streamService)
Create a
StreamDefinitionController that delegates
CRUD operations to the provided StreamDefinitionRepository
deployment operations and status computation via StreamService
|
StreamDeploymentController(StreamDefinitionRepository repository,
StreamService streamService,
org.springframework.cloud.skipper.client.SkipperClient skipperClient)
Create a
StreamDeploymentController that delegates
CRUD operations to the provided StreamDefinitionRepository
deployment operations to the provided AppDeployer via
StreamService
|
Modifier and Type | Class and Description |
---|---|
class |
RdbmsStreamDefinitionRepository
RDBMS implementation of
StreamDefinitionRepository . |
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) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.