| 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.repository |
Spring Cloud Data Flow Server Repositories.
|
| org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
| Modifier and Type | Method and Description |
|---|---|
JobServiceContainer |
AggregateDataFlowTaskConfiguration.jobServiceContainer(DataSource dataSource,
PlatformTransactionManager platformTransactionManager,
org.springframework.cloud.dataflow.schema.service.SchemaService schemaService,
JobRepositoryContainer jobRepositoryContainer,
JobExplorerContainer jobExplorerContainer) |
| Modifier and Type | Method and Description |
|---|---|
AggregateJobQueryDao |
AggregateDataFlowTaskConfiguration.aggregateJobQueryDao(DataSource dataSource,
org.springframework.cloud.dataflow.schema.service.SchemaService schemaService,
JobServiceContainer jobServiceContainer) |
JobStepExecutionProgressController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobStepExecutionProgressController(JobServiceContainer jobServiceContainer,
TaskJobService taskJobService) |
| Modifier and Type | Method and Description |
|---|---|
TaskJobService |
TaskConfiguration.TaskJobServiceConfig.taskJobExecutionRepository(JobServiceContainer serviceContainer,
org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
TaskDefinitionRepository taskDefinitionRepository,
TaskExecutionService taskExecutionService,
LauncherRepository launcherRepository,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport,
AggregateJobQueryDao aggregateJobQueryDao,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader) |
| Constructor and Description |
|---|
JobStepExecutionProgressController(JobServiceContainer jobServiceContainer,
TaskJobService taskJobService)
Creates a
JobStepProgressInfoExecutionsController that retrieves Job Step
Progress Execution information from a the JobServiceContainer |
| Constructor and Description |
|---|
JdbcAggregateJobQueryDao(DataSource dataSource,
org.springframework.cloud.dataflow.schema.service.SchemaService schemaService,
JobServiceContainer jobServiceContainer) |
| Constructor and Description |
|---|
DefaultTaskJobService(JobServiceContainer jobServiceContainer,
org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
TaskDefinitionRepository taskDefinitionRepository,
TaskExecutionService taskExecutionService,
LauncherRepository launcherRepository,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport,
AggregateJobQueryDao aggregateJobQueryDao,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader) |
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.