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 |
---|---|
TaskExecutionController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskExecutionController(org.springframework.cloud.task.repository.TaskExplorer explorer,
TaskExecutionService taskExecutionService,
TaskDefinitionRepository taskDefinitionRepository,
TaskExecutionInfoService taskExecutionInfoService,
TaskDeleteService taskDeleteService) |
Modifier and Type | Method and Description |
---|---|
TaskExecutionService |
TaskConfiguration.taskService(LauncherRepository launcherRepository,
org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService,
org.springframework.cloud.task.repository.TaskRepository taskRepository,
TaskExecutionInfoService taskExecutionInfoService,
TaskDeploymentRepository taskDeploymentRepository,
TaskExecutionCreationService taskExecutionRepositoryService,
TaskAppDeploymentRequestCreator taskAppDeploymentRequestCreator) |
Modifier and Type | Method and Description |
---|---|
TaskJobService |
TaskConfiguration.taskJobExecutionRepository(JobService service,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
TaskDefinitionRepository taskDefinitionRepository,
TaskExecutionService taskExecutionService,
TaskDeploymentRepository taskDeploymentRepository) |
Constructor and Description |
---|
TaskExecutionController(org.springframework.cloud.task.repository.TaskExplorer explorer,
TaskExecutionService taskExecutionService,
TaskDefinitionRepository taskDefinitionRepository,
TaskExecutionInfoService taskExecutionInfoService,
TaskDeleteService taskDeleteService)
Creates a
TaskExecutionController that retrieves Task Execution information
from a the TaskExplorer |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTaskExecutionService
Default implementation of the
TaskExecutionService interface. |
Constructor and Description |
---|
DefaultTaskJobService(JobService jobService,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
TaskDefinitionRepository taskDefinitionRepository,
TaskExecutionService taskExecutionService,
TaskDeploymentRepository taskDeploymentRepository) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.