Package | Description |
---|---|
org.springframework.cloud.dataflow.server.config |
Spring Cloud Data Flow Server configuration classes.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
Modifier and Type | Method and Description |
---|---|
StreamService |
DataFlowControllerAutoConfiguration.streamDeploymentService(StreamDefinitionRepository streamDefinitionRepository,
StreamDeploymentRepository streamDeploymentRepository,
AppDeployerStreamDeployer appDeployerStreamDeployer,
SkipperStreamDeployer skipperStreamDeployer,
AppDeploymentRequestCreator appDeploymentRequestCreator) |
Modifier and Type | Method and Description |
---|---|
StreamDefinitionController |
DataFlowControllerAutoConfiguration.streamDefinitionController(StreamDefinitionRepository repository,
AppRegistry appRegistry,
StreamService streamService) |
StreamDeploymentController |
DataFlowControllerAutoConfiguration.streamDeploymentController(StreamDefinitionRepository repository,
StreamService streamService,
org.springframework.cloud.skipper.client.SkipperClient skipperClient) |
Constructor and Description |
---|
StreamDefinitionController(StreamDefinitionRepository repository,
AppRegistry appRegistry,
StreamService streamService)
Create a
StreamDefinitionController that delegates
CRUD operations to the provided StreamDefinitionRepository
deployment operations and status computation via StreamService
|
StreamDeploymentController(StreamDefinitionRepository repository,
StreamService streamService,
org.springframework.cloud.skipper.client.SkipperClient skipperClient)
Create a
StreamDeploymentController that delegates
CRUD operations to the provided StreamDefinitionRepository
deployment operations to the provided AppDeployer via
StreamService
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultStreamService
Performs manipulation on application and deployment properties, expanding shorthand
application property values, resolving wildcard deployment properties, and creates a
StreamDeploymentRequest . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.