- DataFlowClientAutoConfiguration - Class in org.springframework.cloud.dataflow.rest.client.config
-
- DataFlowClientAutoConfiguration(RestTemplate) - 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
-
- DataFlowClientProperties.Authentication.Oauth2 - Class in org.springframework.cloud.dataflow.rest.client.config
-
- dataFlowOperations(ObjectMapper) - 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, ObjectMapper) - Constructor for class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- DataFlowTemplate(URI, RestTemplate, ObjectMapper) - 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
- definition(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskBuilder
-
Fluent API method to set the task 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.
- description(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskBuilder
-
- 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() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
-
Destroy the task.
- 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, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
Destroy an existing task with the flag to cleanup task resources.
- destroy(String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- destroy(String, boolean) - 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
-
- label(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
- launch() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
-
Launch a task without properties or arguments.
- launch(List<String>) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
-
Launch a task with command line arguments.
- launch(Map<String, String>, List<String>) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
-
Launch a task with deployment properties and command line arguments.
- launch(String, Map<String, String>, List<String>) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
Launch an already created task.
- launch(String, Map<String, String>, List<String>) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- list() - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
-
Return a list of all application registrations.
- list(ApplicationType) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
-
Return a list of all application registrations for the given
ApplicationType.
- list() - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
-
- list(ApplicationType) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
-
- list(Task) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskScheduleBuilder
-
Retrieve all schedules registered for a given Task.
- list() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskScheduleBuilder
-
- list(String, String) - Method in interface org.springframework.cloud.dataflow.rest.client.SchedulerOperations
-
List all of the Schedules associated with the provided TaskDefinition.
- list(String) - Method in interface org.springframework.cloud.dataflow.rest.client.SchedulerOperations
-
List all of the Schedules associated with the provided TaskDefinition for the default platform.
- list() - Method in interface org.springframework.cloud.dataflow.rest.client.SchedulerOperations
-
List all of the Schedules for the default platform.
- list(String, String) - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
-
- list(String) - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
-
- list() - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
-
- list() - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
- list() - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- list() - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
- list() - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- listByPlatform(String) - Method in interface org.springframework.cloud.dataflow.rest.client.SchedulerOperations
-
List all of the schedules registered with the system.
- listByPlatform(String) - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
-
- listPlatforms() - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
- listPlatforms() - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- listPlatforms() - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
- listPlatforms() - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- logs() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
-
Gets all the applications' logs for this stream
- logs(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
-
Get the logs of a specific application from the stream
- 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, Map<String, String>, String...) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskSchedule
-
Schedule the task.
- schedule(String, String, Map<String, String>, List<String>, 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 interface org.springframework.cloud.dataflow.rest.client.SchedulerOperations
-
Schedules the task specified with the taskDefinitionName with the
default platform scheduler.
- schedule(String, String, Map<String, String>, List<String>, String) - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
-
- schedule(String, String, Map<String, String>, List<String>) - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
-
- scheduleName(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskScheduleBuilder
-
- 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
-
- setClientRegistrationId(String) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Oauth2
-
- 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
-
- setOauth2(DataFlowClientProperties.Authentication.Oauth2) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
-
- setPassword(String) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Basic
-
- setPassword(String) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Oauth2
-
- 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
-
- setUsername(String) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Oauth2
-
- 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
-
- stepExecutionList(long, String) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
-
List step executions known for a specific job execution id.
- stepExecutionList(long, String) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
-
- stepExecutionProgress(long, long, String) - 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, String) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
-
- stop() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
-
Stop all Tasks' running TaskExecutions.
- stop(String, long...) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
-
Stop a list of TaskExecutions.
- stop(String, String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
Request the stop of a group TaskExecutions.
- stop(String, String, String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
Request the stop of a group TaskExecutions.
- stop(String, String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- stop(String, 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
-
- streamExecutionLog(String) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
Retrieves all the applications' logs for the given stream name
- streamExecutionLog(String, String) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
Retrieve the logs of a specific application from the stream
- streamExecutionLog(String) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- streamExecutionLog(String, String) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- 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
-