Skip navigation links
A B C D E F G H I J L M N O P R S T U V 

A

aboutOperation() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
aboutOperation() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
AboutOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations to query information about the server and runtime environment.
AboutTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation of AboutOperations that uses RestTemplate to issue commands to the Data Flow server.
AboutTemplate(RestTemplate, Link) - Constructor for class org.springframework.cloud.dataflow.rest.client.AboutTemplate
 
AbstractPropertiesBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
 
AbstractPropertiesBuilder() - Constructor for class org.springframework.cloud.dataflow.rest.client.dsl.AbstractPropertiesBuilder
 
addApplication(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.StreamDescriptionBuilder
 
addApplication(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.StreamNameBuilder
 
addDeploymentProperty(String, Object) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
 
addProperties(Map<String, Object>) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
 
addProperty(String, Object) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
 
allTasks() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskBuilder
 
AppRegistryOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations available for application registrations.
appRegistryOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
appRegistryOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
AppRegistryTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation of AppRegistryOperations that uses RestTemplate to issue commands to the Data Flow server.
AppRegistryTemplate(RestTemplate, RepresentationModel<?>) - Constructor for class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
Construct a AppRegistryTemplate object.
Authentication() - Constructor for class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
 

B

Basic() - Constructor for class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Basic
 
build() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.AbstractPropertiesBuilder
 
build() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskBuilder
Create new Task instance.
build() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskScheduleBuilder
Create new TaskSchedule instance based on the scheduler name and task.
builder(DataFlowOperations) - Static method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
Fluent API method to create a StreamBuilder.
builder(DataFlowOperations) - Static method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
Fluent API method to create a TaskBuilder.
builder(DataFlowOperations) - Static method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskSchedule
Fluent API method to create a TaskScheduleBuilder.

C

cleanup(long, String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Cleanup any resources associated with the execution for the id specified.
cleanup(long, String, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Cleanup any resources associated with the execution for the id specified.
cleanup(long, String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
cleanup(long, String, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
cleanupAllTaskExecutions() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
Remove all task executions.
cleanupAllTaskExecutions(boolean, String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Cleanup any resources associated with the matching task executions.
cleanupAllTaskExecutions(boolean, String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
cleanupTaskExecution(long, String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
Remove specified task execution for the specified task execution id.
close() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
 
close() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
 
close() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskSchedule
 
CompletionOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations related to providing code completion in the DSL.
completionOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
completionOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
CompletionTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation of CompletionOperations that uses a RestTemplate to issue commands to the Data Flow server.
CompletionTemplate(RestTemplate, Link, Link) - Constructor for class org.springframework.cloud.dataflow.rest.client.CompletionTemplate
 
composedTaskChildExecution(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
Retrieve task executions for child task name associated with this task's instance.
composedTaskChildTaskByLabel(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
 
composedTaskChildTasks() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
 
count(String, Integer) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.DeploymentPropertiesBuilder
Sets the number of instances of the target application.
count(String, Integer) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
Sets the number of instances of the target application.
create() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.SinkBuilder
 
create() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.StreamDefinitionBuilder
Creates the Stream.
create() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.StreamDescriptionBuilder
Creates the Stream.
create() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.StreamNameBuilder
Creates the Stream.
create(String, String, String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Create a new task definition
create(String, String, String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
createStream(String, String, String, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Create a new stream, optionally deploying it.
createStream(String, String, String, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
CRON_EXPRESSION_KEY - Static variable in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskSchedule
 
currentTaskExecutions() - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Return information including the count of currently executing tasks and task execution limits.
currentTaskExecutions() - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 

D

DataFlowClientAutoConfiguration - Class in org.springframework.cloud.dataflow.rest.client.config
Configuration class to provide default beans for DataFlowOperations and StreamBuilder instances.
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
Initializes a DataFlowClientException with the provided (mandatory error).
DataFlowClientProperties - Class in org.springframework.cloud.dataflow.rest.client.config
Configuration properties used in DataFlowClientAutoConfiguration
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
Setup a DataFlowTemplate using the provided baseURI.
DataFlowTemplate(URI, RestTemplate, ObjectMapper) - Constructor for class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
Setup a DataFlowTemplate using the provide RestTemplate.
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
 

E

equals(Object) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
 
execution(long, String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
Retrieve task execution by Id.
executionByParentExecutionId(long, String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
Find TaskExecutionResource by a parent execution id.
executionList() - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
 
executionList() - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
executionList() - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
 
executionList() - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
executionListByJobName(String) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
List job executions known to the system filtered by job name.
executionListByJobName(String) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
executionListByTaskName(String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
List task executions known to the system filtered by task name.
executionListByTaskName(String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
executionRestart(long, String) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
Restarts a job by id
executionRestart(long, String) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
executions() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
List task executions for this task.
executionStatus(long, String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
Task execution status
executionThinList() - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
 
executionThinList() - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
executionThinListByJobName(String) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
List job executions without step executions known to the system filtered by job name.
executionThinListByJobName(String) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 

F

findByName(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskBuilder
 
findByScheduleName(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskScheduleBuilder
Retrieves an existing TaskSchedule by name.

G

get() - Method in interface org.springframework.cloud.dataflow.rest.client.AboutOperations
Return various pieces of information about the server, such as version and deployer runtime.
get() - Method in class org.springframework.cloud.dataflow.rest.client.AboutTemplate
 
getAccessToken() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
 
getAllTaskExecutionsCount(boolean, String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Get the task executions count with the option to filter only the completed task executions.
getAllTaskExecutionsCount(boolean, String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
getAuthentication() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
 
getBasic() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
 
getClientId() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
 
getClientRegistrationId() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Oauth2
 
getClientSecret() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
 
getDefaultDataflowRestTemplate() - Static method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
getDefinition() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
 
getDeploymentProperties() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
 
getDescription() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
 
getFromActuator(String, String, String) - Method in interface org.springframework.cloud.dataflow.rest.client.RuntimeOperations
Access an HTTP GET exposed actuator resource for a deployed app instance.
getFromActuator(String, String, String) - Method in class org.springframework.cloud.dataflow.rest.client.RuntimeTemplate
 
getIdentity() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
 
getLabel() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
 
getLink(RepresentationModel<?>, String) - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
getManifest(String, int) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Get manifest for the given stream deployed via Skipper.
getManifest(String, int) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
getMessage() - Method in exception org.springframework.cloud.dataflow.rest.client.DataFlowClientException
 
getName() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
 
getName() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
 
getOauth2() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
 
getPassword() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Basic
 
getPassword() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Oauth2
 
getProperties() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
 
getRestTemplate() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
getSchedule(String, String) - Method in interface org.springframework.cloud.dataflow.rest.client.SchedulerOperations
Retrieves the ScheduleInfo for the specified ScheduleName.
getSchedule(String) - Method in interface org.springframework.cloud.dataflow.rest.client.SchedulerOperations
Retrieves the ScheduleInfo for the specified ScheduleName for the default platform.
getSchedule(String, String) - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
 
getSchedule(String) - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
 
getScheduleName() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskSchedule
 
getScheduleProperties() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskSchedule
 
getScope() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
 
getServerUri() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
 
getStatus() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
 
getStreamDefinition(String) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Queries the server for the stream definition.
getStreamDefinition(String) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
getTask() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskSchedule
 
getTaskName() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
 
getThreePartVersion(String) - Static method in class org.springframework.cloud.dataflow.rest.client.support.VersionUtils
Given a 3 or 4 part version return the 3 part version.
getTokenUri() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
 
getType() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
 
getUsername() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Basic
 
getUsername() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Oauth2
 

H

handleError(ClientHttpResponse) - Method in class org.springframework.cloud.dataflow.rest.client.VndErrorResponseErrorHandler
 
hashCode() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
 
history() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
 
history(String) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Get the history of releases for the given stream deployed via Skipper.
history(String) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 

I

importFromResource(String, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Register all applications listed in a properties file.
importFromResource(String, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
info(String, ApplicationType, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Retrieve information about an application registration.
info(String, ApplicationType, String, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Retrieve information about an application registration.
info(String, ApplicationType, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
info(String, ApplicationType, String, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
info(String) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
 
info(String) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
instanceList(String) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
 
instanceList(String) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
isComposed() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
 
isDataFlowServerVersionGreaterThanOrEqualToRequiredVersion(String, String) - Static method in class org.springframework.cloud.dataflow.rest.client.support.VersionUtils
Return true if the Data Flow Server version is greater than or equal to a given version.
isEnableDsl() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
 
isScheduled() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskSchedule
 
isSkipSslValidation() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
 

J

jobExecution(long, String) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
Return the JobExecutionResource for the id specified.
jobExecution(long, String) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
jobExecutionResources() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
 
jobInstance(long, String) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
Return the JobInstanceResource for the id specified.
jobInstance(long, String) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
jobInstanceResources() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
 
jobOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
jobOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
JobOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations available for jobs.
jobStepExecutions(long, String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
 
JobTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for JobOperations.

L

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

M

makeDefault(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Set application version to default
makeDefault(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
manifest(int) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
Get manifest for the given stream deployed via Skipper.
memory(String, Integer) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.DeploymentPropertiesBuilder
Configures the memory size allocated for the application.
memory(String, Integer) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
Configures the memory size allocated for the application.

N

name(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamBuilder
Fluent API method to set the name of the stream.
name(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskBuilder
Fluent API method to set the name for the task definition.

O

Oauth2() - Constructor for class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Oauth2
 
org.springframework.cloud.dataflow.rest.client - package org.springframework.cloud.dataflow.rest.client
Defines the operations of the Spring Cloud Data Flow REST Client.
org.springframework.cloud.dataflow.rest.client.config - package org.springframework.cloud.dataflow.rest.client.config
 
org.springframework.cloud.dataflow.rest.client.dsl - package org.springframework.cloud.dataflow.rest.client.dsl
 
org.springframework.cloud.dataflow.rest.client.dsl.task - package org.springframework.cloud.dataflow.rest.client.dsl.task
 
org.springframework.cloud.dataflow.rest.client.support - package org.springframework.cloud.dataflow.rest.client.support
Contains various Jackson MixIns for JSON (de-)serialization.

P

packageVersion(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
Sets the package version to be used by skipper
platformName(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
Sets the target platform to be used by skipper
postToActuator(String, String, String, Map<String, Object>) - Method in interface org.springframework.cloud.dataflow.rest.client.RuntimeOperations
Access an HTTP POST exposed actuator resource for a deployed app instance.
postToActuator(String, String, String, Map<String, Object>) - Method in class org.springframework.cloud.dataflow.rest.client.RuntimeTemplate
 
postToUrl(String, String, byte[], HttpHeaders) - Method in interface org.springframework.cloud.dataflow.rest.client.RuntimeOperations
Provides for POST to application HTTP endpoint exposed via url property.
postToUrl(String, String, byte[], HttpHeaders) - Method in class org.springframework.cloud.dataflow.rest.client.RuntimeTemplate
 
prepareObjectMapper(ObjectMapper) - Static method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
Mutable operation to add several required MixIns to the provided ObjectMapper.
prepareRestTemplate(RestTemplate) - Static method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
processor(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.ProcessorBuilder
Appends a StreamApplication as a processor for this stream
processor(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.SourceBuilder
Appends a StreamApplication as a processor for this stream
put(String, String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.DeploymentPropertiesBuilder
 
put(String, String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
 
putAll(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.DeploymentPropertiesBuilder
 
putAll(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
 

R

register(String, ApplicationType, String, String, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
register(String, ApplicationType, String, String, AppBootSchemaVersion, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Register an application name, type, and boot version with its Maven coordinates.
register(String, ApplicationType, String, String, String, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
register(String, ApplicationType, String, String, String, AppBootSchemaVersion, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Register an application name, type, boot version, and version with its Maven coordinates.
register(String, ApplicationType, String, String, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
register(String, ApplicationType, String, String, AppBootSchemaVersion, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
register(String, ApplicationType, String, String, String, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
register(String, ApplicationType, String, String, String, AppBootSchemaVersion, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
registerAll(Properties, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Register all applications provided as key/value pairs.
registerAll(Properties, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
repoName(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
Sets the repo name platform to be used by skipper
resources - Variable in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
Holds discovered URLs of the API.
restTemplate - Variable in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
Template used for http interaction.
restTemplate - Variable in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
A template used for http interaction.
rollback(int) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
Rollback the stream to the previous or a specific release version.
rollbackStream(String, int) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Rollback the stream to the previous or a specific release version.
rollbackStream(String, int) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
runtimeApps() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
 
runtimeOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
runtimeOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
RuntimeOperations - Interface in org.springframework.cloud.dataflow.rest.client
Defines operations available for obtaining information about deployed apps.
RuntimeTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for RuntimeOperations.

S

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
Implementation for SchedulerOperations.
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
Appends a StreamApplication as a sink for this stream
sink(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.SourceBuilder
Appends a StreamApplication as a sink for this stream
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
Appends a StreamApplication as a source for this stream
source(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.StreamNameBuilder
Appends a StreamApplication as a source for this stream
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
Represents an individual Stream Application, encapsulating name, StreamApplication.ApplicationType, label, application and deployment properties.
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
Construct a new StreamBuilder given a DataFlowOperations instance.
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
Implementation for StreamOperations.

T

Task - Class in org.springframework.cloud.dataflow.rest.client.dsl.task
Represents a Task defined on DataFlow server.
task(Task) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskScheduleBuilder
 
TaskBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl.task
Represents the entry point into the Task DSL to set the name and the definition of the task.
taskCompletions(String, int) - Method in interface org.springframework.cloud.dataflow.rest.client.CompletionOperations
Return the list of taskCompletions that are compatible with the given DSL prefix.
taskCompletions(String, int) - Method in class org.springframework.cloud.dataflow.rest.client.CompletionTemplate
 
taskExecutionLog(String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Return the task execution log.
taskExecutionLog(String, String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Return the task execution log.
taskExecutionLog(String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
taskExecutionLog(String, String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
taskExecutionStatus(long, String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Return the TaskExecutionResource for the id specified.
taskExecutionStatus(long, String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
taskOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
 
taskOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
TaskOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations available against tasks.
TaskSchedule - Class in org.springframework.cloud.dataflow.rest.client.dsl.task
Represents a Scheduled Task defined on DataFlow server.
TaskScheduleBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl.task
 
TaskScheduleBuilder(DataFlowOperations) - Constructor for class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskScheduleBuilder
 
TaskTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for TaskOperations.
thinkJobExecutionResources() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.Task
 
toString() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
 
type(StreamApplication.ApplicationType) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
 

U

undeploy() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
Undeploy the current Stream.
undeploy(String) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Undeploy a deployed stream, retaining its definition.
undeploy(String) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
undeployAll() - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Undeploy all currently deployed streams.
undeployAll() - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
unregister(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Unregister an application name and type.
unregister(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Unregister an application by name type and version
unregister(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
unregister(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
unregisterAll() - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Unregister all applications.
unregisterAll() - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
unschedule() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.task.TaskSchedule
Unschedule a previously scheduled task.
unschedule(String, String) - Method in interface org.springframework.cloud.dataflow.rest.client.SchedulerOperations
Unschedule a schedule that has been created.
unschedule(String) - Method in interface org.springframework.cloud.dataflow.rest.client.SchedulerOperations
Unschedule a schedule that has been created on the default platform.
unschedule(String, String) - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
 
unschedule(String) - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
 
update(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
Unforced Stream Update with properties string definition
update(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
Unforced Stream Update with properties map
updateStream(String, String, PackageIdentifier, Map<String, String>, boolean, List<String>) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Update the stream given its corresponding releaseName in Skipper using the specified package and updated yaml config.
updateStream(String, String, PackageIdentifier, Map<String, String>, boolean, List<String>) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 

V

validateStreamDefinition(String) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Return the validation status for the apps in an stream.
validateStreamDefinition(String) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
validateTaskDefinition(String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Return the validation status for the tasks in an definition.
validateTaskDefinition(String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication.ApplicationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication.ApplicationType
Returns an array containing the constants of this enum type, in the order they are declared.
VersionUtils - Class in org.springframework.cloud.dataflow.rest.client.support
Utility methods for handling client/server version manipulations
VersionUtils() - Constructor for class org.springframework.cloud.dataflow.rest.client.support.VersionUtils
 
VndErrorResponseErrorHandler - Class in org.springframework.cloud.dataflow.rest.client
Extension of DefaultResponseErrorHandler that knows how to de-serialize a VndErrors.VndError structure.
VndErrorResponseErrorHandler(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.cloud.dataflow.rest.client.VndErrorResponseErrorHandler
 
A B C D E F G H I J L M N O P R S T U V 
Skip navigation links

Copyright © 2023 Pivotal Software, Inc.. All rights reserved.