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.TaskEnabledConfiguration.taskDefinitionController(org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
TaskDefinitionRepository repository,
TaskSaveService taskSaveService,
TaskDeleteService taskDeleteService,
TaskDefinitionAssemblerProvider<? extends TaskDefinitionResource> taskDefinitionAssemblerProvider) |
TaskExecutionController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskExecutionController(org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer explorer,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport,
TaskExecutionService taskExecutionService,
TaskDefinitionRepository taskDefinitionRepository,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader,
TaskExecutionInfoService taskExecutionInfoService,
TaskDeleteService taskDeleteService,
TaskJobService taskJobService) |
Modifier and Type | Method and Description |
---|---|
TaskDeleteService |
TaskConfiguration.TaskDeleteServiceConfig.deleteTaskService(org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
LauncherRepository launcherRepository,
TaskDefinitionRepository taskDefinitionRepository,
TaskDeploymentRepository taskDeploymentRepository,
org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService,
DataflowTaskExecutionDaoContainer dataflowTaskExecutionDaoContainer,
DataflowJobExecutionDaoContainer dataflowJobExecutionDaoContainer,
DataflowTaskExecutionMetadataDaoContainer dataflowTaskExecutionMetadataDaoContainer,
TaskConfigurationProperties taskConfigurationProperties,
DataSource dataSource,
org.springframework.cloud.dataflow.schema.service.SchemaService schemaService,
SchedulerService schedulerService) |
Constructor and Description |
---|
TaskDefinitionController(org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
TaskDefinitionRepository repository,
TaskSaveService taskSaveService,
TaskDeleteService taskDeleteService,
TaskDefinitionAssemblerProvider<? extends TaskDefinitionResource> taskDefinitionAssemblerProvider)
Creates a
TaskDefinitionController that delegates
CRUD operations to the provided TaskDefinitionRepository
task status checks to the provided TaskLauncher
|
TaskExecutionController(org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer explorer,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport,
TaskExecutionService taskExecutionService,
TaskDefinitionRepository taskDefinitionRepository,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader,
TaskExecutionInfoService taskExecutionInfoService,
TaskDeleteService taskDeleteService,
TaskJobService taskJobService)
Creates a
TaskExecutionController that retrieves Task Execution information
from a the TaskExplorer |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTaskDeleteService
Default implementation of the
TaskDeleteService interface. |
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.