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

A

AGGREGATE_COUNTER_COLLECTION_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.AggregateCounterTemplate
 
AGGREGATE_COUNTER_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.AggregateCounterTemplate
 
AggregateCounterOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations available when dealing with Aggregate Counters.
aggregateCounterOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
Aggregate Counter related operations.
aggregateCounterOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
AggregateCounterOperations.Resolution - Enum in org.springframework.cloud.dataflow.rest.client
 
AggregateCounterTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for AggregateCounterOperations that interacts with the Spring Cloud Data Flow REST API.
AggregateCounterTemplate(RestTemplate, ResourceSupport) - Constructor for class org.springframework.cloud.dataflow.rest.client.AggregateCounterTemplate
 
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
Application registry related operations.
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, ResourceSupport) - Constructor for class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
Construct a AppRegistryTemplate object.

C

cleanup(long) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Cleanup any resources associated with the execution for the id specified.
cleanup(long) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
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
DSL Completion related operations.
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
 
COUNTER_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.CounterTemplate
 
CounterOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations available when dealing with Counters.
counterOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
Counter related operations.
counterOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
COUNTERS_COLLECTION_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.CounterTemplate
 
CounterTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for CounterOperations that interacts with the Spring Cloud Data Flow REST API.
CounterTemplate(RestTemplate, ResourceSupport) - Constructor for class org.springframework.cloud.dataflow.rest.client.CounterTemplate
 
create(String, String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Create a new task.
create(String, String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
createStream(String, String, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
Create a new stream, optionally deploying it.
createStream(String, String, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 

D

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
 
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
Setup a DataFlowTemplate using the provided baseURI.
DataFlowTemplate(URI, RestTemplate) - Constructor for class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
Setup a DataFlowTemplate using the provide RestTemplate.
DEFINITIONS_REL - Static variable in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
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
 
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.cloud.dataflow.rest.client.support.JobParameterJacksonDeserializer
 
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
 

E

ExecutionContextJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for ExecutionContext de-serialization.
ExecutionContextJacksonMixIn() - Constructor for class org.springframework.cloud.dataflow.rest.client.support.ExecutionContextJacksonMixIn
 
executionList() - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
List job executions known to the system.
executionList() - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
executionList() - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
List task executions known to the system.
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
 
ExitStatusJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for ExitStatus de-serialization.

F

fieldValueCounterOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
Field Value Counter related operations.
fieldValueCounterOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
FieldValueCounterOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface defining operations available when dealing with Field Value Counters.
FieldValueCounterTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for FieldValueCounterOperations that interacts with the Spring Cloud Data Flow REST API.
FieldValueCounterTemplate(RestTemplate, ResourceSupport) - Constructor for class org.springframework.cloud.dataflow.rest.client.FieldValueCounterTemplate
 
FVC_COLLECTION_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.FieldValueCounterTemplate
 
FVC_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.FieldValueCounterTemplate
 

G

getDefaultDataflowRestTemplate() - Static method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
getLink(ResourceSupport, String) - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
getMessage() - Method in exception org.springframework.cloud.dataflow.rest.client.DataFlowClientException
 
getRestTemplate() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 

H

handleError(ClientHttpResponse) - Method in class org.springframework.cloud.dataflow.rest.client.VndErrorResponseErrorHandler
 

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) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Retrieve information about an application registration.
info(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
instanceList(String) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
List job instances for the specified jobName.
instanceList(String) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 

J

jobExecution(long) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
Return the JobExecutionResource for the id specified.
jobExecution(long) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
JobExecutionJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for JobExecution de-serialization.
jobInstance(long) - Method in interface org.springframework.cloud.dataflow.rest.client.JobOperations
Return the JobInstanceResource for the id specified.
jobInstance(long) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
 
JobInstanceJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for JobInstance de-serialization.
jobOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
Job related operations.
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.
JobParameterJacksonDeserializer - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson Deserializer for JobParameter de-serialization.
JobParameterJacksonDeserializer() - Constructor for class org.springframework.cloud.dataflow.rest.client.support.JobParameterJacksonDeserializer
 
JobParameterJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for JobParameter de-serialization.
JobParameterJacksonMixIn() - Constructor for class org.springframework.cloud.dataflow.rest.client.support.JobParameterJacksonMixIn
 
JobParametersJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for JobParameters de-serialization.
JobParametersJacksonMixIn() - Constructor for class org.springframework.cloud.dataflow.rest.client.support.JobParametersJacksonMixIn
 
JobTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for JobOperations.

L

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.AggregateCounterOperations
Retrieve basic information (i.e.
list() - Method in class org.springframework.cloud.dataflow.rest.client.AggregateCounterTemplate
 
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() - Method in interface org.springframework.cloud.dataflow.rest.client.CounterOperations
Retrieve basic information (i.e.
list() - Method in class org.springframework.cloud.dataflow.rest.client.CounterTemplate
 
list() - Method in interface org.springframework.cloud.dataflow.rest.client.FieldValueCounterOperations
Retrieve basic information (i.e.
list() - Method in class org.springframework.cloud.dataflow.rest.client.FieldValueCounterTemplate
 
list() - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
List streams known to the system.
list() - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
list() - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
List tasks known to the system.
list() - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 

O

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.support - package org.springframework.cloud.dataflow.rest.client.support
Contains various Jackson MixIns for JSON (de-)serialization.

P

prepareRestTemplate(RestTemplate) - Static method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
Will augment the provided RestTemplate with the Jackson Mixins required by Spring Cloud Data Flow, specifically:

R

register(String, ApplicationType, String, String, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
Register an application name and type with its Maven coordinates.
register(String, ApplicationType, String, String, 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
 
reset(String) - Method in interface org.springframework.cloud.dataflow.rest.client.AggregateCounterOperations
Delete the counter with given name.
reset(String) - Method in class org.springframework.cloud.dataflow.rest.client.AggregateCounterTemplate
 
reset(String) - Method in interface org.springframework.cloud.dataflow.rest.client.CounterOperations
Delete the counter with given name.
reset(String) - Method in class org.springframework.cloud.dataflow.rest.client.CounterTemplate
 
reset(String) - Method in interface org.springframework.cloud.dataflow.rest.client.FieldValueCounterOperations
Delete the counter with given name.
reset(String) - Method in class org.springframework.cloud.dataflow.rest.client.FieldValueCounterTemplate
 
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.
retrieve(String, Date, Date, AggregateCounterOperations.Resolution) - Method in interface org.springframework.cloud.dataflow.rest.client.AggregateCounterOperations
Retrieve the information for the given named AggregateCounter
retrieve(String, Date, Date, AggregateCounterOperations.Resolution) - Method in class org.springframework.cloud.dataflow.rest.client.AggregateCounterTemplate
 
retrieve(String) - Method in interface org.springframework.cloud.dataflow.rest.client.CounterOperations
Retrieve information about the given named counter.
retrieve(String) - Method in class org.springframework.cloud.dataflow.rest.client.CounterTemplate
 
retrieve(String) - Method in interface org.springframework.cloud.dataflow.rest.client.FieldValueCounterOperations
Retrieve information about the given named counter.
retrieve(String) - Method in class org.springframework.cloud.dataflow.rest.client.FieldValueCounterTemplate
 
runtimeOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
Runtime related opertations.
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

status() - Method in interface org.springframework.cloud.dataflow.rest.client.RuntimeOperations
Return runtime information about all deployed apps.
status(String) - Method in interface org.springframework.cloud.dataflow.rest.client.RuntimeOperations
Return runtime information about a single app deployment.
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
 
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
 
streamOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
Stream related operations.
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.
StreamTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for StreamOperations.

T

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
 
taskExecutionStatus(long) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
Return the TaskExecutionResource for the id specified.
taskExecutionStatus(long) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
taskOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
Task related operations.
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.
TaskTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for TaskOperations.

U

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) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 

V

valueOf(String) - Static method in enum org.springframework.cloud.dataflow.rest.client.AggregateCounterOperations.Resolution
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.dataflow.rest.client.AggregateCounterOperations.Resolution
Returns an array containing the constants of this enum type, in the order they are declared.
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 C D E F G H I J L O P R S T U V 
Skip navigation links

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