Package | Description |
---|---|
org.springframework.cloud.dataflow.server.config.features |
Contains specific features' configuration classes.
|
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 |
---|---|
TaskPlatform |
TaskConfiguration.localTaskPlatform(LocalPlatformProperties localPlatformProperties) |
Modifier and Type | Method and Description |
---|---|
SchedulerService |
SchedulerConfiguration.schedulerService(CommonApplicationProperties commonApplicationProperties,
TaskPlatform taskPlatform,
TaskDefinitionRepository taskDefinitionRepository,
AppRegistryService registry,
org.springframework.core.io.ResourceLoader resourceLoader,
TaskConfigurationProperties taskConfigurationProperties,
org.springframework.boot.autoconfigure.jdbc.DataSourceProperties dataSourceProperties,
ApplicationConfigurationMetadataResolver metaDataResolver,
SchedulerServiceProperties schedulerServiceProperties,
org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService) |
Modifier and Type | Method and Description |
---|---|
LauncherInitializationService |
TaskConfiguration.launcherInitializationService(LauncherRepository launcherRepository,
List<TaskPlatform> platforms) |
Constructor and Description |
---|
LauncherInitializationService(LauncherRepository launcherRepository,
List<TaskPlatform> taskPlatforms) |
Constructor and Description |
---|
DefaultSchedulerService(CommonApplicationProperties commonApplicationProperties,
TaskPlatform taskPlatform,
TaskDefinitionRepository taskDefinitionRepository,
AppRegistryService registry,
org.springframework.core.io.ResourceLoader resourceLoader,
TaskConfigurationProperties taskConfigurationProperties,
org.springframework.boot.autoconfigure.jdbc.DataSourceProperties dataSourceProperties,
String dataflowServerUri,
ApplicationConfigurationMetadataResolver metaDataResolver,
SchedulerServiceProperties schedulerServiceProperties,
org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.