Uses of Interface
org.springframework.cloud.dataflow.server.service.TaskJobService
Package
Description
Spring Cloud Data Flow Server configuration classes.
Contains specific features' configuration classes.
Spring Cloud Data Flow Server Controllers.
Contains Service implementations for the Dataflow Server.
-
Uses of TaskJobService in org.springframework.cloud.dataflow.server.config
Modifier and TypeMethodDescriptionDataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobExecutionController
(TaskJobService repository) DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobExecutionThinController
(TaskJobService repository) DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobInstanceController
(TaskJobService repository) DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobStepExecutionProgressController
(JobService jobService, TaskJobService taskJobService) DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskDefinitionAssemblerProvider
(TaskExecutionService taskExecutionService, TaskJobService taskJobService, DataflowTaskExplorer taskExplorer) DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskExecutionController
(DataflowTaskExplorer explorer, TaskExecutionService taskExecutionService, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeleteService taskDeleteService, TaskJobService taskJobService) -
Uses of TaskJobService in org.springframework.cloud.dataflow.server.config.features
Modifier and TypeMethodDescriptionTaskConfiguration.TaskJobServiceConfig.taskJobExecutionRepository
(JobService service, DataflowTaskExplorer taskExplorer, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionService taskExecutionService, LauncherRepository launcherRepository, TaskConfigurationProperties taskConfigurationProperties) -
Uses of TaskJobService in org.springframework.cloud.dataflow.server.controller
ModifierConstructorDescriptionJobExecutionController
(TaskJobService taskJobService) Creates aJobExecutionController
that retrieves Job Execution information from a theJobService
JobExecutionThinController
(TaskJobService taskJobService) Creates aJobExecutionThinController
that retrieves Job Execution information from a theJobService
JobInstanceController
(TaskJobService taskJobService) Creates aJobInstanceController
that retrieves Job Instance information.JobStepExecutionProgressController
(JobService jobService, TaskJobService taskJobService) Creates aJobStepProgressInfoExecutionsController
that retrieves Job Step Progress Execution information from a theJobService
TaskExecutionController
(DataflowTaskExplorer explorer, TaskExecutionService taskExecutionService, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeleteService taskDeleteService, TaskJobService taskJobService) Creates aTaskExecutionController
that retrieves Task Execution information from a theTaskExplorer
-
Uses of TaskJobService in org.springframework.cloud.dataflow.server.controller.assembler
ModifierConstructorDescriptionDefaultTaskDefinitionAssembler
(TaskExecutionService taskExecutionService, boolean enableManifest, Class<R> classType, TaskJobService taskJobService, DataflowTaskExplorer taskExplorer) DefaultTaskDefinitionAssemblerProvider
(TaskExecutionService taskExecutionService, TaskJobService taskJobService, DataflowTaskExplorer taskExplorer) -
Uses of TaskJobService in org.springframework.cloud.dataflow.server.service.impl
Modifier and TypeClassDescriptionclass
Repository that retrieves Tasks and JobExecutions/Instances and the associations between them.