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.controller.assembler | |
org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
Modifier and Type | Method and Description |
---|---|
JobExecutionController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobExecutionController(TaskJobService repository) |
JobExecutionThinController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobExecutionThinController(TaskJobService repository) |
JobInstanceController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobInstanceController(TaskJobService repository) |
JobStepExecutionController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobStepExecutionController(TaskJobService taskJobService) |
JobStepExecutionProgressController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobStepExecutionProgressController(JobServiceContainer jobServiceContainer,
TaskJobService taskJobService) |
TaskDefinitionAssemblerProvider |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskDefinitionAssemblerProvider(TaskExecutionService taskExecutionService,
TaskJobService taskJobService,
org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport) |
TaskExecutionController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskExecutionController(org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer explorer,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport,
TaskExecutionService taskExecutionService,
TaskDefinitionRepository taskDefinitionRepository,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader,
TaskExecutionInfoService taskExecutionInfoService,
TaskDeleteService taskDeleteService,
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 |
---|
JobExecutionController(TaskJobService taskJobService)
Creates a
JobExecutionController that retrieves Job Execution information from
a the JobService |
JobExecutionThinController(TaskJobService taskJobService)
Creates a
JobExecutionThinController that retrieves Job Execution information
from a the JobService |
JobInstanceController(TaskJobService taskJobService)
Creates a
JobInstanceController that retrieves Job Instance information. |
JobStepExecutionController(TaskJobService taskJobService)
Creates a
JobStepExecutionsController that retrieves Job Step Execution
information from a the JobServiceContainer |
JobStepExecutionProgressController(JobServiceContainer jobServiceContainer,
TaskJobService taskJobService)
Creates a
JobStepProgressInfoExecutionsController that retrieves Job Step
Progress Execution information from a the JobServiceContainer |
TaskExecutionController(org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer explorer,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport,
TaskExecutionService taskExecutionService,
TaskDefinitionRepository taskDefinitionRepository,
org.springframework.cloud.dataflow.aggregate.task.TaskDefinitionReader taskDefinitionReader,
TaskExecutionInfoService taskExecutionInfoService,
TaskDeleteService taskDeleteService,
TaskJobService taskJobService)
Creates a
TaskExecutionController that retrieves Task Execution information
from a the TaskExplorer |
Constructor and Description |
---|
DefaultTaskDefinitionAssembler(TaskExecutionService taskExecutionService,
boolean enableManifest,
Class<R> classType,
TaskJobService taskJobService,
org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport) |
DefaultTaskDefinitionAssemblerProvider(TaskExecutionService taskExecutionService,
TaskJobService taskJobService,
org.springframework.cloud.dataflow.aggregate.task.AggregateTaskExplorer taskExplorer,
org.springframework.cloud.dataflow.aggregate.task.AggregateExecutionSupport aggregateExecutionSupport) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTaskJobService
Repository that retrieves Tasks and JobExecutions/Instances and the associations
between them.
|
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.