- DataFlowClientAutoConfiguration - Class in org.springframework.cloud.dataflow.rest.client.config
-
- DataFlowClientAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientAutoConfiguration
-
- DataFlowClientException - Exception in org.springframework.cloud.dataflow.rest.client
-
A Java exception that wraps the serialized VndErrors object.
- DataFlowClientException(VndErrors) - Constructor for exception org.springframework.cloud.dataflow.rest.client.DataFlowClientException
-
- DataFlowClientProperties - Class in org.springframework.cloud.dataflow.rest.client.config
-
- DataFlowClientProperties() - Constructor for class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
-
- DataFlowClientProperties.Authentication - Class in org.springframework.cloud.dataflow.rest.client.config
-
- DataFlowClientProperties.Authentication.Basic - Class in org.springframework.cloud.dataflow.rest.client.config
-
- dataFlowOperations() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientAutoConfiguration
-
- DataFlowOperations - Interface in org.springframework.cloud.dataflow.rest.client
-
Interface the REST clients implement to interact with spring-cloud-dataflow REST API.
- DataFlowServerException - Exception in org.springframework.cloud.dataflow.rest.client
-
A Java exception thrown when the server returns unexpected data.
- DataFlowServerException(String) - Constructor for exception org.springframework.cloud.dataflow.rest.client.DataFlowServerException
-
- DataFlowTemplate - Class in org.springframework.cloud.dataflow.rest.client
-
Implementation of DataFlowOperations delegating to sub-templates, discovered via REST
relations.
- DataFlowTemplate(URI) - Constructor for class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- DataFlowTemplate(URI, RestTemplate) - Constructor for class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- definition(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.StreamDescriptionBuilder
-
Creates a Stream bypassing the fluent API and just using the provided
definition
- definition(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.StreamNameBuilder
-
Creates a Stream bypassing the fluent API and just using the provided
definition
- DEFINITIONS_REL - Static variable in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- deploy(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamDefinition
-
Deploy the current stream using the deploymentProperties.
- deploy() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamDefinition
-
Deploy the current stream without any extra properties
- deploy(String, Map<String, String>) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
Deploy an already created stream.
- deploy(String, Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- DEPLOYER_PREFIX - Variable in class org.springframework.cloud.dataflow.rest.client.dsl.AbstractPropertiesBuilder
-
- deploymentProperties - Variable in class org.springframework.cloud.dataflow.rest.client.dsl.AbstractPropertiesBuilder
-
- DeploymentPropertiesBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- DeploymentPropertiesBuilder() - Constructor for class org.springframework.cloud.dataflow.rest.client.dsl.DeploymentPropertiesBuilder
-
- description(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.StreamNameBuilder
-
Sets the description of the stream.
- deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.cloud.dataflow.rest.client.support.JobParameterJacksonDeserializer
-
- destroy() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
-
Destroy the stream from the server.
- destroy() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamDefinition
-
Destroy the stream from the server.
- destroy(String) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
Destroy an existing stream.
- destroy(String) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- destroy(String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
Destroy an existing task.
- destroy(String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- destroyAll() - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
Destroy all streams known to the system.
- destroyAll() - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- destroyAll() - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
Destroy all existing tasks.
- destroyAll() - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- scaleApplicationInstances(StreamApplication, int, Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
-
Scale up or down the number of application instances.
- scaleApplicationInstances(String, String, Integer, Map<String, String>) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
Scales number of application instances in a stream.
- scaleApplicationInstances(String, String, Integer, Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- schedule(String, String, Map<String, String>, List<String>) - Method in interface org.springframework.cloud.dataflow.rest.client.SchedulerOperations
-
Schedules the task specified with the taskDefinitionName with the
platform specific scheduler.
- schedule(String, String, Map<String, String>, List<String>) - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
-
- schedulerOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
-
- schedulerOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- SchedulerOperations - Interface in org.springframework.cloud.dataflow.rest.client
-
Interface defining operations available against schedules.
- SchedulerTemplate - Class in org.springframework.cloud.dataflow.rest.client
-
- SCHEDULES_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
-
- setAccessToken(String) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
-
- setAuthentication(DataFlowClientProperties.Authentication) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
-
- setBasic(DataFlowClientProperties.Authentication.Basic) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
-
- setClientId(String) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
-
- setClientSecret(String) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
-
- setEnableDsl(boolean) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
-
- setPassword(String) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Basic
-
- setScope(Set<String>) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
-
- setServerUri(String) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
-
- setSkipSslValidation(boolean) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
-
- setTokenUri(String) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
-
- setUsername(String) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Basic
-
- sink(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.ProcessorBuilder
-
- sink(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.SourceBuilder
-
- SkipperDeploymentPropertiesBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- SkipperDeploymentPropertiesBuilder() - Constructor for class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
-
- SkipperDeploymentPropertiesBuilder(Map<String, String>) - Constructor for class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
-
- source(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.StreamDescriptionBuilder
-
- source(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.StreamNameBuilder
-
- status() - Method in interface org.springframework.cloud.dataflow.rest.client.RuntimeOperations
-
- status(String) - Method in interface org.springframework.cloud.dataflow.rest.client.RuntimeOperations
-
- status() - Method in class org.springframework.cloud.dataflow.rest.client.RuntimeTemplate
-
- status(String) - Method in class org.springframework.cloud.dataflow.rest.client.RuntimeTemplate
-
- StepExecutionHistoryJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
-
Jackson MixIn for StepExecutionHistory de-serialization.
- StepExecutionJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
-
Jackson MixIn for StepExecution de-serialization.
- stepExecutionList(long) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
-
List step executions known for a specific job execution id.
- stepExecutionList(long) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
-
- stepExecutionProgress(long, long) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
-
Return StepExecutionProgressInfoResource for a specific job execution id and step
execution Id.
- stepExecutionProgress(long, long) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
-
- stop(String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
Request the stop of a group TaskExecutions.
- stop(String, String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
Request the stop of a group TaskExecutions.
- stop(String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- stop(String, String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- Stream - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
Represents a Stream deployed on DataFlow server.
- Stream.ProcessorBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- Stream.SinkBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- Stream.SourceBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- Stream.StreamDefinitionBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- Stream.StreamDescriptionBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- Stream.StreamNameBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- StreamApplication - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- StreamApplication(String) - Constructor for class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
Construct a new StreamApplication given the application name.
- StreamApplication.ApplicationType - Enum in org.springframework.cloud.dataflow.rest.client.dsl
-
- streamBuilder(DataFlowOperations) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientAutoConfiguration
-
- StreamBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
Represents the entry point into the Java DSL to set the name of the stream.
- StreamBuilder(DataFlowOperations) - Constructor for class org.springframework.cloud.dataflow.rest.client.dsl.StreamBuilder
-
- streamCompletions(String, int) - Method in interface org.springframework.cloud.dataflow.rest.client.CompletionOperations
-
Return the list of streamCompletions that are compatible with the given DSL prefix.
- streamCompletions(String, int) - Method in class org.springframework.cloud.dataflow.rest.client.CompletionTemplate
-
- StreamDefinition - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
Represents a stream that has been created but not yet deployed.
- StreamDefinition(String, DataFlowOperations, String, String, List<StreamApplication>) - Constructor for class org.springframework.cloud.dataflow.rest.client.dsl.StreamDefinition
-
- streamOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
-
- streamOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- StreamOperations - Interface in org.springframework.cloud.dataflow.rest.client
-
Interface defining operations available against streams.
- streamStatus(String...) - Method in interface org.springframework.cloud.dataflow.rest.client.RuntimeOperations
-
- streamStatus(String...) - Method in class org.springframework.cloud.dataflow.rest.client.RuntimeTemplate
-
- StreamTemplate - Class in org.springframework.cloud.dataflow.rest.client
-