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.
|
Constructor and Description |
---|
TapOnDestinationRecoveryStrategy(StreamDefinitionRepository streamDefinitionRepository) |
Modifier and Type | Method and Description |
---|---|
RuntimeAppsController |
DataFlowControllerAutoConfiguration.runtimeAppsController(StreamDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer,
MetricStore metricStore) |
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) |
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,
DeploymentIdRepository deploymentIdRepository,
org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer,
MetricStore metricStore,
ForkJoinPool forkJoinPool)
Instantiates a new runtime apps controller.
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
RdbmsStreamDefinitionRepository
RDBMS implementation of
StreamDefinitionRepository . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.