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 |
Contains various Services (Interfaces) that are part of the Dataflow Server.
|
org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
Modifier and Type | Method and Description |
---|---|
TaskPlatformController |
DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskLauncherController(LauncherRepository launcherRepository) |
Modifier and Type | Method and Description |
---|---|
AboutController |
DataFlowControllerAutoConfiguration.aboutController(org.springframework.beans.factory.ObjectProvider<StreamDeployer> streamDeployer,
org.springframework.beans.factory.ObjectProvider<LauncherRepository> launcherRepository,
FeaturesProperties featuresProperties,
VersionInfoProperties versionInfoProperties,
org.springframework.cloud.common.security.support.SecurityStateBean securityStateBean,
GrafanaInfoProperties grafanaInfoProperties) |
Modifier and Type | Method and Description |
---|---|
TaskDeleteService |
TaskConfiguration.deleteTaskService(org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
LauncherRepository launcherRepository,
TaskDefinitionRepository taskDefinitionRepository,
TaskDeploymentRepository taskDeploymentRepository,
AuditRecordService auditRecordService) |
LauncherInitializationService |
TaskConfiguration.launcherInitializationService(LauncherRepository launcherRepository,
List<TaskPlatform> platforms) |
TaskExecutionInfoService |
TaskConfiguration.taskDefinitionRetriever(AppRegistryService registry,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
TaskDefinitionRepository taskDefinitionRepository,
TaskConfigurationProperties taskConfigurationProperties,
LauncherRepository launcherRepository,
List<TaskPlatform> taskPlatforms) |
TaskExecutionService |
TaskConfiguration.taskService(LauncherRepository launcherRepository,
AuditRecordService auditRecordService,
org.springframework.cloud.task.repository.TaskRepository taskRepository,
TaskExecutionInfoService taskExecutionInfoService,
TaskDeploymentRepository taskDeploymentRepository,
TaskExecutionCreationService taskExecutionRepositoryService,
TaskAppDeploymentRequestCreator taskAppDeploymentRequestCreator) |
Constructor and Description |
---|
AboutController(StreamDeployer streamDeployer,
LauncherRepository launcherRepository,
FeaturesProperties featuresProperties,
VersionInfoProperties versionInfoProperties,
org.springframework.cloud.common.security.support.SecurityStateBean securityStateBean,
GrafanaInfoProperties grafanaInfoProperties) |
TaskPlatformController(LauncherRepository LauncherRepository) |
Constructor and Description |
---|
LauncherInitializationService(LauncherRepository launcherRepository,
List<TaskPlatform> taskPlatforms) |
Constructor and Description |
---|
DefaultTaskDeleteService(org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
LauncherRepository launcherRepository,
TaskDefinitionRepository taskDefinitionRepository,
TaskDeploymentRepository taskDeploymentRepository,
AuditRecordService auditRecordService) |
DefaultTaskExecutionInfoService(org.springframework.boot.autoconfigure.jdbc.DataSourceProperties dataSourceProperties,
AppRegistryService appRegistryService,
org.springframework.cloud.task.repository.TaskExplorer taskExplorer,
TaskDefinitionRepository taskDefinitionRepository,
TaskConfigurationProperties taskConfigurationProperties,
LauncherRepository launcherRepository,
List<TaskPlatform> taskPlatforms)
Initializes the
DefaultTaskExecutionInfoService . |
DefaultTaskExecutionService(LauncherRepository launcherRepository,
AuditRecordService auditRecordService,
org.springframework.cloud.task.repository.TaskRepository taskRepository,
TaskExecutionInfoService taskExecutionInfoService,
TaskDeploymentRepository taskDeploymentRepository,
TaskExecutionCreationService taskExecutionRepositoryService,
TaskAppDeploymentRequestCreator taskAppDeploymentRequestCreator)
Initializes the
DefaultTaskExecutionService . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.