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 |
---|---|
TaskSchedulerController |
DataFlowControllerAutoConfiguration.taskSchedulerController(SchedulerService schedulerService) |
Modifier and Type | Method and Description |
---|---|
SchedulerService |
SchedulerConfiguration.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,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader,
TaskExecutionInfoService taskExecutionInfoService,
PropertyResolver propertyResolver,
ComposedTaskRunnerConfigurationProperties composedTaskRunnerConfigurationProperties) |
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 |
---|
TaskSchedulerController(SchedulerService schedulerService)
Create a
TaskSchedulerController that delegates
task scheduling operations via SchedulerService
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSchedulerService
Default implementation of the
SchedulerService interface. |
Constructor and Description |
---|
DefaultTaskDeleteService(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,
SchedulerService schedulerService,
org.springframework.cloud.dataflow.schema.service.SchemaService schemaService,
TaskConfigurationProperties taskConfigurationProperties,
DataSource dataSource) |
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.