Uses of Interface
org.springframework.cloud.dataflow.server.batch.JobService
Packages that use JobService
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 JobService in org.springframework.cloud.dataflow.server.batch
Classes in org.springframework.cloud.dataflow.server.batch that implement JobServiceModifier and TypeClassDescriptionclass
Implementation ofJobService
that delegates most of its work to other off-the-shelf components.Methods in org.springframework.cloud.dataflow.server.batch that return JobServiceModifier and TypeMethodDescriptionSimpleJobServiceFactoryBean.getObject()
Create aSimpleJobService
from the configuration provided.Methods in org.springframework.cloud.dataflow.server.batch that return types with arguments of type JobServiceModifier and TypeMethodDescriptionClass<? extends JobService>
SimpleJobServiceFactoryBean.getObjectType()
Tells the containing bean factory what kind of object is the product ofSimpleJobServiceFactoryBean.getObject()
.Methods in org.springframework.cloud.dataflow.server.batch with parameters of type JobServiceModifier and TypeMethodDescriptionvoid
SimpleJobServiceFactoryBean.setJobService
(JobService jobService) Sets theJobService
for the factory bean. -
Uses of JobService in org.springframework.cloud.dataflow.server.config
Methods in org.springframework.cloud.dataflow.server.config that return JobServiceModifier and TypeMethodDescriptionDataFlowTaskConfiguration.jobService
(DataSource dataSource, PlatformTransactionManager platformTransactionManager, org.springframework.batch.core.repository.JobRepository jobRepository, org.springframework.batch.core.explore.JobExplorer jobExplorer, Environment environment) Methods in org.springframework.cloud.dataflow.server.config with parameters of type JobServiceModifier and TypeMethodDescriptionDataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobStepExecutionController
(JobService jobService) DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobStepExecutionProgressController
(JobService jobService, TaskJobService taskJobService) -
Uses of JobService in org.springframework.cloud.dataflow.server.config.features
Methods in org.springframework.cloud.dataflow.server.config.features with parameters of type JobServiceModifier and TypeMethodDescriptionTaskConfiguration.TaskJobServiceConfig.taskJobExecutionRepository
(JobService service, DataflowTaskExplorer taskExplorer, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionService taskExecutionService, LauncherRepository launcherRepository, TaskConfigurationProperties taskConfigurationProperties) -
Uses of JobService in org.springframework.cloud.dataflow.server.controller
Constructors in org.springframework.cloud.dataflow.server.controller with parameters of type JobServiceModifierConstructorDescriptionJobStepExecutionController
(JobService jobService) Creates aJobStepExecutionsController
that retrieves Job Step Execution information from a theJobService
JobStepExecutionProgressController
(JobService jobService, TaskJobService taskJobService) Creates aJobStepProgressInfoExecutionsController
that retrieves Job Step Progress Execution information from a theJobService
-
Uses of JobService in org.springframework.cloud.dataflow.server.service.impl
Constructors in org.springframework.cloud.dataflow.server.service.impl with parameters of type JobServiceModifierConstructorDescriptionDefaultTaskJobService
(JobService jobService, DataflowTaskExplorer taskExplorer, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionService taskExecutionService, LauncherRepository launcherRepository, TaskConfigurationProperties taskConfigurationProperties)