| 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.service.impl |
Contains Service implementations for the Dataflow Server.
|
| Modifier and Type | Method and Description |
|---|---|
TaskDefinitionController |
DataFlowControllerAutoConfiguration.taskDefinitionController(TaskDefinitionRepository repository,
DeploymentIdRepository deploymentIdRepository,
org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher,
AppRegistryCommon appRegistry,
TaskService taskService) |
TaskExecutionController |
DataFlowControllerAutoConfiguration.taskExecutionController(org.springframework.cloud.task.repository.TaskExplorer explorer,
TaskService taskService,
TaskDefinitionRepository taskDefinitionRepository) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
TaskJobService |
TaskConfiguration.taskJobExecutionRepository(org.springframework.batch.admin.service.JobService service,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
TaskDefinitionRepository taskDefinitionRepository,
TaskService taskService) |
| 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
|
TaskExecutionController(org.springframework.cloud.task.repository.TaskExplorer explorer,
TaskService taskService,
TaskDefinitionRepository taskDefinitionRepository)
Creates a
TaskExecutionController that retrieves Task Execution information
from a the TaskExplorer |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTaskService
Default implementation of the
TaskService interface. |
| Constructor and Description |
|---|
DefaultTaskJobService(org.springframework.batch.admin.service.JobService jobService,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
TaskDefinitionRepository taskDefinitionRepository,
TaskService taskService) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.