Package | Description |
---|---|
org.springframework.cloud.dataflow.server.config.features |
Contains specific features' configuration classes.
|
org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
Modifier and Type | Method and Description |
---|---|
TaskExecutionCreationService |
TaskConfiguration.taskExecutionRepositoryService(org.springframework.cloud.dataflow.aggregate.task.TaskRepositoryContainer taskRepositoryContainer,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader) |
Modifier and Type | Method and Description |
---|---|
TaskExecutionService |
TaskConfiguration.TaskExecutionServiceConfig.taskService(PropertyResolver propertyResolver,
TaskConfigurationProperties taskConfigurationProperties,
ComposedTaskRunnerConfigurationProperties composedTaskRunnerConfigurationProperties,
LauncherRepository launcherRepository,
org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService,
org.springframework.cloud.dataflow.aggregate.task.TaskRepositoryContainer taskRepositoryContainer,
TaskExecutionInfoService taskExecutionInfoService,
TaskDeploymentRepository taskDeploymentRepository,
TaskExecutionCreationService taskExecutionRepositoryService,
TaskAppDeploymentRequestCreator taskAppDeploymentRequestCreator,
org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
DataflowTaskExecutionDaoContainer dataflowTaskExecutionDaoContainer,
DataflowTaskExecutionMetadataDaoContainer dataflowTaskExecutionMetadataDaoContainer,
org.springframework.cloud.dataflow.aggregate.task.DataflowTaskExecutionQueryDao dataflowTaskExecutionQueryDao,
org.springframework.cloud.common.security.core.support.OAuth2TokenUtilsService oauth2TokenUtilsService,
TaskSaveService taskSaveService,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport,
TaskDefinitionRepository taskDefinitionRepository,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTaskExecutionRepositoryService
Default implementation of TaskExecutionCreationService that creates a
TaskExecution
with a transaction propagation setting of Propagation.REQUIRES_NEW |
Constructor and Description |
---|
DefaultTaskExecutionService(PropertyResolver propertyResolver,
LauncherRepository launcherRepository,
org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService,
org.springframework.cloud.dataflow.aggregate.task.TaskRepositoryContainer taskRepositoryContainer,
TaskExecutionInfoService taskExecutionInfoService,
TaskDeploymentRepository taskDeploymentRepository,
TaskDefinitionRepository taskDefinitionRepository,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader,
TaskExecutionCreationService taskExecutionRepositoryService,
TaskAppDeploymentRequestCreator taskAppDeploymentRequestCreator,
org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
DataflowTaskExecutionDaoContainer dataflowTaskExecutionDaoContainer,
DataflowTaskExecutionMetadataDaoContainer dataflowTaskExecutionMetadataDaoContainer,
org.springframework.cloud.dataflow.aggregate.task.DataflowTaskExecutionQueryDao dataflowTaskExecutionQueryDao,
org.springframework.cloud.common.security.core.support.OAuth2TokenUtilsService oauth2TokenUtilsService,
TaskSaveService taskSaveService,
TaskConfigurationProperties taskConfigurationProperties,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport)
Deprecated.
|
DefaultTaskExecutionService(PropertyResolver propertyResolver,
LauncherRepository launcherRepository,
org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService,
org.springframework.cloud.dataflow.aggregate.task.TaskRepositoryContainer taskRepositoryContainer,
TaskExecutionInfoService taskExecutionInfoService,
TaskDeploymentRepository taskDeploymentRepository,
TaskDefinitionRepository taskDefinitionRepository,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader,
TaskExecutionCreationService taskExecutionRepositoryService,
TaskAppDeploymentRequestCreator taskAppDeploymentRequestCreator,
org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
DataflowTaskExecutionDaoContainer dataflowTaskExecutionDaoContainer,
DataflowTaskExecutionMetadataDaoContainer dataflowTaskExecutionMetadataDaoContainer,
org.springframework.cloud.dataflow.aggregate.task.DataflowTaskExecutionQueryDao dataflowTaskExecutionQueryDao,
org.springframework.cloud.common.security.core.support.OAuth2TokenUtilsService oauth2TokenUtilsService,
TaskSaveService taskSaveService,
TaskConfigurationProperties taskConfigurationProperties,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport,
ComposedTaskRunnerConfigurationProperties composedTaskRunnerConfigurationProperties)
Initializes the
DefaultTaskExecutionService . |
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.