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.registry |
Root package of the Data Flow registry support.
|
org.springframework.cloud.dataflow.registry.service |
Root package of Spring Cloud Data Flow Core.
|
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.service.impl |
Contains Service implementations for the Dataflow Server.
|
Constructor and Description |
---|
PipeIntoOtherAppsExpansionStrategy(AppRegistryCommon appRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAppRegistryCommon
AppRegistryCommon implementation common for the Classic and the Skipper modes. |
class |
AppRegistry
Convenience wrapper for the
UriRegistry that operates on higher level
AppRegistration objects and supports on-demand loading of Resource s. |
Modifier and Type | Interface and Description |
---|---|
interface |
AppRegistryService |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAppRegistryService
Convenience wrapper for the that operates on higher level
DefaultAppRegistryService objects and supports on-demand loading of
Resource s. |
Modifier and Type | Method and Description |
---|---|
StreamService |
DataFlowControllerAutoConfiguration.AppDeploymentConfiguration.simpleStreamDeploymentService(StreamDefinitionRepository streamDefinitionRepository,
AppDeployerStreamDeployer appDeployerStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
AppRegistryCommon appRegistry) |
SkipperStreamService |
DataFlowControllerAutoConfiguration.SkipperDeploymentConfiguration.skipperStreamDeploymentService(StreamDefinitionRepository streamDefinitionRepository,
SkipperStreamDeployer skipperStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
AppRegistryCommon appRegistry) |
AppDeploymentRequestCreator |
DataFlowControllerAutoConfiguration.streamDeploymentPropertiesUtils(AppRegistryCommon appRegistry,
CommonApplicationProperties commonApplicationProperties,
ApplicationConfigurationMetadataResolver applicationConfigurationMetadataResolver) |
TaskDefinitionController |
DataFlowControllerAutoConfiguration.taskDefinitionController(TaskDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
AppRegistryCommon appRegistry,
TaskService taskService) |
Modifier and Type | Method and Description |
---|---|
TaskService |
TaskConfiguration.taskService(TaskDefinitionRepository repository,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
org.springframework.cloud.task.repository.TaskRepository taskExecutionRepository,
AppRegistryCommon registry,
org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader resourceLoader,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
ApplicationConfigurationMetadataResolver metadataResolver,
TaskConfigurationProperties taskConfigurationProperties,
DeploymentIdRepository deploymentIdRepository,
CommonApplicationProperties commonApplicationProperties) |
Constructor and Description |
---|
TaskDefinitionController(TaskDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
AppRegistryCommon appRegistry,
TaskService taskService)
Creates a
TaskDefinitionController that delegates
CRUD operations to the provided TaskDefinitionRepository
task status checks to the provided TaskLauncher
|
Constructor and Description |
---|
AbstractStreamService(StreamDefinitionRepository streamDefinitionRepository,
AppRegistryCommon appRegistry)
Constructor for implementations of the
StreamService . |
AppDeployerStreamService(StreamDefinitionRepository streamDefinitionRepository,
AppDeployerStreamDeployer appDeployerStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
AppRegistryCommon appRegistry) |
AppDeploymentRequestCreator(AppRegistryCommon appRegistry,
CommonApplicationProperties commonApplicationProperties,
ApplicationConfigurationMetadataResolver metadataResolver) |
DefaultSkipperStreamService(StreamDefinitionRepository streamDefinitionRepository,
SkipperStreamDeployer skipperStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator,
AppRegistryCommon appRegistry) |
DefaultTaskService(org.springframework.boot.autoconfigure.jdbc.DataSourceProperties dataSourceProperties,
TaskDefinitionRepository taskDefinitionRepository,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
org.springframework.cloud.task.repository.TaskRepository taskExecutionRepository,
AppRegistryCommon registry,
org.springframework.core.io.ResourceLoader resourceLoader,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
ApplicationConfigurationMetadataResolver metaDataResolver,
TaskConfigurationProperties taskConfigurationProperties,
DeploymentIdRepository deploymentIdRepository,
String dataflowServerUri,
CommonApplicationProperties commonApplicationProperties)
Initializes the
DefaultTaskService . |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.