Uses of Interface
org.springframework.cloud.dataflow.server.service.TaskExecutionInfoService
Packages that use TaskExecutionInfoService
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 TaskExecutionInfoService in org.springframework.cloud.dataflow.server.config
Methods in org.springframework.cloud.dataflow.server.config with parameters of type TaskExecutionInfoServiceModifier and TypeMethodDescriptionDataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskExecutionController
(DataflowTaskExplorer explorer, TaskExecutionService taskExecutionService, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeleteService taskDeleteService, TaskJobService taskJobService) -
Uses of TaskExecutionInfoService in org.springframework.cloud.dataflow.server.config.features
Methods in org.springframework.cloud.dataflow.server.config.features that return TaskExecutionInfoServiceModifier and TypeMethodDescriptionTaskConfiguration.taskDefinitionRetriever
(AppRegistryService registry, DataflowTaskExplorer taskExplorer, TaskDefinitionRepository taskDefinitionRepository, TaskConfigurationProperties taskConfigurationProperties, LauncherRepository launcherRepository, List<TaskPlatform> taskPlatforms, ComposedTaskRunnerConfigurationProperties composedTaskRunnerConfigurationProperties) Methods in org.springframework.cloud.dataflow.server.config.features with parameters of type TaskExecutionInfoServiceModifier and TypeMethodDescriptionSchedulerConfiguration.schedulerService
(CommonApplicationProperties commonApplicationProperties, List<TaskPlatform> taskPlatforms, TaskDefinitionRepository taskDefinitionRepository, AppRegistryService registry, ResourceLoader resourceLoader, TaskConfigurationProperties taskConfigurationProperties, org.springframework.boot.autoconfigure.jdbc.DataSourceProperties dataSourceProperties, ApplicationConfigurationMetadataResolver metaDataResolver, SchedulerServiceProperties schedulerServiceProperties, org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService, TaskExecutionInfoService taskExecutionInfoService, PropertyResolver propertyResolver, ComposedTaskRunnerConfigurationProperties composedTaskRunnerConfigurationProperties) TaskConfiguration.TaskExecutionServiceConfig.taskService
(PropertyResolver propertyResolver, TaskConfigurationProperties taskConfigurationProperties, ComposedTaskRunnerConfigurationProperties composedTaskRunnerConfigurationProperties, LauncherRepository launcherRepository, org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService, org.springframework.cloud.task.repository.TaskRepository taskRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeploymentRepository taskDeploymentRepository, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionCreationService taskExecutionRepositoryService, TaskAppDeploymentRequestCreator taskAppDeploymentRequestCreator, DataflowTaskExplorer taskExplorer, DataflowTaskExecutionDao dataflowTaskExecutionDao, DataflowTaskExecutionMetadataDao dataflowTaskExecutionMetadataDao, DataflowTaskExecutionQueryDao dataflowTaskExecutionQueryDao, org.springframework.cloud.common.security.core.support.OAuth2TokenUtilsService oauth2TokenUtilsService, TaskSaveService taskSaveService) -
Uses of TaskExecutionInfoService in org.springframework.cloud.dataflow.server.controller
Constructors in org.springframework.cloud.dataflow.server.controller with parameters of type TaskExecutionInfoServiceModifierConstructorDescriptionTaskExecutionController
(DataflowTaskExplorer explorer, TaskExecutionService taskExecutionService, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeleteService taskDeleteService, TaskJobService taskJobService) Creates aTaskExecutionController
that retrieves Task Execution information from a theTaskExplorer
-
Uses of TaskExecutionInfoService in org.springframework.cloud.dataflow.server.service.impl
Classes in org.springframework.cloud.dataflow.server.service.impl that implement TaskExecutionInfoServiceModifier and TypeClassDescriptionclass
Default implementation of theDefaultTaskExecutionInfoService
interface.Constructors in org.springframework.cloud.dataflow.server.service.impl with parameters of type TaskExecutionInfoServiceModifierConstructorDescriptionDefaultSchedulerService
(CommonApplicationProperties commonApplicationProperties, List<TaskPlatform> taskPlatforms, TaskDefinitionRepository taskDefinitionRepository, AppRegistryService registry, ResourceLoader resourceLoader, TaskConfigurationProperties taskConfigurationProperties, org.springframework.boot.autoconfigure.jdbc.DataSourceProperties dataSourceProperties, String dataflowServerUri, ApplicationConfigurationMetadataResolver metaDataResolver, SchedulerServiceProperties schedulerServiceProperties, org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService, TaskExecutionInfoService taskExecutionInfoService, PropertyResolver propertyResolver, ComposedTaskRunnerConfigurationProperties composedTaskRunnerConfigurationProperties) Constructor for DefaultSchedulerServiceDefaultTaskExecutionService
(PropertyResolver propertyResolver, LauncherRepository launcherRepository, org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService, org.springframework.cloud.task.repository.TaskRepository taskRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeploymentRepository taskDeploymentRepository, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionCreationService taskExecutionRepositoryService, TaskAppDeploymentRequestCreator taskAppDeploymentRequestCreator, DataflowTaskExplorer taskExplorer, DataflowTaskExecutionDao dataflowTaskExecutionDao, DataflowTaskExecutionMetadataDao dataflowTaskExecutionMetadataDao, DataflowTaskExecutionQueryDao dataflowTaskExecutionQueryDao, org.springframework.cloud.common.security.core.support.OAuth2TokenUtilsService oauth2TokenUtilsService, TaskSaveService taskSaveService, TaskConfigurationProperties taskConfigurationProperties, ComposedTaskRunnerConfigurationProperties composedTaskRunnerConfigurationProperties) Initializes theDefaultTaskExecutionService
.