Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.client |
Defines the operations of the Spring Cloud Data Flow REST Client.
|
org.springframework.cloud.dataflow.rest.client.config | |
org.springframework.cloud.dataflow.rest.client.dsl | |
org.springframework.cloud.dataflow.rest.client.dsl.task | |
org.springframework.cloud.dataflow.shell.config |
Configuration classes for the Spring Cloud Data Flow Shell.
|
Modifier and Type | Class and Description |
---|---|
class |
DataFlowTemplate
Implementation of DataFlowOperations delegating to sub-templates, discovered via REST
relations.
|
Modifier and Type | Method and Description |
---|---|
DataFlowOperations |
DataFlowClientAutoConfiguration.dataFlowOperations(com.fasterxml.jackson.databind.ObjectMapper mapper) |
Modifier and Type | Method and Description |
---|---|
StreamBuilder |
DataFlowClientAutoConfiguration.streamBuilder(DataFlowOperations dataFlowOperations) |
Modifier and Type | Method and Description |
---|---|
static StreamBuilder |
Stream.builder(DataFlowOperations client)
Fluent API method to create a
StreamBuilder . |
Constructor and Description |
---|
StreamBuilder(DataFlowOperations dataFlowOperations)
Construct a new StreamBuilder given a
DataFlowOperations instance. |
StreamDefinition(String name,
DataFlowOperations client,
String definition,
String description,
List<StreamApplication> applications) |
Modifier and Type | Method and Description |
---|---|
static TaskScheduleBuilder |
TaskSchedule.builder(DataFlowOperations dataFlowOperations)
Fluent API method to create a
TaskScheduleBuilder . |
static TaskBuilder |
Task.builder(DataFlowOperations dataFlowOperations)
Fluent API method to create a
TaskBuilder . |
Constructor and Description |
---|
TaskScheduleBuilder(DataFlowOperations dataFlowOperations) |
Modifier and Type | Method and Description |
---|---|
DataFlowOperations |
DataFlowShell.getDataFlowOperations() |
Modifier and Type | Method and Description |
---|---|
void |
DataFlowShell.setDataFlowOperations(DataFlowOperations dataFlowOperations) |
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.