Package | Description |
---|---|
org.springframework.cloud.dataflow.server.config.features |
Contains specific features' configuration classes.
|
org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
Modifier and Type | Method and Description |
---|---|
SchedulerService |
SchedulerConfiguration.schedulerService(CommonApplicationProperties commonApplicationProperties,
org.springframework.cloud.scheduler.spi.core.Scheduler scheduler,
TaskDefinitionRepository taskDefinitionRepository,
AppRegistryCommon registry,
org.springframework.core.io.ResourceLoader resourceLoader,
TaskConfigurationProperties taskConfigurationProperties,
org.springframework.boot.autoconfigure.jdbc.DataSourceProperties dataSourceProperties,
ApplicationConfigurationMetadataResolver metaDataResolver,
SchedulerServiceProperties schedulerServiceProperties) |
Constructor and Description |
---|
DefaultSchedulerService(CommonApplicationProperties commonApplicationProperties,
org.springframework.cloud.scheduler.spi.core.Scheduler scheduler,
TaskDefinitionRepository taskDefinitionRepository,
AppRegistryCommon registry,
org.springframework.core.io.ResourceLoader resourceLoader,
TaskConfigurationProperties taskConfigurationProperties,
org.springframework.boot.autoconfigure.jdbc.DataSourceProperties dataSourceProperties,
String dataflowServerUri,
ApplicationConfigurationMetadataResolver metaDataResolver,
SchedulerServiceProperties schedulerServiceProperties) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.