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

A

AbstractMetricsCommands - Class in org.springframework.cloud.dataflow.shell.command
Base class to factor out similar behavior for all related metrics commands.
AbstractMetricsCommands(String) - Constructor for class org.springframework.cloud.dataflow.shell.command.AbstractMetricsCommands
 
AbstractRdbmsKeyValueRepository<D> - Class in org.springframework.cloud.dataflow.server.repository
Abstract class for RDBMS based repositories.
AbstractRdbmsKeyValueRepository(DataSource, String, String, RowMapper<D>, String, String) - Constructor for class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
AbstractSqlPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
Abstract SQL Paging Query Provider to serve as a base class for all provided SQL paging query providers.
AbstractSqlPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
addAppOptionsExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
addColumns(String...) - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
Allows you to add additional columns.
addCompletionRecoveryStrategy(RecoveryStrategy) - Method in class org.springframework.cloud.dataflow.completion.StreamCompletionProvider
 
addCompletionRecoveryStrategy(RecoveryStrategy<?>) - Method in class org.springframework.cloud.dataflow.completion.TaskCompletionProvider
 
addOption(ConfigurationMetadataProperty) - Method in class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Add an application option.
addProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Add the contents of the provided map to the map of app properties.
addProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Add the contents of the provided map to the map of app properties.
addProposal(String, String) - Method in class org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource
 
addProposals(String, CheckPointedParseException, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.AppsAfterPipeRecoveryStrategy
 
addProposals(String, StreamDefinition, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.ConfigurationPropertyValueHintExpansionStrategy
 
addProposals(String, CheckPointedParseException, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.ConfigurationPropertyValueHintRecoveryStrategy
 
addProposals(String, TaskDefinition, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.ConfigurationPropertyValueHintTaskExpansionStrategy
 
addProposals(String, CheckPointedParseException, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.ConfigurationPropertyValueHintTaskRecoveryStrategy
 
addProposals(String, StreamDefinition, int, List<CompletionProposal>) - Method in interface org.springframework.cloud.dataflow.completion.ExpansionStrategy
For a given stream DSL text and StreamDefinition, Generate CompletionProposals that apply (if any) and add them to the provided collector list Return true if no other strategies should be applied for the stream DSL text (this strategy make take the liberty to erase already collected proposals)
addProposals(String, StreamDefinition, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.PipeIntoOtherAppsExpansionStrategy
 
addProposals(String, E, int, List<CompletionProposal>) - Method in interface org.springframework.cloud.dataflow.completion.RecoveryStrategy
Perform code completion by adding proposals to the proposals list.
addProposals(String, TaskDefinition, int, List<CompletionProposal>) - Method in interface org.springframework.cloud.dataflow.completion.TaskExpansionStrategy
For a given task DSL text and TaskDefinition, Generate CompletionProposals that apply (if any) and add them to the provided collector list Return true if no other strategies should be applied for the task DSL text (this strategy make take the liberty to erase already collected proposals)
addProposals(String, StreamDefinition, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.UnfinishedAppNameExpansionStrategy
 
addProposals(String, CheckPointedParseException, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.UnfinishedConfigurationPropertyNameRecoveryStrategy
 
addProposals(String, CheckPointedParseException, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.UnfinishedConfigurationPropertyNameTaskRecoveryStrategy
 
addProposals(String, TaskDefinition, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.completion.UnfinishedTaskAppNameExpansionStrategy
 
addProposals(String, ParseException, int, List<CompletionProposal>) - Method in class org.springframework.cloud.dataflow.server.completion.TapOnDestinationRecoveryStrategy
 
addTaskAppOptionsExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
afterPropertiesSet() - Method in class org.springframework.cloud.dataflow.server.repository.support.DataflowRdbmsInitializer
 
afterPropertiesSet() - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
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
 
AggregateCounterCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for interacting with aggregate counter analytics.
AggregateCounterCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
aggregateCounterController(AggregateCounterRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
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
 
aggregateCounterReader(RedisConnectionFactory) - Method in class org.springframework.cloud.dataflow.server.config.features.AnalyticsConfiguration
 
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
 
ANALYTICS_ENABLED - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
AnalyticsConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
 
AnalyticsConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.AnalyticsConfiguration
 
AppAlreadyRegisteredException - Exception in org.springframework.cloud.dataflow.server.controller
 
AppAlreadyRegisteredException(AppRegistration) - Constructor for exception org.springframework.cloud.dataflow.server.controller.AppAlreadyRegisteredException
 
append(double) - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 
append(StepExecution) - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
appInstanceController(AppDeployer) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
AppInstanceController(AppDeployer) - Constructor for class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController.AppInstanceController
 
AppInstanceStatusResource - Class in org.springframework.cloud.dataflow.rest.resource
REST representation for an AppInstanceStatus.
AppInstanceStatusResource(String, String, Map<String, String>) - Constructor for class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
 
ApplicationConfigurationMetadataResolver - Class in org.springframework.cloud.dataflow.configuration.metadata
Used to retrieve metadata about the configuration properties that can alter an application's behavior.
ApplicationConfigurationMetadataResolver() - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
 
ApplicationConfigurationMetadataResolverAutoConfiguration - Class in org.springframework.cloud.dataflow.configuration.metadata
Automatically exposes an ApplicationConfigurationMetadataResolver if none is already registered.
ApplicationConfigurationMetadataResolverAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolverAutoConfiguration
 
ApplicationType - Enum in org.springframework.cloud.dataflow.core
Enumeration of application types.
applyStyle(TableBuilder) - Static method in class org.springframework.cloud.dataflow.shell.command.DataFlowTables
Customize the given TableBuilder with the following common features (these choices can always be overridden by applying later customizations) : double border around the whole table and first row vertical space (air) borders, single line separators between rows first row is assumed to be a header and is centered horizontally and vertically cells containing Map values are rendered as key = value lines, trying to align on equal signs
AppNode - Class in org.springframework.cloud.dataflow.core.dsl
 
AppNode(LabelNode, String, int, int, ArgumentNode[]) - Constructor for class org.springframework.cloud.dataflow.core.dsl.AppNode
 
AppParser - Class in org.springframework.cloud.dataflow.core.dsl
Parser for generating AppNodes from Tokens.
AppParser(Tokens) - Constructor for class org.springframework.cloud.dataflow.core.dsl.AppParser
Construct a AppParser based on the provided Tokens.
AppRegistration - Class in org.springframework.cloud.dataflow.registry
This maps a (name + type) pair to a URI and provides on-demand access to the Resource.
AppRegistration(String, ApplicationType, URI, ResourceLoader) - Constructor for class org.springframework.cloud.dataflow.registry.AppRegistration
Construct an AppRegistration object.
AppRegistrationResource - Class in org.springframework.cloud.dataflow.rest.resource
Rest resource for an app registration.
AppRegistrationResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource
Default constructor for serialization frameworks.
AppRegistrationResource(String, String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource
Construct a AppRegistrationResource.
AppRegistrationResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
Dedicated subclass to workaround type erasure.
AppRegistry - Class in org.springframework.cloud.dataflow.registry
Convenience wrapper for the UriRegistry that operates on higher level AppRegistration objects and supports on-demand loading of Resources.
AppRegistry(UriRegistry, ResourceLoader) - Constructor for class org.springframework.cloud.dataflow.registry.AppRegistry
 
appRegistry(UriRegistry, DelegatingResourceLoader) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
AppRegistryCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for working with the application registry.
AppRegistryCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
AppRegistryCommands.QualifiedApplicationName - Class in org.springframework.cloud.dataflow.shell.command
Unique identifier for an application, including the name and type.
appRegistryController(AppRegistry, ApplicationConfigurationMetadataResolver) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
AppRegistryController - Class in org.springframework.cloud.dataflow.server.controller
Handles all AppRegistry related interactions.
AppRegistryController(AppRegistry, ApplicationConfigurationMetadataResolver) - Constructor for class org.springframework.cloud.dataflow.server.controller.AppRegistryController
 
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.
AppsAfterPipeRecoveryStrategy - Class in org.springframework.cloud.dataflow.completion
Provides completions for the case where the user has entered a pipe symbol and a app reference is expected next.
appsAfterPipeRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
AppStatusResource - Class in org.springframework.cloud.dataflow.rest.resource
REST representation of an app status.
AppStatusResource(String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
 
AppStatusResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
ArgumentNode - Class in org.springframework.cloud.dataflow.core.dsl
Represents an argument like "--name=value".
ArgumentNode(String, String, int, int) - Constructor for class org.springframework.cloud.dataflow.core.dsl.ArgumentNode
 
Assertions - Class in org.springframework.cloud.dataflow.shell.command
Various utility methods when dealing with shell commands.
AstNode - Class in org.springframework.cloud.dataflow.core.dsl
Common supertype for the ast nodes built during stream parsing.
AstNode(int, int) - Constructor for class org.springframework.cloud.dataflow.core.dsl.AstNode
 
atMostOneOf(Object...) - Static method in class org.springframework.cloud.dataflow.shell.command.Assertions
Accepts 2*N arguments, even ones being names and odd ones being values for those names.
authenticate(Authentication) - Method in class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
 
authenticationProvider() - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
AuthenticationRequest - Class in org.springframework.cloud.dataflow.server.controller.security.support
 
AuthenticationRequest() - Constructor for class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
AuthenticationRequest(String, String) - Constructor for class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
authorize(AuthenticationRequest, HttpServletRequest) - Method in class org.springframework.cloud.dataflow.server.controller.security.LoginController
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.RuntimeCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 

B

BaseShellAutoConfiguration - Class in org.springframework.cloud.dataflow.shell.autoconfigure
Configures the various commands that are part of the default Spring Shell experience.
BaseShellAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
BaseShellAutoConfiguration.DefaultShellComponents - Class in org.springframework.cloud.dataflow.shell.autoconfigure
 
BaseShellAutoConfiguration.RegisterInternalCommands - Class in org.springframework.cloud.dataflow.shell.autoconfigure
 
BasicAuthSecurityConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
Setup Spring Security with Basic Authentication for the Rest Endpoints and the Dashboard of Spring Cloud Data Flow.
BasicAuthSecurityConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.BasicAuthSecurityConfiguration
 
batchRepositoryInitializerForDefaultDB(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
batchRepositoryInitializerForDefaultDBForServer(DataSource, Server) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
BindingPropertyKeys - Class in org.springframework.cloud.dataflow.core
Spring Cloud Stream property keys used for binding.
BindingPropertyKeys() - Constructor for class org.springframework.cloud.dataflow.core.BindingPropertyKeys
 
BooleanValueHintProvider - Class in org.springframework.cloud.dataflow.completion
Returns the closed set of true and false for properties that are of type Boolean.
BooleanValueHintProvider() - Constructor for class org.springframework.cloud.dataflow.completion.BooleanValueHintProvider
 
booleanValueHintProvider() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
BootApplicationConfigurationMetadataResolver - Class in org.springframework.cloud.dataflow.configuration.metadata
An ApplicationConfigurationMetadataResolver that knows how to look inside Spring Boot uber-jars.
BootApplicationConfigurationMetadataResolver() - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
 
BootApplicationConfigurationMetadataResolver(ClassLoader) - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
 
BootClassLoaderFactory - Class in org.springframework.cloud.dataflow.configuration.metadata
Strategy interface for creating a ClassLoader that mimics the one used when a boot uber-jar runs.
BootClassLoaderFactory(Archive, ClassLoader) - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.BootClassLoaderFactory
Create a new factory for dealing with the given boot uberjar archive.
build(String) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Return a new instance of StreamAppDefinition.
build() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Return a new instance of TaskDefinition.
Builder() - Constructor for class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
 
buildSortClause(AbstractSqlPagingQueryProvider) - Static method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryUtils
Generates ORDER BY attributes based on the sort keys.
buildSortClause(Map<String, Order>) - Static method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryUtils
Generates ORDER BY attributes based on the sort keys.
buildWhereClause(AbstractSqlPagingQueryProvider, boolean, StringBuilder) - Static method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryUtils
Generates WHERE clause for queries that require sub selects.

C

checkpoint() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Indicate that the current token has been successfully processed.
CheckPointedParseException - Exception in org.springframework.cloud.dataflow.core.dsl
An extension of ParseException that keeps track of the last position up to which parsing was successful.
CheckPointedParseException(String, int, int, int, List<Token>, DSLMessage, Object...) - Constructor for exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
Construct a new CheckPointedParseException.
commandLine(ShellCommandLineParser, ShellProperties, ApplicationArguments) - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
commandLineRunner() - Method in class org.springframework.cloud.dataflow.shell.config.ShellCommandLineConfiguration
Return the interactive command line runner.
CommonApplicationProperties - Class in org.springframework.cloud.dataflow.server.config.apps
Common properties for applications deployed via Spring Cloud Data Flow.
CommonApplicationProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.apps.CommonApplicationProperties
 
compareTo(AppRegistration) - Method in class org.springframework.cloud.dataflow.registry.AppRegistration
 
complete(String, int) - Method in class org.springframework.cloud.dataflow.completion.StreamCompletionProvider
 
complete(String, int) - Method in class org.springframework.cloud.dataflow.completion.TaskCompletionProvider
 
CompletionConfiguration - Class in org.springframework.cloud.dataflow.completion
Include this Configuration class to expose fully configured StreamCompletionProvider and TaskCompletionProvider.
CompletionConfiguration() - Constructor for class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
completionController(StreamCompletionProvider, TaskCompletionProvider) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
CompletionController - Class in org.springframework.cloud.dataflow.server.controller
Exposes the DSL completion features of StreamCompletionProvider and TaskCompletionProvider as a REST API.
CompletionController(StreamCompletionProvider, TaskCompletionProvider) - Constructor for class org.springframework.cloud.dataflow.server.controller.CompletionController
Create a controller for the provided StreamCompletionProvider and TaskCompletionProvider.
CompletionConverter - Class in org.springframework.cloud.dataflow.shell.converter
A converter that provides DSL completion wherever parts of stream definitions may appear.
CompletionConverter() - Constructor for class org.springframework.cloud.dataflow.shell.converter.CompletionConverter
 
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
 
CompletionProposal - Class in org.springframework.cloud.dataflow.completion
Represents a proposal to complete a given piece of definition DSL.
CompletionProposal(String, String) - Constructor for class org.springframework.cloud.dataflow.completion.CompletionProposal
 
CompletionProposal.Factory - Class in org.springframework.cloud.dataflow.completion
 
CompletionProposalsResource - Class in org.springframework.cloud.dataflow.rest.resource
Represents a list of completion proposals for the DSL when using e.g. TAB completion in the Shell.
CompletionProposalsResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource
 
CompletionProposalsResource.Proposal - Class in org.springframework.cloud.dataflow.rest.resource
Represents a completion proposal for the DSL when using e.g. TAB completion in the Shell.
completions(String, int) - Method in class org.springframework.cloud.dataflow.server.controller.CompletionController
Return a list of possible completions given a prefix string that the user has started typing.
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
 
CompletionUtils - Class in org.springframework.cloud.dataflow.completion
Various utility methods used throughout the completion package.
CompletionUtils() - Constructor for class org.springframework.cloud.dataflow.completion.CompletionUtils
 
ConfigCommands - Class in org.springframework.cloud.dataflow.shell.command
Configuration commands for the Shell.
ConfigCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
CONFIGURATION_PROPERTIES_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
 
configurationPropertyNameAfterDashDashRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
configurationPropertyNameAfterDashDashTaskRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
configurationPropertyValueHintExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
ConfigurationPropertyValueHintExpansionStrategy - Class in org.springframework.cloud.dataflow.completion
Attempts to fill in possible values after a --foo=prefix (syntactically valid) construct in the DSL.
configurationPropertyValueHintRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
ConfigurationPropertyValueHintRecoveryStrategy - Class in org.springframework.cloud.dataflow.completion
Attempts to fill in possible values after a --foo= dangling construct in the DSL.
ConfigurationPropertyValueHintTaskExpansionStrategy - Class in org.springframework.cloud.dataflow.completion
Attempts to fill in possible values after a --foo=prefix (syntactically valid) construct in the DSL.
configurationPropertyValueHintTaskRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
ConfigurationPropertyValueHintTaskRecoveryStrategy - Class in org.springframework.cloud.dataflow.completion
Attempts to fill in possible values after a --foo= dangling construct in the DSL.
configure(HttpSecurity) - Method in class org.springframework.cloud.dataflow.server.config.security.BasicAuthSecurityConfiguration
 
configure(HttpSecurity) - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
configure(AuthenticationManagerBuilder) - Method in class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
configurer() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
ConsoleUserInput - Class in org.springframework.cloud.dataflow.shell.command
UserInput that uses Standard in and out.
ConsoleUserInput() - Constructor for class org.springframework.cloud.dataflow.shell.command.ConsoleUserInput
 
convert(Properties) - Static method in class org.springframework.cloud.dataflow.rest.util.DeploymentPropertiesUtils
Convert Properties to a Map with String keys and values.
convertFromText(String, Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.CompletionConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.MediaTypeConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.QualifiedApplicationNameConverter
 
copyOf() - Method in class org.springframework.cloud.dataflow.core.dsl.DestinationNode
 
copyOf() - Method in class org.springframework.cloud.dataflow.core.dsl.SinkDestinationNode
 
copyOf() - Method in class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
 
count() - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
COUNTER_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.CounterTemplate
 
CounterCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for interacting with Counter analytics.
CounterCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
counterController(MetricRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
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
 
countJobExecutions() - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves the total number of the job executions.
countJobExecutions() - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves the total number of the job executions.
countJobExecutionsForJob(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves the total number JobExecution that match a specific job name.
countJobExecutionsForJob(String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves the total number JobExecution that match a specific job name.
countJobInstances(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves the total number of job instances for a job name.
countJobInstances(String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves the total number of job instances for a job name.
countParameterPlaceholders(String, List<String>) - Static method in class org.springframework.cloud.dataflow.server.repository.support.JdbcParameterUtils
Count the occurrences of the character placeholder in an SQL string sql.
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
 
create(String, String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
createAppClassLoader(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
For resolvers that support it, create a new ClassLoader that is able to load classes for the given app.
createAppClassLoader(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
 
createAppClassLoader(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.DelegatingApplicationConfigurationMetadataResolver
 
createClassLoader() - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootClassLoaderFactory
 
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
 
createStream(String, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
Credentials() - Constructor for class org.springframework.cloud.dataflow.shell.Target.Credentials
 
Credentials(String, String) - Constructor for class org.springframework.cloud.dataflow.shell.Target.Credentials
 
CumulativeHistory - Class in org.springframework.cloud.dataflow.rest.job
 
CumulativeHistory() - Constructor for class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 

D

dashboard(String) - Static method in class org.springframework.cloud.dataflow.server.controller.UiController
Turn a relative link of the UI app to an absolute one, prepending its path.
DatabaseType - Enum in org.springframework.cloud.dataflow.server.repository.support
Enum representing a database type, such as Postgres or Oracle.
DataFlowBannerProvider - Class in org.springframework.cloud.dataflow.shell.config
Provides the Spring Cloud Data Flow specific BannerProvider.
DataFlowBannerProvider() - Constructor for class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
 
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
 
DataFlowControllerAutoConfiguration - Class in org.springframework.cloud.dataflow.server.config
Configuration for the Data Flow Server Controllers.
DataFlowControllerAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
DataFlowOperations - Interface in org.springframework.cloud.dataflow.rest.client
Interface the REST clients implement to interact with spring-cloud-dataflow REST API.
DataFlowPromptProvider - Class in org.springframework.cloud.dataflow.shell.config
A provider that sets the shell prompt to 'dataflow' if the server is available, 'server-unknown' otherwise.
DataFlowPromptProvider() - Constructor for class org.springframework.cloud.dataflow.shell.config.DataFlowPromptProvider
 
dataflowRdbmsInitializer(DataSource, FeaturesProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.H2ServerConfiguration
 
dataflowRdbmsInitializer(DataSource, FeaturesProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.NoH2ServerConfiguration
 
DataflowRdbmsInitializer - Class in org.springframework.cloud.dataflow.server.repository.support
Utility for initializing the Definition Repository's datasource.
DataflowRdbmsInitializer(FeaturesProperties) - Constructor for class org.springframework.cloud.dataflow.server.repository.support.DataflowRdbmsInitializer
 
DataFlowServerConfiguration - Class in org.springframework.cloud.dataflow.server.config
Configuration for the Data Flow Server application context.
DataFlowServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration
 
DataFlowServerConfiguration.H2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config
 
DataFlowServerConfiguration.NoH2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config
 
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
 
DataFlowServerUtil - Class in org.springframework.cloud.dataflow.server
Utility class holding helper methods used by the server core.
DataFlowServerUtil() - Constructor for class org.springframework.cloud.dataflow.server.DataFlowServerUtil
 
DataFlowShell - Class in org.springframework.cloud.dataflow.shell.config
REST client component that holds all the available operations for communicating with the Spring Cloud Data Flow REST server.
DataFlowShell() - Constructor for class org.springframework.cloud.dataflow.shell.config.DataFlowShell
 
DataFlowTables - Class in org.springframework.cloud.dataflow.shell.command
Utility class to customize DataFlowTables used in a consistent way.
DataFlowTables() - Constructor for class org.springframework.cloud.dataflow.shell.command.DataFlowTables
 
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.
dataSource - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
Db2PagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
IBM DB2 implementation of a PagingQueryProvider using database specific features.
Db2PagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.Db2PagingQueryProvider
 
decrementPosition() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Decrement the current token position and return the new position.
DEFAULT - Static variable in class org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
 
DEFAULT_DATAFLOW_DATE_FORMAT_PATTERN - Static variable in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
DEFAULT_DATAFLOW_DATE_TIME_FORMAT_PATTERN - Static variable in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
DEFAULT_DATAFLOW_DURATION_FORMAT_PATTERN - Static variable in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
DEFAULT_DATAFLOW_TIME_FORMAT_PATTERN - Static variable in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
DEFAULT_DATAFLOW_TIMEZONE_ID - Static variable in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
DEFAULT_HOST - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_PORT - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_SCHEME - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_SPECIFIED_PASSWORD - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_TARGET - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_UNSPECIFIED_PASSWORD - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_USERNAME - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DefaultEnvironmentPostProcessor - Class in org.springframework.cloud.dataflow.server.config
Contributes the values from dataflow-server.yml if it exists, before any of Spring Boot's normal configuration contributions apply.
DefaultEnvironmentPostProcessor() - Constructor for class org.springframework.cloud.dataflow.server.config.DefaultEnvironmentPostProcessor
 
DefaultShellComponents() - Constructor for class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.DefaultShellComponents
 
DefaultTaskJobService - Class in org.springframework.cloud.dataflow.server.service.impl
Repository that retrieves Tasks and JobExecutions/Instances and the associations between them.
DefaultTaskJobService(JobService, TaskExplorer, TaskDefinitionRepository, TaskService) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
 
DefaultTaskService - Class in org.springframework.cloud.dataflow.server.service.impl
Default implementation of the TaskService interface.
DefaultTaskService(DataSourceProperties, TaskDefinitionRepository, DeploymentIdRepository, UriRegistry, ResourceLoader, TaskLauncher, ApplicationConfigurationMetadataResolver) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
Initializes the DefaultTaskService.
defaultValueHintProvider() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
DefaultValueHintProvider - Class in org.springframework.cloud.dataflow.completion
A default ValueHintProvider that returns hints explicitly defined by a property.
DefaultValueHintProvider() - Constructor for class org.springframework.cloud.dataflow.completion.DefaultValueHintProvider
 
DEFINITIONS_REL - Static variable in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
 
DEFINITIONS_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
 
DelegatingApplicationConfigurationMetadataResolver - Class in org.springframework.cloud.dataflow.configuration.metadata
An ApplicationConfigurationMetadataResolver that tries several delegates in turn, returning the results of the first one that ApplicationConfigurationMetadataResolver.supports(Resource) an app.
DelegatingApplicationConfigurationMetadataResolver(ApplicationConfigurationMetadataResolver...) - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.DelegatingApplicationConfigurationMetadataResolver
 
delegatingResourceLoader(MavenResourceLoader) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
delete(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
Deletes an AppRegistration.
delete(String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Request removal of an existing stream definition.
delete(String) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
delete(Iterable<? extends D>) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
delete(String) - Method in interface org.springframework.cloud.dataflow.server.repository.DeploymentIdRepository
Delete the entries associated with the app deployment key.
delete(String) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
 
delete(StreamDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDefinitionRepository
 
delete(TaskDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsTaskDefinitionRepository
 
delete(String) - Method in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
deleteAll() - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Request removal of all stream definitions.
deleteAll() - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
deleteFromTableByKey - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
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
 
deploy(String, String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
Request deployment of an existing stream definition.
deploy(String, String, List<String>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDeploymentController
Request the launching of an existing task definition.
deploymentIdRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesConfiguration
 
DeploymentIdRepository - Interface in org.springframework.cloud.dataflow.server.repository
Interface for repository that maps deployment keys to IDs.
DeploymentKey - Class in org.springframework.cloud.dataflow.server.repository
Utility methods for determining the key to be used in a DeploymentIdRepository.
DeploymentKey() - Constructor for class org.springframework.cloud.dataflow.server.repository.DeploymentKey
 
DeploymentPropertiesUtils - Class in org.springframework.cloud.dataflow.rest.util
Provides utility methods for formatting and parsing deployment properties.
deployStream(String, String, File) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.cloud.dataflow.rest.client.support.JobParameterJacksonDeserializer
 
destinationNameYieldsAppsRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
DestinationNode - Class in org.springframework.cloud.dataflow.core.dsl
 
DestinationNode(int, int, List<String>, ArgumentNode[]) - Constructor for class org.springframework.cloud.dataflow.core.dsl.DestinationNode
 
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
 
destroy(String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
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
 
destroyAllStreams(boolean) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
destroyStream(String) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
destroyTask(String) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
Delete the task from the repository so that it can no longer be executed.
DetailedAppRegistrationResource - Class in org.springframework.cloud.dataflow.rest.resource
Extension of AppRegistrationResource that contains application options and other detailed application information.
DetailedAppRegistrationResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Default constructor for serialization frameworks.
DetailedAppRegistrationResource(String, String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Construct a DetailedAppRegistrationResource object.
DetailedAppRegistrationResource(AppRegistrationResource) - Constructor for class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Construct a DetailedAppRegistrationResource object based on the provided AppRegistrationResource.
DetailedAppRegistrationResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
Dedicated subclass to workaround type erasure.
determineApplicationType(StreamAppDefinition) - Static method in class org.springframework.cloud.dataflow.server.DataFlowServerUtil
Return the ApplicationType for a AppDefinition in the context of a defined stream.
display(String, String) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController.AppInstanceController
 
display(String) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController
 
display(String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Return a given stream definition resource.
display(String) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
Return a given task definition resource.
display(String, String, String, Integer, Integer, AggregateCounterOperations.Resolution, NumberFormat) - Method in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
display(String, NumberFormat) - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
display(String, NumberFormat) - Method in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
display(long) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
displayMetrics(PagedResources<MetricResource>) - Method in class org.springframework.cloud.dataflow.shell.command.AbstractMetricsCommands
Render a table with information about a list of metrics
DSLMessage - Enum in org.springframework.cloud.dataflow.core.dsl
Contains all the messages that can be produced during Spring Cloud Data Flow DSL parsing.
DSLMessage.Kind - Enum in org.springframework.cloud.dataflow.core.dsl
 
DuplicateStreamDefinitionException - Exception in org.springframework.cloud.dataflow.server.repository
Thrown to indicate that the creation of a stream failed because a stream with the given name already exists.
DuplicateStreamDefinitionException() - Constructor for exception org.springframework.cloud.dataflow.server.repository.DuplicateStreamDefinitionException
 
DuplicateStreamDefinitionException(String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.DuplicateStreamDefinitionException
 
DuplicateTaskException - Exception in org.springframework.cloud.dataflow.server.repository
Thrown to indicate that the creation of a task failed because a task with the given name already exists.
DuplicateTaskException() - Constructor for exception org.springframework.cloud.dataflow.server.repository.DuplicateTaskException
 
DuplicateTaskException(String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.DuplicateTaskException
 

E

eat(TokenKind) - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Consume the next token if it matches the indicated token kind; otherwise throw CheckPointedParseException.
eatApp() - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return a AppNode from the next token and advance the token position.
eatAppArgs() - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return an array of ArgumentNode and advance the token position if the next token(s) contain arguments.
eatArgValue() - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return the argument value from the next token and advance the token position.
eatDottedName() - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return an array of Token that are separated by a dot.
emptyStartYieldsAppsRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
emptyStartYieldsAppsTaskRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
EnableDataFlowServer - Annotation Type in org.springframework.cloud.dataflow.server
Activates a Spring Cloud Data Flow Server implementation.
EnableDataFlowShell - Annotation Type in org.springframework.cloud.dataflow.shell
Activates the Spring Cloud Data Flow shell.
endPos - Variable in class org.springframework.cloud.dataflow.core.dsl.AstNode
 
enumValueHintProvider() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
EnumValueHintProvider - Class in org.springframework.cloud.dataflow.completion
A ValueHintProvider that returns possible values when the property is an Enum.
EnumValueHintProvider() - Constructor for class org.springframework.cloud.dataflow.completion.EnumValueHintProvider
 
equals(Object) - Method in class org.springframework.cloud.dataflow.core.dsl.Token
 
equals(Object) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition
 
equals(Object) - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
 
equals(Object) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
 
exactlyOneOf(Object...) - Static method in class org.springframework.cloud.dataflow.shell.command.Assertions
Accepts 2*N arguments, even ones being names and odd ones being values for those names.
executeTask(String, Map<String, String>, List<String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskService
 
executeTask(String, Map<String, String>, List<String>) - Method in interface org.springframework.cloud.dataflow.server.service.TaskService
Execute a task with the provided task name and optional runtime properties.
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
 
ExecutionContextJacksonMixIn - Class in org.springframework.cloud.dataflow.server.job.support
Jackson MixIn for the JSON serialization of the ExecutionContext class, which is used by the StepExecution class.
ExecutionContextJacksonMixIn() - Constructor for class org.springframework.cloud.dataflow.server.job.support.ExecutionContextJacksonMixIn
 
executionDisplay(long) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
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
 
executionList(String) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
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
 
executionListByName(String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
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
 
exists(String) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
ExitStatusJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for ExitStatus de-serialization.
expanding(String) - Static method in class org.springframework.cloud.dataflow.completion.CompletionProposal
 
expandOneDashToTwoDashesRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
expandOneDashToTwoDashesTaskRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
ExpansionStrategy - Interface in org.springframework.cloud.dataflow.completion
Used to enhance a well formed stream definition by adding yet more text to it (e.g. adding more options to a module).
expressionString - Variable in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 

F

FEATURES_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
FeaturesConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
Configuration class that imports analytics, stream and task configuration classes.
FeaturesConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.FeaturesConfiguration
 
featuresController(FeaturesProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
FeaturesController - Class in org.springframework.cloud.dataflow.server.controller
REST controller that provides features that are enabled/disabled on the dataflow server.
FeaturesController(FeaturesProperties) - Constructor for class org.springframework.cloud.dataflow.server.controller.FeaturesController
 
FeaturesInfoResource - Class in org.springframework.cloud.dataflow.rest.resource
Provides features information.
FeaturesInfoResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
Default constructor for serialization frameworks.
FeaturesProperties - Class in org.springframework.cloud.dataflow.server.config.features
Configuration properties for all the features that need to be enabled/disabled at the dataflow server.
FeaturesProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
FieldValueCounterCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for interacting with Field Value Counter analytics.
FieldValueCounterCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
fieldValueCounterController(FieldValueCounterRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
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.
fieldValueCounterReader(RedisConnectionFactory) - Method in class org.springframework.cloud.dataflow.server.config.features.AnalyticsConfiguration
 
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
 
FileAuthenticationConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
A security configuration that conditionally sets up in-memory users from a file.
FileAuthenticationConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
 
find(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
find(String) - Method in class org.springframework.cloud.dataflow.registry.RdbmsUriRegistry
 
find(String) - Method in class org.springframework.cloud.dataflow.registry.RedisUriRegistry
Deprecated.
 
findAll() - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
findAll() - Method in class org.springframework.cloud.dataflow.registry.RdbmsUriRegistry
 
findAll() - Method in class org.springframework.cloud.dataflow.registry.RedisUriRegistry
Deprecated.
 
findAll(Sort) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
findAll(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
findAll() - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
findAll(Iterable<String>) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
findOne(String) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
findOne(String) - Method in interface org.springframework.cloud.dataflow.server.repository.DeploymentIdRepository
Find an identifier by its key.
format(Date, StringBuffer, FieldPosition) - Method in class org.springframework.cloud.dataflow.rest.job.support.ISO8601DateFormatWithMilliSeconds
 
format(Map<String, String>) - Static method in class org.springframework.cloud.dataflow.rest.util.DeploymentPropertiesUtils
Returns a String representation of deployment properties as a comma separated list of key=value pairs.
formatMessage(int, Object...) - Method in enum org.springframework.cloud.dataflow.core.dsl.DSLMessage
Produce a complete message including the prefix, the position (if known) and with the inserts applied to the message.
forStreamAppDefinition(StreamAppDefinition) - Static method in class org.springframework.cloud.dataflow.server.repository.DeploymentKey
Determines a deployment key for a stream application.
forTaskDefinition(TaskDefinition) - Static method in class org.springframework.cloud.dataflow.server.repository.DeploymentKey
Determines a deployment key for a task application.
from(StreamAppDefinition) - Static method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Create a new builder that is initialized with properties of the given definition.
from(DataFlowAppDefinition) - Static method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Create a new builder that is initialized with properties of the given definition.
fromClassName(String) - Static method in enum org.springframework.cloud.dataflow.rest.job.support.StepType
 
fromClassName(String) - Static method in enum org.springframework.cloud.dataflow.rest.job.support.TaskletType
 
fromMetaData(DataSource) - Static method in enum org.springframework.cloud.dataflow.server.repository.support.DatabaseType
Convenience method that pulls a database product name from the DataSource's metadata.
fromProductName(String) - Static method in enum org.springframework.cloud.dataflow.server.repository.support.DatabaseType
Static method to obtain a DatabaseType from the provided product name.
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

generateLimitJumpToQuery(AbstractSqlPagingQueryProvider, String) - Static method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryUtils
Generate SQL query string using a LIMIT clause
generateTopJumpToQuery(AbstractSqlPagingQueryProvider, String) - Static method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryUtils
Generate SQL query string using a TOP clause
generateValueHints(ConfigurationMetadataProperty, ClassLoader) - Method in class org.springframework.cloud.dataflow.completion.BooleanValueHintProvider
 
generateValueHints(ConfigurationMetadataProperty, ClassLoader) - Method in class org.springframework.cloud.dataflow.completion.DefaultValueHintProvider
 
generateValueHints(ConfigurationMetadataProperty, ClassLoader) - Method in class org.springframework.cloud.dataflow.completion.EnumValueHintProvider
 
generateValueHints(ConfigurationMetadataProperty, ClassLoader) - Method in interface org.springframework.cloud.dataflow.completion.ValueHintProvider
For a given property, return a list of ValueHint that may apply.
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.cloud.dataflow.shell.converter.CompletionConverter
 
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.cloud.dataflow.shell.converter.MediaTypeConverter
 
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
 
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.cloud.dataflow.shell.converter.QualifiedApplicationNameConverter
 
getApp(String) - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
Find the first reference to the named app in the stream.
getAppDefinitions() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
Return the ordered list of application definitions for this stream as a List.
getAppNodes() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
getArguments() - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
 
getArguments() - Method in class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
 
getArguments() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getArgumentsAsProperties() - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
 
getAttributes() - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
 
getBanner() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
 
getCheckpointPointer() - Method in exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
 
getCheckpointPosition() - Method in exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
 
getClassName() - Method in enum org.springframework.cloud.dataflow.rest.job.support.StepType
 
getClassName() - Method in enum org.springframework.cloud.dataflow.rest.job.support.TaskletType
 
getColumns() - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
 
getCommandFile() - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
 
getCommitCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getCount() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 
getCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getDataFlowOperations() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowShell
 
getDefaultDataflowRestTemplate() - Static method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
getDefaultDateFormat() - Static method in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
getDefaultDateTimeFormat() - Static method in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
getDefaultDurationFormat() - Static method in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
getDefaultTimeFormat() - Static method in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
getDefaultTimeZone() - Static method in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
getDeploymentId() - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
 
getDeploymentOrderIterator() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
Return an iterator that indicates the order of application deployments for this stream.
getDestinationName() - Method in class org.springframework.cloud.dataflow.core.dsl.SinkDestinationNode
 
getDestinationName() - Method in class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
 
getDestinationNode() - Method in class org.springframework.cloud.dataflow.core.dsl.SinkDestinationNode
 
getDestinationNode() - Method in class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
 
getDisplayableContents() - Method in class org.springframework.cloud.dataflow.shell.Target.Credentials
 
getDisplayName() - Method in enum org.springframework.cloud.dataflow.rest.job.support.StepType
 
getDisplayName() - Method in enum org.springframework.cloud.dataflow.rest.job.support.TaskletType
 
getDslText() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
Return the DSL definition for this stream.
getDslText() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
 
getDslText() - Method in class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
Return the DSL definition for this stream.
getDslText() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
 
getDuration() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getDuration() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getDuration() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
 
getDuration() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getDurationPerRead() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getEndPos() - Method in class org.springframework.cloud.dataflow.core.dsl.AstNode
 
getEndTime() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getErrorMessage() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getEstimatedPercentComplete() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getEstimatedPercentCompleteMessage() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getExecutionId() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getExecutionId() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getExitCode() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getExitMessage() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getExplanation() - Method in class org.springframework.cloud.dataflow.completion.CompletionProposal
 
getExplanation() - Method in class org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource.Proposal
 
getExpression() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return the expression string converted to tokens.
getExpressionString() - Method in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
getExpressionStringUntilCheckpoint() - Method in exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
Return the parsed expression until the last known, well formed position.
getExternalExecutionId() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getFilterCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getFinished() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
 
getFromClause() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
getGroupRoleAttribute() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getGroupSearchBase() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getGroupSearchFilter() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getHistorySize() - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
 
getHttp(String) - Method in class org.springframework.cloud.dataflow.shell.command.HttpCommands
 
getIndexOfLabel(String) - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
getInserts() - Method in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
getInstanceId() - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
 
getInstances() - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
 
getJobExecution() - Method in class org.springframework.cloud.dataflow.rest.job.TaskJobExecution
 
getJobExecution() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves a JobExecution from the JobRepository and matches it with a task id.
getJobExecution(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves a JobExecution from the JobRepository and matches it with a task id.
getJobExecutionId() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionResource
 
getJobExecutionIds() - Method in class org.springframework.cloud.dataflow.rest.job.TaskJobExecutionRel
 
getJobExecutionIds() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getJobExecutions() - Method in class org.springframework.cloud.dataflow.rest.resource.JobInstanceResource
 
getJobId() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getJobInstance() - Method in class org.springframework.cloud.dataflow.rest.job.JobInstanceExecutions
 
getJobInstance(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves a JobInstance from the JobRepository and matches it with the associated JobExecutions.
getJobInstance(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves a JobInstance from the JobRepository and matches it with the associated JobExecutions.
getJobInstanceId() - Method in class org.springframework.cloud.dataflow.rest.resource.JobInstanceResource
 
getJobName() - Method in class org.springframework.cloud.dataflow.rest.resource.JobInstanceResource
 
getJobParameters() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getJobParametersString() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getJvmTimeZone() - Static method in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
 
getKind() - Method in enum org.springframework.cloud.dataflow.core.dsl.DSLMessage
 
getKind() - Method in class org.springframework.cloud.dataflow.core.dsl.Token
 
getLabel() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Return symbolic name of a task.
getLabelName() - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
Return the label for this app, that is: an explicit label if provided the app name if no label was provided
getLabelName() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelNode
 
getLength() - Method in enum org.springframework.cloud.dataflow.core.dsl.TokenKind
 
getLink(ResourceSupport, String) - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
getManagerDn() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getManagerPassword() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getMax() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 
getMean() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 
getMessage() - Method in exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
 
getMessage() - Method in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
getMessage() - Method in exception org.springframework.cloud.dataflow.rest.client.DataFlowClientException
 
getMessage() - Method in exception org.springframework.cloud.dataflow.server.controller.AppAlreadyRegisteredException
 
getMessageCode() - Method in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
getMin() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 
getName() - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
 
getName() - Method in class org.springframework.cloud.dataflow.core.dsl.ArgumentNode
 
getName() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
getName() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
Return the name of this stream.
getName() - Method in class org.springframework.cloud.dataflow.registry.AppRegistration
 
getName() - Method in class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource
 
getName() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getName() - Method in class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
Return the name of this stream.
getName() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
 
getName() - Method in exception org.springframework.cloud.dataflow.server.repository.NoSuchStreamDefinitionException
Return the name of the stream definition that could not be found.
getObject() - Method in class org.springframework.cloud.dataflow.server.job.TaskExplorerFactoryBean
 
getObject() - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
Get a PagingQueryProvider instance using the provided properties and appropriate for the given database type.
getObjectType() - Method in class org.springframework.cloud.dataflow.server.job.TaskExplorerFactoryBean
 
getObjectType() - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
Always returns PagingQueryProvider.
getOptions() - Method in class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Return a list of application options.
getOrder() - Method in class org.springframework.cloud.dataflow.server.config.DefaultEnvironmentPostProcessor
 
getPageable() - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.Db2PagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.H2PagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.HsqlPagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.MySqlPagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.OraclePagingQueryProvider
 
getPageQuery(Pageable) - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
Generate the query that will provide the jump to item query.
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.PostgresPagingQueryProvider
 
getPageQuery(Pageable) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlServerPagingQueryProvider
 
getParameterCount() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
getParameterCount() - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
The number of parameters that are declared in the query
getPassword() - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
getPassword() - Method in class org.springframework.cloud.dataflow.shell.Target.Credentials
 
getPercentageComplete() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
 
getPosition() - Method in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
getPrevious() - Method in exception org.springframework.cloud.dataflow.server.controller.AppAlreadyRegisteredException
 
getProcessSkipCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getPrompt() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowPromptProvider
 
getProperties() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Return properties for the task.
getProposals() - Method in class org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource
 
getProviderName() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
 
getProviderName() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowPromptProvider
 
getReadCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getReadSkipCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getRegisteredAppName() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Return name of task app in registry.
getResource() - Method in class org.springframework.cloud.dataflow.registry.AppRegistration
 
getRestTemplate() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
 
getRollbackCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getSearchQuery() - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
 
getSecurityInfo() - Method in class org.springframework.cloud.dataflow.server.controller.FeaturesController
Return features that are enabled/disabled on the dataflow server.
getSecurityInfo() - Method in class org.springframework.cloud.dataflow.server.controller.security.SecurityController
Return security information.
getSelectClause() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
getShortDescription() - Method in class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Return a description for this application.
getSinkDestinationNode() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
getSortKeys() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
A Map<String, Order> of sort columns as the key and Order for ascending/descending.
getSortKeys() - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
The sort keys.
getSourceDestinationNode() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
getStandardDeviation() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 
getStartDate() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getStartPos() - Method in class org.springframework.cloud.dataflow.core.dsl.AstNode
 
getStartTime() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getStartTime() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getState() - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
 
getState() - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
 
getStatus() - Method in class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
Return the status of this stream (i.e.
getStatus() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
Return the status of this task (i.e.
getStatus() - Method in class org.springframework.cloud.dataflow.shell.Target
Return the target status, which is either Success or Error.
getStepExecution() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
 
getStepExecution() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionResource
 
getStepExecution(Long, Long) - Method in class org.springframework.cloud.dataflow.server.controller.JobStepExecutionController
Retrieve a specific StepExecutionResource.
getStepExecution() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getStepExecutionCount() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getStepExecutionHistory() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
 
getStepExecutionHistory() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getStepExecutionId() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
getStepName() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getStepType() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionResource
 
getStream() - Method in class org.springframework.cloud.dataflow.server.config.apps.CommonApplicationProperties
 
getStreamData() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
getStreamName() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
getStreamName() - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Return name of stream this app instance belongs to.
getStreamName() - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition
Return name of the stream this app instance belongs to.
getStreamText() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
getTarget() - Method in class org.springframework.cloud.dataflow.shell.TargetHolder
Return the Target which encapsulates not only the Target URI but also success/error messages + status.
getTargetCredentials() - Method in class org.springframework.cloud.dataflow.shell.Target
Returns the target credentials
getTargetException() - Method in class org.springframework.cloud.dataflow.shell.Target
If during targeting an error occurred, the resulting Exception is made available for further introspection.
getTargetResultMessage() - Method in class org.springframework.cloud.dataflow.shell.Target
Provides a result message indicating whether the provide Target.getTargetUri() was successfully targeted or not.
getTargetUri() - Method in class org.springframework.cloud.dataflow.shell.Target
 
getTargetUriAsString() - Method in class org.springframework.cloud.dataflow.shell.Target
Returns the target URI as a String.
getTaskExecution() - Method in class org.springframework.cloud.dataflow.rest.job.TaskJobExecutionRel
 
getTaskExecutionId() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getTaskId() - Method in class org.springframework.cloud.dataflow.rest.job.TaskJobExecution
 
getTaskJobExecutions() - Method in class org.springframework.cloud.dataflow.rest.job.JobInstanceExecutions
 
getTaskName() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
getText() - Method in class org.springframework.cloud.dataflow.completion.CompletionProposal
 
getText() - Method in class org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource.Proposal
 
getTimeZone() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
getTokenChars() - Method in enum org.springframework.cloud.dataflow.core.dsl.TokenKind
 
getTokenPointer() - Method in exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
 
getTokens() - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return the Tokens this parser is using.
getTokens() - Method in exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
 
getTokenStream() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return an immutable list of tokens
getType() - Method in class org.springframework.cloud.dataflow.registry.AppRegistration
 
getType() - Method in class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource
 
getUri() - Method in class org.springframework.cloud.dataflow.registry.AppRegistration
 
getUri() - Method in class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource
 
getUrl() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getUserDnPattern() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getUsername() - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
getUsername() - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
getUsername() - Method in class org.springframework.cloud.dataflow.shell.Target.Credentials
 
getUsers() - Method in class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
 
getUserSearchBase() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getUserSearchFilter() - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
getValue() - Method in class org.springframework.cloud.dataflow.core.dsl.ArgumentNode
 
getVersion() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
Returns the version information as found in the manifest file (set during release).
getWelcomeMessage() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
 
getWhereClause() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
getWriteCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
getWriteSkipCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 

H

H2PagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
H2 implementation of a PagingQueryProvider using database specific features.
H2PagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.H2PagingQueryProvider
 
H2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.H2ServerConfiguration
 
H2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
handleError(ClientHttpResponse) - Method in class org.springframework.cloud.dataflow.rest.client.VndErrorResponseErrorHandler
 
hasArguments() - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
 
hashCode() - Method in class org.springframework.cloud.dataflow.core.dsl.Token
 
hashCode() - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition
 
hashCode() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
 
hashCode() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
 
hasNext() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return true if there are more tokens to process.
hasPayload() - Method in enum org.springframework.cloud.dataflow.core.dsl.TokenKind
 
HORIZONTAL_LINE - Static variable in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
HsqlPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
HSQLDB implementation of a PagingQueryProvider using database specific features.
HsqlPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.HsqlPagingQueryProvider
 
HttpCommands - Class in org.springframework.cloud.dataflow.shell.command
Http commands.
HttpCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.HttpCommands
 

I

importAll(boolean, String...) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
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
 
importFromResource(String, boolean, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
inClauseByKey - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
index() - Method in class org.springframework.cloud.dataflow.server.controller.UiController
 
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
 
info(ApplicationType, String) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
Retrieve detailed information about a particular application.
info() - Method in class org.springframework.cloud.dataflow.server.controller.RootController
Return a ResourceSupport object containing the resources served by the Data Flow server.
info(AppRegistryCommands.QualifiedApplicationName) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
info() - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
init(AuthenticationManagerBuilder) - Method in class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
Initializes the AuthenticationManagerBuilder.
init(AuthenticationManagerBuilder) - Method in class org.springframework.cloud.dataflow.server.config.security.LdapAuthenticationConfiguration
 
init(DataSource) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
init(DataSource) - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
Initialize the query provider using the provided DataSource if necessary.
initH2TCPServer() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.H2ServerConfiguration
 
initialize(LdapSecurityPropertiesValid) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityPropertiesValidator
 
INPUT_BINDING_KEY_PREFIX - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Prefix used in property keys for input binding.
INPUT_CONTENT_TYPE - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Content Type property key for input binding.
INPUT_DESTINATION - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Destination property key for input binding.
INPUT_GROUP - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Group property key for input binding.
INPUT_PARTITIONED - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Partitioned property key for input binding.
inserts - Variable in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
INSTANCE_COUNT - Static variable in class org.springframework.cloud.dataflow.core.StreamPropertyKeys
Instance Count property key.
instanceDisplay(long) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
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
 
isAbandonable() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
isAnalyticsEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
 
isAnalyticsEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
isAuthenticated() - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
isAuthenticationEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
isDefined() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
isExclusive(ConfigurationMetadataProperty) - Method in class org.springframework.cloud.dataflow.completion.BooleanValueHintProvider
 
isExclusive(ConfigurationMetadataProperty) - Method in class org.springframework.cloud.dataflow.completion.DefaultValueHintProvider
 
isExclusive(ConfigurationMetadataProperty) - Method in class org.springframework.cloud.dataflow.completion.EnumValueHintProvider
 
isExclusive(ConfigurationMetadataProperty) - Method in interface org.springframework.cloud.dataflow.completion.ValueHintProvider
Return true if the values returned by this provider are the only values that apply as completion proposals.
isFinished() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
isIdentifier() - Method in class org.springframework.cloud.dataflow.core.dsl.Token
 
isJobExecutionAbandonable(JobExecution) - Static method in class org.springframework.cloud.dataflow.rest.job.support.JobUtils
Determine whether the provided JobExecution is abandonable.
isJobExecutionRestartable(JobExecution) - Static method in class org.springframework.cloud.dataflow.rest.job.support.JobUtils
Determine whether the provided JobExecution is restartable.
isJobExecutionStoppable(JobExecution) - Static method in class org.springframework.cloud.dataflow.rest.job.support.JobUtils
Determine whether the provided JobExecution is stoppable.
isKind(TokenKind) - Method in class org.springframework.cloud.dataflow.core.dsl.Token
 
isNextAdjacent() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return true if the first character of the token at the current position is the same as the last character of the token at the previous position.
ISO8601DateFormatWithMilliSeconds - Class in org.springframework.cloud.dataflow.rest.job.support
Improved version of the ISO8601DateFormat that also serializes milliseconds.
ISO8601DateFormatWithMilliSeconds() - Constructor for class org.springframework.cloud.dataflow.rest.job.support.ISO8601DateFormatWithMilliSeconds
 
isRestartable() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
isSingleton() - Method in class org.springframework.cloud.dataflow.server.job.TaskExplorerFactoryBean
 
isSingleton() - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
Always returns true.
isStoppable() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
isStreamsEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
 
isStreamsEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
isTaskDefined() - Method in class org.springframework.cloud.dataflow.rest.job.TaskJobExecution
 
isTasksEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
 
isTasksEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
isUsingNamedParameters() - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
isUsingNamedParameters() - Method in interface org.springframework.cloud.dataflow.server.repository.support.PagingQueryProvider
Indicate whether the generated queries use named parameter syntax.
isValid(Object, ConstraintValidatorContext) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityPropertiesValidator
 
isValidName(String) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Verify the supplied name is a valid name.

J

JdbcParameterUtils - Class in org.springframework.cloud.dataflow.server.repository.support
Helper methods for SQL statement parameter parsing.
JdbcParameterUtils() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.JdbcParameterUtils
 
jdbcTemplate - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
JobCommands - Class in org.springframework.cloud.dataflow.shell.command
Job commands for the SCDF Shell.
JobCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.JobCommands
 
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
 
jobExecutionController(TaskJobService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
JobExecutionController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on JobExecution.
JobExecutionController(TaskJobService) - Constructor for class org.springframework.cloud.dataflow.server.controller.JobExecutionController
Creates a JobExecutionController that retrieves Job Execution information from a the JobService
JobExecutionJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for JobExecution de-serialization.
JobExecutionResource - Class in org.springframework.cloud.dataflow.rest.resource
A HATEOAS representation of a JobExecution.
JobExecutionResource(TaskJobExecution, TimeZone) - Constructor for class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
 
JobExecutionResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
jobExplorerFactoryBean(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
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
 
jobInstanceController(TaskJobService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
JobInstanceController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on JobInstance.
JobInstanceController(TaskJobService) - Constructor for class org.springframework.cloud.dataflow.server.controller.JobInstanceController
Creates a JobInstanceController that retrieves Job Instance information.
JobInstanceExecutions - Class in org.springframework.cloud.dataflow.rest.job
Enumerates the relationship between a JobInstance and its JobExecutions.
JobInstanceExecutions(JobInstance, List<TaskJobExecution>) - Constructor for class org.springframework.cloud.dataflow.rest.job.JobInstanceExecutions
 
JobInstanceJacksonMixIn - Class in org.springframework.cloud.dataflow.rest.client.support
Jackson MixIn for JobInstance de-serialization.
JobInstanceResource - Class in org.springframework.cloud.dataflow.rest.resource
A HATEOAS representation of a JobInstance.
JobInstanceResource(String, long, List<JobExecutionResource>) - Constructor for class org.springframework.cloud.dataflow.rest.resource.JobInstanceResource
 
JobInstanceResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
JobNotRestartableException - Exception in org.springframework.cloud.dataflow.server.job.support
Thrown if a Job is deemed not restartable.
JobNotRestartableException() - Constructor for exception org.springframework.cloud.dataflow.server.job.support.JobNotRestartableException
 
JobNotRestartableException(String) - Constructor for exception org.springframework.cloud.dataflow.server.job.support.JobNotRestartableException
 
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
 
jobRepositoryFactoryBean(DataSource, DataSourceTransactionManager) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
jobRepositoryFactoryBeanForServer(DataSource, Server, DataSourceTransactionManager) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
jobStepExecutionController(JobService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
JobStepExecutionController - Class in org.springframework.cloud.dataflow.server.controller
 
JobStepExecutionController(JobService) - Constructor for class org.springframework.cloud.dataflow.server.controller.JobStepExecutionController
Creates a JobStepExecutionsController that retrieves Job Step Execution information from a the JobService
jobStepExecutionProgressController(JobService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
JobStepExecutionProgressController - Class in org.springframework.cloud.dataflow.server.controller
 
JobStepExecutionProgressController(JobService) - Constructor for class org.springframework.cloud.dataflow.server.controller.JobStepExecutionProgressController
Creates a JobStepProgressInfoExecutionsController that retrieves Job Step Progress Execution information from a the JobService
JobTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for JobOperations.
JobUtils - Class in org.springframework.cloud.dataflow.rest.job.support
Provides a common utility methods for job-related tasks.

K

keyColumn - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 

L

LabelNode - Class in org.springframework.cloud.dataflow.core.dsl
Represents a label attached to a module.
LabelNode(String, int, int) - Constructor for class org.springframework.cloud.dataflow.core.dsl.LabelNode
 
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
 
launch(String, String, File, String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
LdapAuthenticationConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
A security configuration that conditionally sets up in-memory users from a file.
LdapAuthenticationConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.LdapAuthenticationConfiguration
 
LdapSecurityProperties - Class in org.springframework.cloud.dataflow.server.config.security.support
Properties for the Ldap security aspects of an application.
LdapSecurityProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
LdapSecurityPropertiesValid - Annotation Type in org.springframework.cloud.dataflow.server.config.security.support
 
LdapSecurityPropertiesValidator - Class in org.springframework.cloud.dataflow.server.config.security.support
 
LdapSecurityPropertiesValidator() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityPropertiesValidator
 
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
 
list(PagedResourcesAssembler<AppRegistration>, ApplicationType, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
List app registrations.
list(Pageable, PagedResourcesAssembler<TaskJobExecution>) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
Return a page-able list of JobExecutionResource defined jobs.
list(String, Pageable, PagedResourcesAssembler<JobInstanceExecutions>) - Method in class org.springframework.cloud.dataflow.server.controller.JobInstanceController
Return a page-able list of JobInstanceResource defined jobs.
list(String, PagedResourcesAssembler<AppInstanceStatus>) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController.AppInstanceController
 
list(PagedResourcesAssembler<AppStatus>) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController
 
list(Pageable, String, PagedResourcesAssembler<StreamDefinition>) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Return a page-able list of StreamDefinitionResource defined streams.
list(Pageable, String, PagedResourcesAssembler<TaskDefinition>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
Return a page-able list of TaskDefinitionResource defined tasks.
list(Pageable, PagedResourcesAssembler<TaskJobExecutionRel>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
Return a page-able list of TaskExecutionResource defined tasks.
list() - Method in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
list(boolean, String[]) - Method in class org.springframework.cloud.dataflow.shell.command.RuntimeCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
LIST_OF_NAMES - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
listJobExecutions(Pageable) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves Pageable list of JobExecutions from the JobRepository and matches the data with a task id.
listJobExecutions(Pageable) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves Pageable list of JobExecutions from the JobRepository and matches the data with a task id.
listJobExecutionsForJob(Pageable, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves Pageable list of JobExecution from the JobRepository with a specific jobName and matches the data with a task id.
listJobExecutionsForJob(Pageable, String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves Pageable list of JobExecution from the JobRepository with a specific jobName and matches the data with a task id.
listProperties(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
 
listProperties(Resource, boolean) - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
Return metadata about configuration properties that are documented via Spring Boot configuration metadata and visible in an app.
listProperties(Resource, boolean) - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
Return metadata about configuration properties that are documented via Spring Boot configuration metadata and visible in an app.
listProperties(Archive, boolean) - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
 
listProperties(Resource, boolean) - Method in class org.springframework.cloud.dataflow.configuration.metadata.DelegatingApplicationConfigurationMetadataResolver
 
listRelated(String, boolean, PagedResourcesAssembler<StreamDefinition>) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Return a list of related stream definition resources based on the given stream name.
listStreams() - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
listTaskJobInstancesForJobName(Pageable, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
Retrieves Pageable list of JobInstanceExecutions from the JobRepository with a specific jobName and matches the data with the associated JobExecutions.
listTaskJobInstancesForJobName(Pageable, String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Retrieves Pageable list of JobInstanceExecutions from the JobRepository with a specific jobName and matches the data with the associated JobExecutions.
LocalDataFlowServer - Class in org.springframework.cloud.dataflow.server.local
Bootstrap class for the local Spring Cloud Data Flow Server.
LocalDataFlowServer() - Constructor for class org.springframework.cloud.dataflow.server.local.LocalDataFlowServer
 
log() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.DefaultShellComponents
 
log() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.RegisterInternalCommands
 
loginController() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
LoginController - Class in org.springframework.cloud.dataflow.server.controller.security
Controller responsible for handling web-logins as well as basic redirects for for the admin-ui.
LoginController() - Constructor for class org.springframework.cloud.dataflow.server.controller.security.LoginController
 
lookAhead(int, TokenKind) - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return true if the token in the position indicated by Tokens.position + distance matches the token indicated by desiredTokenKind.

M

main(String[]) - Static method in class org.springframework.cloud.dataflow.server.local.LocalDataFlowServer
 
main(String[]) - Static method in class org.springframework.cloud.dataflow.shell.ShellApplication
 
ManualOAuthAuthenticationProvider - Class in org.springframework.cloud.dataflow.server.service.impl
Provides a custom AuthenticationProvider that allows for authentication (username and password) against an OAuth Server using a password grant.
ManualOAuthAuthenticationProvider() - Constructor for class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
 
mavenProperties() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
mavenResourceLoader(MavenProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
MediaTypeConverter - Class in org.springframework.cloud.dataflow.shell.converter
Knows how to parse String representations of MediaType.
MediaTypeConverter() - Constructor for class org.springframework.cloud.dataflow.shell.converter.MediaTypeConverter
 
message - Variable in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
messageConverters() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
metadataResolver() - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolverAutoConfiguration
 
metricRepository(RedisConnectionFactory) - Method in class org.springframework.cloud.dataflow.server.config.features.AnalyticsConfiguration
 
MySqlPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
MySQL implementation of a PagingQueryProvider using database specific features.
MySqlPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.MySqlPagingQueryProvider
 

N

name - Variable in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands.QualifiedApplicationName
 
namedParameterJdbcTemplate - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
next() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return the next Token and advance the current token position.
NoH2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.NoH2ServerConfiguration
 
NoH2ServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
NoSuchAppRegistrationException - Exception in org.springframework.cloud.dataflow.registry.support
Thrown when an AppRegistration of a given name and ApplicationType was expected but did not exist.
NoSuchAppRegistrationException(String, ApplicationType) - Constructor for exception org.springframework.cloud.dataflow.registry.support.NoSuchAppRegistrationException
 
NoSuchStreamDefinitionException - Exception in org.springframework.cloud.dataflow.server.repository
Thrown when a stream definition of a given name was expected but did not exist.
NoSuchStreamDefinitionException(String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.NoSuchStreamDefinitionException
 
NoSuchStreamDefinitionException(String, String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.NoSuchStreamDefinitionException
 
NoSuchTaskDefinitionException - Exception in org.springframework.cloud.dataflow.server.repository
Thrown when a task definition of a given name was expected but did not exist.
NoSuchTaskDefinitionException(String) - Constructor for exception org.springframework.cloud.dataflow.server.repository.NoSuchTaskDefinitionException
 
NoSuchTaskExecutionException - Exception in org.springframework.cloud.dataflow.server.repository
 
NoSuchTaskExecutionException(long) - Constructor for exception org.springframework.cloud.dataflow.server.repository.NoSuchTaskExecutionException
Create a new exception.
NumberFormatConverter - Class in org.springframework.cloud.dataflow.shell.converter
Knows how to convert from a String to a new NumberFormat instance.
NumberFormatConverter() - Constructor for class org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
 

O

OAuthSecurityConfiguration - Class in org.springframework.cloud.dataflow.server.config.security
Setup Spring Security OAuth for the Rest Endpoints of Spring Cloud Data Flow.
OAuthSecurityConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.security.OAuthSecurityConfiguration
 
objectMapper() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
onApplicationEvent(ApplicationReadyEvent) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
onConflictException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
Log the exception message at warn level and stack trace as trace level.
onException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
Handles the general error case.
onNotFoundException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
Log the exception message at warn level and stack trace as trace level.
OnOAuth2Disabled - Class in org.springframework.cloud.dataflow.server.config.security.support
Condition that is only valid if security.basic.enabled is true and the property security.oauth2 exists.
OnOAuth2Disabled() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.OnOAuth2Disabled
 
OnSecurityEnabledAndOAuth2Disabled - Class in org.springframework.cloud.dataflow.server.config.security.support
Condition that is only valid if security.basic.enabled is true and the property security.oauth2.client.client-id does NOT exists.
OnSecurityEnabledAndOAuth2Disabled() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.OnSecurityEnabledAndOAuth2Disabled
 
OnSecurityEnabledAndOAuth2Enabled - Class in org.springframework.cloud.dataflow.server.config.security.support
Condition that is only valid if security.basic.enabled is true and the property security.oauth2.client.client-id exists.
OnSecurityEnabledAndOAuth2Enabled() - Constructor for class org.springframework.cloud.dataflow.server.config.security.support.OnSecurityEnabledAndOAuth2Enabled
 
onUnprocessableEntityException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
Log the exception message at warn level and stack trace as trace level.
OraclePagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
Oracle implementation of a PagingQueryProvider using database specific features.
OraclePagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.OraclePagingQueryProvider
 
Order - Enum in org.springframework.cloud.dataflow.server.repository.support
The direction of the sort in an ORDER BY clause.
orderMap - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
org.springframework.cloud.dataflow.completion - package org.springframework.cloud.dataflow.completion
Contains classes related to code-completion of stream definitions expressed in the Spring Cloud Dataflow DSL.
org.springframework.cloud.dataflow.configuration.metadata - package org.springframework.cloud.dataflow.configuration.metadata
Root package of Spring Cloud Data Flow Configuration Metadata.
org.springframework.cloud.dataflow.core - package org.springframework.cloud.dataflow.core
Root package of the Spring Cloud Data Flow domain model.
org.springframework.cloud.dataflow.core.dsl - package org.springframework.cloud.dataflow.core.dsl
Base package for processing DeploymentUnit(Stream/Job) DSL.
org.springframework.cloud.dataflow.registry - package org.springframework.cloud.dataflow.registry
Root package of the Data Flow registry support.
org.springframework.cloud.dataflow.registry.support - package org.springframework.cloud.dataflow.registry.support
Contains AppRegistration support classes.
org.springframework.cloud.dataflow.rest - package org.springframework.cloud.dataflow.rest
Root package of Spring Cloud Data Flow Rest.
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.
org.springframework.cloud.dataflow.rest.job - package org.springframework.cloud.dataflow.rest.job
Defines the Batch Job specific REST domain classes.
org.springframework.cloud.dataflow.rest.job.support - package org.springframework.cloud.dataflow.rest.job.support
Provides Batch Job related support classes and utilities.
org.springframework.cloud.dataflow.rest.resource - package org.springframework.cloud.dataflow.rest.resource
Spring Cloud Data Flow REST HATEOAS Resource support.
org.springframework.cloud.dataflow.rest.resource.security - package org.springframework.cloud.dataflow.rest.resource.security
Provides security-related REST resources.
org.springframework.cloud.dataflow.rest.util - package org.springframework.cloud.dataflow.rest.util
Contains utilities for the Dataflow REST support.
org.springframework.cloud.dataflow.server - package org.springframework.cloud.dataflow.server
Root package of Spring Cloud Data Flow Core.
org.springframework.cloud.dataflow.server.completion - package org.springframework.cloud.dataflow.server.completion
Contains classes for the auto-completion support.
org.springframework.cloud.dataflow.server.config - package org.springframework.cloud.dataflow.server.config
Spring Cloud Data Flow Server configuration classes.
org.springframework.cloud.dataflow.server.config.apps - package org.springframework.cloud.dataflow.server.config.apps
Package for the classes that have common application configuration properties.
org.springframework.cloud.dataflow.server.config.features - package org.springframework.cloud.dataflow.server.config.features
Contains specific features' configuration classes.
org.springframework.cloud.dataflow.server.config.security - package org.springframework.cloud.dataflow.server.config.security
Contains security related configuration classes.
org.springframework.cloud.dataflow.server.config.security.support - package org.springframework.cloud.dataflow.server.config.security.support
 
org.springframework.cloud.dataflow.server.config.web - package org.springframework.cloud.dataflow.server.config.web
Contains web configuration classes.
org.springframework.cloud.dataflow.server.controller - package org.springframework.cloud.dataflow.server.controller
Spring Cloud Data Flow Server Controllers.
org.springframework.cloud.dataflow.server.controller.security - package org.springframework.cloud.dataflow.server.controller.security
Provides security-related Controllers.
org.springframework.cloud.dataflow.server.controller.security.support - package org.springframework.cloud.dataflow.server.controller.security.support
 
org.springframework.cloud.dataflow.server.job - package org.springframework.cloud.dataflow.server.job
Contains core Batch Job functionality for Dataflow.
org.springframework.cloud.dataflow.server.job.support - package org.springframework.cloud.dataflow.server.job.support
Contains supporting classes for the Dataflow Batch Job functionality.
org.springframework.cloud.dataflow.server.local - package org.springframework.cloud.dataflow.server.local
Root package for the local version of Spring Cloud Data Flow Server.
org.springframework.cloud.dataflow.server.repository - package org.springframework.cloud.dataflow.server.repository
Spring Cloud Data Flow Server Repositories.
org.springframework.cloud.dataflow.server.repository.support - package org.springframework.cloud.dataflow.server.repository.support
Provides RDBMS-related support classes including PagingQueryProvider implementations for supported databases.
org.springframework.cloud.dataflow.server.service - package org.springframework.cloud.dataflow.server.service
Contains various Services (Interfaces) that are part of the Dataflow Server.
org.springframework.cloud.dataflow.server.service.impl - package org.springframework.cloud.dataflow.server.service.impl
Contains Service implementations for the Dataflow Server.
org.springframework.cloud.dataflow.shell - package org.springframework.cloud.dataflow.shell
Root package for the Spring Cloud Data Flow Shell.
org.springframework.cloud.dataflow.shell.autoconfigure - package org.springframework.cloud.dataflow.shell.autoconfigure
Contains classes for the integration of Spring Boot and Spring Shell.
org.springframework.cloud.dataflow.shell.command - package org.springframework.cloud.dataflow.shell.command
Command classes for the Spring Cloud Data Flow Shell.
org.springframework.cloud.dataflow.shell.config - package org.springframework.cloud.dataflow.shell.config
Configuration classes for the Spring Cloud Data Flow Shell.
org.springframework.cloud.dataflow.shell.converter - package org.springframework.cloud.dataflow.shell.converter
Contains various Spring Shell Converters.
OUTPUT_BINDING_KEY_PREFIX - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Prefix used in property keys for output binding.
OUTPUT_CONTENT_TYPE - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Content Type property key for output binding.
OUTPUT_DESTINATION - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Destination property key for output binding.
OUTPUT_PARTITION_COUNT - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Partition Count property key for output binding.
OUTPUT_PARTITION_KEY_EXPRESSION - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Partition Key Expression property key for output binding.
OUTPUT_PARTITION_KEY_EXTRACTOR_CLASS - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Partition Key Extractor Class property key for output binding.
OUTPUT_REQUIRED_GROUPS - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Required groups for output binding.

P

Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.AppStatusResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.JobInstanceResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StepExecutionResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamDeploymentResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskDeploymentResource.Page
 
Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource.Page
 
PagingQueryProvider - Interface in org.springframework.cloud.dataflow.server.repository.support
Interface defining the functionality to be provided for generating paging queries.
parse() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamParser
Parse a stream definition.
parse() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskParser
Parse a task definition.
parse(String) - Static method in class org.springframework.cloud.dataflow.rest.util.DeploymentPropertiesUtils
Parses a String comprised of 0 or more comma-delimited key=value pairs where each key has the format: app.[appname].[key].
parse(ShellProperties, String[]) - Method in class org.springframework.cloud.dataflow.shell.ShellCommandLineParser
Parse ShellProperties and ApplicationArguments to create an instance of the
ParseException - Exception in org.springframework.cloud.dataflow.core.dsl
Root exception for DSL parsing related exceptions.
ParseException(String, int, DSLMessage, Object...) - Constructor for exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
parseParams(List<String>) - Static method in class org.springframework.cloud.dataflow.rest.util.DeploymentPropertiesUtils
Parses a list of command line parameters and returns a list of parameters which doesn't contain any special quoting either for values or whole parameter.
peek() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return the token at the current position.
peek(TokenKind) - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return true if the indicated token matches the current token position.
pipeIntoOtherAppsExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
PipeIntoOtherAppsExpansionStrategy - Class in org.springframework.cloud.dataflow.completion
Continues a well-formed stream definition by adding a pipe symbol and another app, provided that the stream definition hasn't reached its end yet.
PipeIntoOtherAppsExpansionStrategy(AppRegistry) - Constructor for class org.springframework.cloud.dataflow.completion.PipeIntoOtherAppsExpansionStrategy
 
position - Variable in exception org.springframework.cloud.dataflow.core.dsl.ParseException
 
position() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Return the current token position.
PostgresPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
Postgres implementation of a PagingQueryProvider using database specific features.
PostgresPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.PostgresPagingQueryProvider
 
postHttp(String, String, File, MediaType) - Method in class org.springframework.cloud.dataflow.shell.command.HttpCommands
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.dataflow.server.config.DefaultEnvironmentPostProcessor
 
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:
progress(long, long) - Method in class org.springframework.cloud.dataflow.server.controller.JobStepExecutionProgressController
Get the step execution progress for the given jobExecutions step.
prompt(String, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.ConsoleUserInput
 
prompt(String, String, boolean) - Method in interface org.springframework.cloud.dataflow.shell.command.UserInput
Display a prompt text to the user and expect them to enter a free-form value.
promptWithOptions(String, String, String...) - Method in class org.springframework.cloud.dataflow.shell.command.ConsoleUserInput
Loops until one of the options is provided.
promptWithOptions(String, String, String...) - Method in interface org.springframework.cloud.dataflow.shell.command.UserInput
Display a prompt text to the user and expect one of options in return.
Proposal(String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource.Proposal
 

Q

QualifiedApplicationName(String, ApplicationType) - Constructor for class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands.QualifiedApplicationName
 
QualifiedApplicationNameConverter - Class in org.springframework.cloud.dataflow.shell.converter
Knows how to build and query AppRegistryCommands.QualifiedApplicationNames.
QualifiedApplicationNameConverter() - Constructor for class org.springframework.cloud.dataflow.shell.converter.QualifiedApplicationNameConverter
 
qualifyProperties(Map<String, String>, Resource) - Method in class org.springframework.cloud.dataflow.server.controller.WhitelistProperties
Return a copy of app properties where shorthand form have been expanded to their long form (amongst the whitelisted supported properties of the app) if applicable.

R

raiseException(int, DSLMessage, Object...) - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
Throw a new CheckPointedParseException based on the current and last successfully processed token position.
RdbmsDeploymentIdRepository - Class in org.springframework.cloud.dataflow.server.repository
RDBMS implementation of DeploymentIdRepository.
RdbmsDeploymentIdRepository(DataSource) - Constructor for class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
 
RdbmsStreamDefinitionRepository - Class in org.springframework.cloud.dataflow.server.repository
RDBMS implementation of StreamDefinitionRepository.
RdbmsStreamDefinitionRepository(DataSource) - Constructor for class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDefinitionRepository
 
RdbmsTaskDefinitionRepository - Class in org.springframework.cloud.dataflow.server.repository
RDBMS implementation of TaskDefinitionRepository.
RdbmsTaskDefinitionRepository(DataSource) - Constructor for class org.springframework.cloud.dataflow.server.repository.RdbmsTaskDefinitionRepository
 
RdbmsUriRegistry - Class in org.springframework.cloud.dataflow.registry
RDBMS implementation of UriRegistry.
RdbmsUriRegistry(DataSource) - Constructor for class org.springframework.cloud.dataflow.registry.RdbmsUriRegistry
 
RecoveryStrategy<E extends Exception> - Interface in org.springframework.cloud.dataflow.completion
Used to provide completions on ill-formed stream definitions, after an initial (failed) parse.
redisHealthIndicator() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesConfiguration
 
RedisUriRegistry - Class in org.springframework.cloud.dataflow.registry
Deprecated.
RedisUriRegistry(RedisConnectionFactory) - Constructor for class org.springframework.cloud.dataflow.registry.RedisUriRegistry
Deprecated.
Construct a RedisArtifactRegistry with the provided RedisConnectionFactory.
register(String, URI) - Method in class org.springframework.cloud.dataflow.registry.RdbmsUriRegistry
 
register(String, URI) - Method in class org.springframework.cloud.dataflow.registry.RedisUriRegistry
Deprecated.
 
register(String, ApplicationType, 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, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
 
register(ApplicationType, String, String, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
Register a module name and type with its URI.
register(String, ApplicationType, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
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
 
registerAll(PagedResourcesAssembler<AppRegistration>, String, Properties, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
Register all applications listed in a properties file or provided as key/value pairs.
RegisterInternalCommands() - Constructor for class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.RegisterInternalCommands
 
relProviderOverridingBeanPostProcessor() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
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
 
reset(String) - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
reset(String) - Method in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
resources - Variable in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
Holds discovered URLs of the API.
restartJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
Restart the Job Execution with the given jobExecutionId.
restartJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
 
restartJobExecution(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Restarts a JobExecution IF the respective JobExecution is actually deemed restartable.
restControllerAdvice() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
RestControllerAdvice - Class in org.springframework.cloud.dataflow.server.controller
Apply common behavior (exception handling etc.,) to all the REST controllers.
RestControllerAdvice() - Constructor for class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
 
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.
restTemplate() - Static method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
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
 
retrieveJobsByName(String, Pageable, PagedResourcesAssembler<TaskJobExecution>) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
Retrieve all task job executions with the task name specified
retrieveTasksByName(String, Pageable, PagedResourcesAssembler<TaskJobExecutionRel>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
Retrieve all task executions with the task name specified
rootController(EntityLinks) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
RootController - Class in org.springframework.cloud.dataflow.server.controller
Controller for the root resource of the Data Flow server.
RootController(EntityLinks) - Constructor for class org.springframework.cloud.dataflow.server.controller.RootController
Construct an RootController.
rowMapper - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
run(String...) - Method in class org.springframework.cloud.dataflow.shell.ShellCommandLineRunner
 
runtimeAppsController(StreamDefinitionRepository, DeploymentIdRepository, AppDeployer) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
RuntimeAppsController - Class in org.springframework.cloud.dataflow.server.controller
Exposes runtime status of deployed apps.
RuntimeAppsController(StreamDefinitionRepository, DeploymentIdRepository, AppDeployer) - Constructor for class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController
Instantiates a new runtime apps controller.
RuntimeAppsController.AppInstanceController - Class in org.springframework.cloud.dataflow.server.controller
 
RuntimeCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for displaying the runtime state of deployed apps.
RuntimeCommands(DataFlowShell) - Constructor for class org.springframework.cloud.dataflow.shell.command.RuntimeCommands
 
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

save(String, ApplicationType, URI) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
save(String, String, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Create a new stream.
save(String, String) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
Register a task for future deployment/execution.
save(Iterable<S>) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
save(String, String) - Method in interface org.springframework.cloud.dataflow.server.repository.DeploymentIdRepository
Associates a given app deployment key with an identifier.
save(String, String) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
 
save(String) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsDeploymentIdRepository
 
save(StreamDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsStreamDefinitionRepository
 
save(TaskDefinition) - Method in class org.springframework.cloud.dataflow.server.repository.RdbmsTaskDefinitionRepository
 
saveRow - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
search(SearchPageable) - Method in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
search(SearchPageable) - Method in interface org.springframework.cloud.dataflow.server.repository.StreamDefinitionRepository
 
search(SearchPageable) - Method in interface org.springframework.cloud.dataflow.server.repository.TaskDefinitionRepository
 
SearchPageable - Class in org.springframework.cloud.dataflow.server.repository.support
Simple class that is composed of a Pageable and several properties to encapsulate search queries.
SearchPageable(Pageable, String) - Constructor for class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
Initialize a SearchPageable.
securityController(SecurityProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
SecurityController - Class in org.springframework.cloud.dataflow.server.controller.security
Provides security-related meta information.
SecurityController(SecurityProperties) - Constructor for class org.springframework.cloud.dataflow.server.controller.security.SecurityController
 
SecurityInfoResource - Class in org.springframework.cloud.dataflow.rest.resource.security
Provides security related meta-information.
SecurityInfoResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
Default constructor for serialization frameworks.
selectClause - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
sessionRepository() - Method in class org.springframework.cloud.dataflow.server.config.security.BasicAuthSecurityConfiguration
 
setAnalyticsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
 
setAnalyticsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.dataflow.shell.ShellCommandLineRunner
 
setAttributes(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
 
setAuthenticated(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
setAuthenticationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
setCommandFile(String) - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
 
setCommandLine(CommandLine) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setDatabaseType(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
setDataFlowOperations(DataFlowOperations) - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowShell
 
setDataFlowShell(DataFlowShell) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
setDataFlowShell(DataFlowShell) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setDataSource(DataSource) - Method in class org.springframework.cloud.dataflow.server.repository.support.DataflowRdbmsInitializer
 
setDataSource(DataSource) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
setDeploymentId(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
 
setFromClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
setFromClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
setGroupRoleAttribute(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setGroupSearchBase(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setGroupSearchFilter(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setHistorySize(int) - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
 
setInstanceId(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
 
setInstances(Resources<AppInstanceStatusResource>) - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
 
setLabel(String) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Set the app label.
setLabel(String) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Set the app label.
setManagerDn(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setManagerPassword(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setPassword(String) - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
setPassword(String) - Method in class org.springframework.cloud.dataflow.shell.Target.Credentials
 
setProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Sets app properties.
setProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Sets the contents of the provided map as the map of app properties.
setProperty(String, String) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Set an app property.
setProperty(String, String) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Set an app property.
setRegisteredAppName(String) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Set the name of the app in the registry.
setRegisteredAppName(String) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Set the name of the app in the registry.
setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.dataflow.server.repository.support.DataflowRdbmsInitializer
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
setRestTemplate(RestTemplate) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setSelectClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
setSelectClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
setServerUri(String) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setShortDescription(String) - Method in class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Set a description for this application.
setSortKeys(Map<String, Order>) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
setSortKeys(Map<String, Order>) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
setState(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
 
setState(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
 
setStatus(String) - Method in class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
Set the status of this stream (i.e.
setStatus(String) - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
Set the status of this task (i.e.
setStream(Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.config.apps.CommonApplicationProperties
 
setStreamName(String) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Set the stream name this app belongs to.
setStreamsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
 
setStreamsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
setTarget(Target) - Method in class org.springframework.cloud.dataflow.shell.TargetHolder
Set the Dataflow Server Target.
setTargetException(Exception) - Method in class org.springframework.cloud.dataflow.shell.Target
Sets the exception in case an error occurred during targeting.
setTargetHolder(TargetHolder) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setTargetResultMessage(String) - Method in class org.springframework.cloud.dataflow.shell.Target
Set the result messages indicating the success or failure while targeting the Spring XD Admin Server.
setTasksEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.FeaturesInfoResource
 
setTasksEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
setUrl(URI) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setUserDnPattern(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setUserInput(UserInput) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setUsername(String) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
 
setUsername(String) - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
setUsername(String) - Method in class org.springframework.cloud.dataflow.shell.Target.Credentials
 
setUsers(Properties) - Method in class org.springframework.cloud.dataflow.server.config.security.FileAuthenticationConfiguration
Set users as Properties.
setUserSearchBase(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setUserSearchFilter(String) - Method in class org.springframework.cloud.dataflow.server.config.security.support.LdapSecurityProperties
 
setWhereClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.AbstractSqlPagingQueryProvider
 
setWhereClause(String) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
shell() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
ShellApplication - Class in org.springframework.cloud.dataflow.shell
Bootstrap class for spring shell.
ShellApplication() - Constructor for class org.springframework.cloud.dataflow.shell.ShellApplication
 
ShellCommandLineConfiguration - Class in org.springframework.cloud.dataflow.shell.config
Configuration class for the command line runner
ShellCommandLineConfiguration() - Constructor for class org.springframework.cloud.dataflow.shell.config.ShellCommandLineConfiguration
 
shellCommandLineParser() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
ShellCommandLineParser - Class in org.springframework.cloud.dataflow.shell
Parses the ShellProperties and ApplicationArguments to create an instance of the Spring Shell's CommandLine class.
ShellCommandLineParser() - Constructor for class org.springframework.cloud.dataflow.shell.ShellCommandLineParser
 
ShellCommandLineRunner - Class in org.springframework.cloud.dataflow.shell
This does basically the same thing as Bootstrap in Spring Shell, but using Spring Boot's CommandLineRunner as a callback hook for initialization, instead of squatting on the application's one main(String[] args) method.
ShellCommandLineRunner() - Constructor for class org.springframework.cloud.dataflow.shell.ShellCommandLineRunner
 
shellProperties() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
ShellProperties - Class in org.springframework.cloud.dataflow.shell
Spring Boot ConfigurationProperties to specify well known Spring Shell properties.
ShellProperties() - Constructor for class org.springframework.cloud.dataflow.shell.ShellProperties
 
shouldTrigger(String, Exception) - Method in interface org.springframework.cloud.dataflow.completion.RecoveryStrategy
Whether this completion should be triggered.
shouldTrigger(String, Exception) - Method in class org.springframework.cloud.dataflow.completion.StacktraceFingerprintingRecoveryStrategy
 
shouldTrigger(String, Exception) - Method in class org.springframework.cloud.dataflow.completion.StacktraceFingerprintingTaskRecoveryStrategy
 
shouldTrigger(String, Exception) - Method in class org.springframework.cloud.dataflow.server.completion.TapOnDestinationRecoveryStrategy
 
simpleJobServiceFactoryBean(DataSource, JobRepositoryFactoryBean) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
SinkDestinationNode - Class in org.springframework.cloud.dataflow.core.dsl
 
SinkDestinationNode(DestinationNode, int) - Constructor for class org.springframework.cloud.dataflow.core.dsl.SinkDestinationNode
 
SourceDestinationNode - Class in org.springframework.cloud.dataflow.core.dsl
 
SourceDestinationNode(DestinationNode, int) - Constructor for class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
 
SqlPagingQueryProviderFactoryBean - Class in org.springframework.cloud.dataflow.server.repository.support
Factory bean for PagingQueryProvider interface.
SqlPagingQueryProviderFactoryBean() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
 
SqlPagingQueryUtils - Class in org.springframework.cloud.dataflow.server.repository.support
Utility class that generates the actual SQL statements used by query providers.
SqlServerPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
Sql Server implementation of a PagingQueryProvider using database specific features.
SqlServerPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.SqlServerPagingQueryProvider
 
StacktraceFingerprintingRecoveryStrategy<E extends Exception> - Class in org.springframework.cloud.dataflow.completion
A recovery strategy that will trigger if the parser failure is similar to that of some sample unfinished stream definition.
StacktraceFingerprintingRecoveryStrategy(Class<E>, String...) - Constructor for class org.springframework.cloud.dataflow.completion.StacktraceFingerprintingRecoveryStrategy
Construct a new StacktraceFingerprintingRecoveryStrategy given the parser, and the expected exception class to be thrown for sample fragments of a stream definition that is to be parsed.
StacktraceFingerprintingTaskRecoveryStrategy<E extends Exception> - Class in org.springframework.cloud.dataflow.completion
A recovery strategy that will trigger if the parser failure is similar to that of some sample unfinished task definition.
StacktraceFingerprintingTaskRecoveryStrategy(Class<E>, String...) - Constructor for class org.springframework.cloud.dataflow.completion.StacktraceFingerprintingTaskRecoveryStrategy
Construct a new StacktraceFingerprintingTaskRecoveryStrategy given the parser, and the expected exception class to be thrown for sample fragments of a task definition that is to be parsed.
startPos - Variable in class org.springframework.cloud.dataflow.core.dsl.AstNode
 
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
 
stepExecutionDisplay(long, long) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
StepExecutionHistory - Class in org.springframework.cloud.dataflow.rest.job
 
StepExecutionHistory(String) - Constructor for class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
 
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.
StepExecutionJacksonMixIn - Class in org.springframework.cloud.dataflow.server.job.support
Jackson MixIn for StepExecution serialization.
StepExecutionJacksonMixIn() - Constructor for class org.springframework.cloud.dataflow.server.job.support.StepExecutionJacksonMixIn
 
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
 
stepExecutionList(long) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
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
 
StepExecutionProgressInfo - Class in org.springframework.cloud.dataflow.server.job.support
Represents Batch job step execution progress info.
StepExecutionProgressInfo(StepExecution, StepExecutionHistory) - Constructor for class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
 
StepExecutionProgressInfoResource - Class in org.springframework.cloud.dataflow.rest.resource
Represents the step execution progress info resource.
StepExecutionProgressInfoResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
 
StepExecutionProgressInfoResource(StepExecution, StepExecutionHistory, double, boolean, double) - Constructor for class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
 
StepExecutionProgressInfoResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
StepExecutionResource - Class in org.springframework.cloud.dataflow.rest.resource
 
StepExecutionResource(Long, StepExecution, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.StepExecutionResource
 
StepExecutionResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
StepExecutionResourceBuilder - Class in org.springframework.cloud.dataflow.server.job.support
Knows how to build a StepExecutionResource out of our domain model StepExecution.
StepExecutionResourceBuilder() - Constructor for class org.springframework.cloud.dataflow.server.job.support.StepExecutionResourceBuilder
 
stepExecutions(long, Pageable, PagedResourcesAssembler<StepExecution>) - Method in class org.springframework.cloud.dataflow.server.controller.JobStepExecutionController
List all step executions.
stepProgressDisplay(long, long) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
StepType - Enum in org.springframework.cloud.dataflow.rest.job.support
The types of Spring Batch Step implementations that are known to the system.
stopJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
Stop a Job Execution with the given jobExecutionId.
stopJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
 
stopJobExecution(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
Requests a JobExecution to stop.
StreamAlreadyDeployedException - Exception in org.springframework.cloud.dataflow.server.controller
Thrown when a stream is already deployed when the controller gets a request to deploy it.
StreamAlreadyDeployedException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.StreamAlreadyDeployedException
 
StreamAlreadyDeployingException - Exception in org.springframework.cloud.dataflow.server.controller
Thrown when a stream is already being deployed when the controller gets a request to deploy it.
StreamAlreadyDeployingException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.StreamAlreadyDeployingException
 
StreamAppDefinition - Class in org.springframework.cloud.dataflow.core
Representation of an application, including properties provided via the DSL definition.
StreamAppDefinition.Builder - Class in org.springframework.cloud.dataflow.core
Builder object for StreamAppDefinition.
StreamCommands - Class in org.springframework.cloud.dataflow.shell.command
Stream commands.
StreamCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
streamCompletionProvider() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
StreamCompletionProvider - Class in org.springframework.cloud.dataflow.completion
Provides code completion on a (maybe ill-formed) stream definition.
StreamCompletionProvider(List<RecoveryStrategy<?>>, List<ExpansionStrategy>) - Constructor for class org.springframework.cloud.dataflow.completion.StreamCompletionProvider
 
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
 
StreamConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
 
StreamConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.StreamConfiguration
 
StreamDefinition - Class in org.springframework.cloud.dataflow.core
Representation of a defined stream.
StreamDefinition(String, String) - Constructor for class org.springframework.cloud.dataflow.core.StreamDefinition
Construct a StreamDefinition.
streamDefinitionController(StreamDefinitionRepository, DeploymentIdRepository, StreamDeploymentController, AppDeployer, AppRegistry) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
StreamDefinitionController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on StreamDefinition.
StreamDefinitionController(StreamDefinitionRepository, DeploymentIdRepository, StreamDeploymentController, AppDeployer, AppRegistry) - Constructor for class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
Create a StreamDefinitionController that delegates CRUD operations to the provided StreamDefinitionRepository deployment ID operations to the provided DeploymentIdRepository deployment operations to the provided StreamDeploymentController deployment status computation to the provided AppDeployer
streamDefinitionRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.StreamConfiguration
 
StreamDefinitionRepository - Interface in org.springframework.cloud.dataflow.server.repository
 
StreamDefinitionResource - Class in org.springframework.cloud.dataflow.rest.resource
A HATEOAS representation of a StreamDefinition.
StreamDefinitionResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
Default constructor for serialization frameworks.
StreamDefinitionResource(String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
Construct a StreamDefinitionResource.
StreamDefinitionResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
streamDeploymentController(StreamDefinitionRepository, DeploymentIdRepository, AppRegistry, AppDeployer, ApplicationConfigurationMetadataResolver, CommonApplicationProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
StreamDeploymentController - Class in org.springframework.cloud.dataflow.server.controller
Controller for deployment operations on StreamDefinition.
StreamDeploymentController(StreamDefinitionRepository, DeploymentIdRepository, AppRegistry, AppDeployer, ApplicationConfigurationMetadataResolver, CommonApplicationProperties) - Constructor for class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
Create a StreamDeploymentController that delegates CRUD operations to the provided StreamDefinitionRepository app retrieval to the provided AppRegistry deployment operations to the provided AppDeployer
StreamDeploymentResource - Class in org.springframework.cloud.dataflow.rest.resource
A HATEOAS representation of a stream deployment.
StreamDeploymentResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamDeploymentResource
 
StreamDeploymentResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
StreamNode - Class in org.springframework.cloud.dataflow.core.dsl
 
StreamNode(String, String, List<AppNode>, SourceDestinationNode, SinkDestinationNode) - Constructor for class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
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.
StreamParser - Class in org.springframework.cloud.dataflow.core.dsl
Parser for stream DSL that generates StreamNode.
StreamParser(String) - Constructor for class org.springframework.cloud.dataflow.core.dsl.StreamParser
Construct a StreamParser without supplying the stream name up front.
StreamParser(String, String) - Constructor for class org.springframework.cloud.dataflow.core.dsl.StreamParser
Construct a StreamParser for a stream with the provided name.
StreamPropertyKeys - Class in org.springframework.cloud.dataflow.core
Spring Cloud Stream property keys.
StreamPropertyKeys() - Constructor for class org.springframework.cloud.dataflow.core.StreamPropertyKeys
 
STREAMS_ENABLED - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
StreamTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for StreamOperations.
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.ArgumentNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.AstNode
 
stringify() - Method in class org.springframework.cloud.dataflow.core.dsl.AstNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.DestinationNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.LabelNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.SinkDestinationNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
 
stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
stringValue() - Method in class org.springframework.cloud.dataflow.core.dsl.Token
 
supports(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
Returns whether this resolver supports the given app.
supports(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
 
supports(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.DelegatingApplicationConfigurationMetadataResolver
 
supports(Class<?>) - Method in class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
 
supports(Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.CompletionConverter
 
supports(Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.MediaTypeConverter
 
supports(Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
 
supports(Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.QualifiedApplicationNameConverter
 

T

tableName - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
tablePrefix - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
tableSuffix - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
tapOnDestinationExpansionStrategy(StreamCompletionProvider, StreamDefinitionRepository) - Method in class org.springframework.cloud.dataflow.server.config.features.StreamConfiguration
 
TapOnDestinationRecoveryStrategy - Class in org.springframework.cloud.dataflow.server.completion
Expands constructs that start with : to add stream name and app identifiers.
TapOnDestinationRecoveryStrategy(StreamDefinitionRepository) - Constructor for class org.springframework.cloud.dataflow.server.completion.TapOnDestinationRecoveryStrategy
 
target(String, String, String) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
Target - Class in org.springframework.cloud.dataflow.shell
Encapsulates various data points related to the Data Flow Server Target, such as target URI, success/error state, exception messages that may have occurred.
Target(String, String, String) - Constructor for class org.springframework.cloud.dataflow.shell.Target
Construct a new Target.
Target(String) - Constructor for class org.springframework.cloud.dataflow.shell.Target
Construct a new Target.
Target.Credentials - Class in org.springframework.cloud.dataflow.shell
 
Target.TargetStatus - Enum in org.springframework.cloud.dataflow.shell
 
targetHolder() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
TargetHolder - Class in org.springframework.cloud.dataflow.shell
A target holder, wrapping a Target that encapsulates not only the Target URI but also success/error messages + status.
TargetHolder() - Constructor for class org.springframework.cloud.dataflow.shell.TargetHolder
Constructor.
TASK_NAME - Static variable in class org.springframework.cloud.dataflow.core.TaskPropertyKeys
 
TaskCommands - Class in org.springframework.cloud.dataflow.shell.command
Task commands.
TaskCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
taskCompletionProvider() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
TaskCompletionProvider - Class in org.springframework.cloud.dataflow.completion
Provides code completion on a (maybe ill-formed) task definition.
TaskCompletionProvider(List<RecoveryStrategy<?>>, List<TaskExpansionStrategy>) - Constructor for class org.springframework.cloud.dataflow.completion.TaskCompletionProvider
 
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
 
taskCompletions(String, int) - Method in class org.springframework.cloud.dataflow.server.controller.CompletionController
Return a list of possible completions given a prefix string that the user has started typing.
TaskConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
 
TaskConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
TaskConfiguration.H2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
 
TaskConfiguration.NoH2ServerConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
 
taskConfigurationPropertyValueHintExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
TaskDefinition - Class in org.springframework.cloud.dataflow.core
 
TaskDefinition(String, String) - Constructor for class org.springframework.cloud.dataflow.core.TaskDefinition
 
TaskDefinition.TaskDefinitionBuilder - Class in org.springframework.cloud.dataflow.core
Builder object for TaskDefinition.
TaskDefinitionBuilder() - Constructor for class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
 
taskDefinitionController(TaskDefinitionRepository, DeploymentIdRepository, TaskLauncher, AppRegistry) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
TaskDefinitionController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on TaskDefinition.
TaskDefinitionController(TaskDefinitionRepository, DeploymentIdRepository, TaskLauncher, AppRegistry) - Constructor for class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
Creates a TaskDefinitionController that delegates CRUD operations to the provided TaskDefinitionRepository task status checks to the provided TaskLauncher
taskDefinitionRepository(DataSource, Server) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
taskDefinitionRepository(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
TaskDefinitionRepository - Interface in org.springframework.cloud.dataflow.server.repository
 
TaskDefinitionResource - Class in org.springframework.cloud.dataflow.rest.resource
A HATEOAS representation of a TaskDefinition.
TaskDefinitionResource(String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
 
TaskDefinitionResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
taskDeploymentController(TaskService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
TaskDeploymentController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations for deployment operations.
TaskDeploymentController(TaskService) - Constructor for class org.springframework.cloud.dataflow.server.controller.TaskDeploymentController
Creates a TaskDeploymentController that delegates launching operations to the provided TaskService
TaskDeploymentResource - Class in org.springframework.cloud.dataflow.rest.resource
A HATEOAS representation of a TaskDeployment.
TaskDeploymentResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskDeploymentResource
 
TaskDeploymentResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
taskExecutionController(TaskExplorer) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
TaskExecutionController - Class in org.springframework.cloud.dataflow.server.controller
Controller for operations on TaskExecution.
TaskExecutionController(TaskExplorer) - Constructor for class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
Creates a TaskExecutionController that retrieves Task Execution information from a the TaskExplorer
TaskExecutionResource - Class in org.springframework.cloud.dataflow.rest.resource
A HATEOAS representation of a TaskExecution.
TaskExecutionResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
 
TaskExecutionResource(TaskJobExecutionRel) - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
Constructor to initialize the TaskExecutionResource using TaskJobExecutionRel.
TaskExecutionResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
 
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
 
TaskExpansionStrategy - Interface in org.springframework.cloud.dataflow.completion
Used to enhance a well formed task definition by adding yet more text to it (e.g. adding more options to a module).
taskExplorerFactoryBean(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
TaskExplorerFactoryBean - Class in org.springframework.cloud.dataflow.server.job
Factory bean to create a Task Explorer.
TaskExplorerFactoryBean(DataSource) - Constructor for class org.springframework.cloud.dataflow.server.job.TaskExplorerFactoryBean
 
TaskJobExecution - Class in org.springframework.cloud.dataflow.rest.job
The relation a JobExecution has with its associated task execution id.
TaskJobExecution(long, JobExecution, boolean) - Constructor for class org.springframework.cloud.dataflow.rest.job.TaskJobExecution
 
TaskJobExecutionRel - Class in org.springframework.cloud.dataflow.rest.job
Enumerates the relation a TaskExecution has with its associate Job Execution Ids.
TaskJobExecutionRel(TaskExecution, List<Long>) - Constructor for class org.springframework.cloud.dataflow.rest.job.TaskJobExecutionRel
Constructor that establishes the relationship between a TaskExecution and the Job Execution Ids of the jobs that were executed within it.
taskJobExecutionRepository(JobService, TaskExplorer, TaskDefinitionRepository, TaskService) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
TaskJobService - Interface in org.springframework.cloud.dataflow.server.service
Repository that retrieves Tasks and JobExecutions/Instances and the associations between them.
TaskletType - Enum in org.springframework.cloud.dataflow.rest.job.support
Types of Tasklet implementations known by Spring Task.
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.
TaskParser - Class in org.springframework.cloud.dataflow.core.dsl
Parser for task DSL that generates AppNode.
TaskParser(String) - Constructor for class org.springframework.cloud.dataflow.core.dsl.TaskParser
Construct a TaskParser without supplying the task name up front.
TaskParser(String, String) - Constructor for class org.springframework.cloud.dataflow.core.dsl.TaskParser
Construct a TaskParser for a task with the provided name.
TaskPropertyKeys - Class in org.springframework.cloud.dataflow.core
Spring Cloud Task property keys.
TaskPropertyKeys() - Constructor for class org.springframework.cloud.dataflow.core.TaskPropertyKeys
 
taskRepositoryInitializerForDB(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.NoH2ServerConfiguration
 
taskRepositoryInitializerForDefaultDB(DataSource, Server) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration.H2ServerConfiguration
 
TASKS_ENABLED - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
 
taskService(TaskDefinitionRepository, DeploymentIdRepository, UriRegistry, DelegatingResourceLoader, TaskLauncher, ApplicationConfigurationMetadataResolver) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
 
TaskService - Interface in org.springframework.cloud.dataflow.server.service
Provides Task related services.
TaskTemplate - Class in org.springframework.cloud.dataflow.rest.client
Implementation for TaskOperations.
TimeUtils - Class in org.springframework.cloud.dataflow.rest.job.support
Provides a commons set of time-related helper methods and also defines common date/time formats.
toData(Iterable<Token>) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return the concatenation of the data of multiple tokens.
Token - Class in org.springframework.cloud.dataflow.core.dsl
Holder for a kind of token, the associated data and its position in the input data stream (start/end).
TokenKind - Enum in org.springframework.cloud.dataflow.core.dsl
Enumeration of all the token types that may be found in a DSL definition stream.
tokenListToStringList(List<Token>) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return a list of string representations of Tokens.
Tokens - Class in org.springframework.cloud.dataflow.core.dsl
Class that converts an expression into a list of tokens.
Tokens(String) - Constructor for class org.springframework.cloud.dataflow.core.dsl.Tokens
Construct a TokenProcessor based on the provided string expression.
toLabelNode(Token) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Create a new LabelNode based on the provided token.
toResource(StepExecution) - Static method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionResourceBuilder
 
toString() - Method in class org.springframework.cloud.dataflow.completion.CompletionProposal
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
 
toString(Token) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
Return the string representation of a Token.
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.ArgumentNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.DestinationNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.SinkDestinationNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamParser
 
toString() - Method in class org.springframework.cloud.dataflow.core.dsl.Token
 
toString() - Method in enum org.springframework.cloud.dataflow.core.dsl.TokenKind
 
toString() - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition
 
toString() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
 
toString() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
 
toString() - Method in class org.springframework.cloud.dataflow.registry.AppRegistration
 
toString() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
 
toString() - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
 
toString() - Method in class org.springframework.cloud.dataflow.shell.Target
 
transactionManager(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.NoH2ServerConfiguration
 
transactionManagerForServer(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration.H2ServerConfiguration
 
type - Variable in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands.QualifiedApplicationName
 

U

uiController() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
UiController - Class in org.springframework.cloud.dataflow.server.controller
A simple (web, not REST) controller to trigger a redirect to the index page of the admin ui (which comes packaged as a dependency).
UiController() - Constructor for class org.springframework.cloud.dataflow.server.controller.UiController
 
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
 
undeploy(String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
Request un-deployment of an existing stream.
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
 
undeployAll() - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
Request un-deployment of all streams.
undeployAllStreams(boolean) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
undeployStream(String) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
unfinishedAppNameExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
UnfinishedAppNameExpansionStrategy - Class in org.springframework.cloud.dataflow.completion
Provides completions by finding apps whose name starts with a prefix (which was assumed to be a correct app name, but wasn't).
unfinishedConfigurationPropertyNameRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
UnfinishedConfigurationPropertyNameRecoveryStrategy - Class in org.springframework.cloud.dataflow.completion
Provides completions for the case where the user has started to type an app configuration property name but it is not typed in full yet.
unfinishedConfigurationPropertyNameTaskRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
UnfinishedConfigurationPropertyNameTaskRecoveryStrategy - Class in org.springframework.cloud.dataflow.completion
Provides completions for the case where the user has started to type an app configuration property name but it is not typed in full yet.
unfinishedTaskAppNameExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
 
UnfinishedTaskAppNameExpansionStrategy - Class in org.springframework.cloud.dataflow.completion
Provides completions by finding apps whose name starts with a prefix (which was assumed to be a correct app name, but wasn't).
unregister(String) - Method in class org.springframework.cloud.dataflow.registry.RdbmsUriRegistry
 
unregister(String) - Method in class org.springframework.cloud.dataflow.registry.RedisUriRegistry
Deprecated.
 
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
 
unregister(ApplicationType, String) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
Unregister an application by name and type.
unregister(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
uriRegistry(DataSource) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
 
userAccessTokenProvider() - Method in class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
 
UserInput - Interface in org.springframework.cloud.dataflow.shell.command
Abstraction for a mechanism used to get user interactive user input.

V

valueColumn - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
ValueHintProvider - Interface in org.springframework.cloud.dataflow.completion
Interface to provide value hints that can be discovered for properties.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.core.ApplicationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.core.dsl.DSLMessage.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.core.dsl.DSLMessage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.core.dsl.TokenKind
Returns the enum constant of this type with the specified name.
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.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.rest.job.support.StepType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.rest.job.support.TaskletType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.server.repository.support.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.server.repository.support.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.shell.Target.TargetStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.dataflow.core.ApplicationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.dataflow.core.dsl.DSLMessage.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.dataflow.core.dsl.DSLMessage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.dataflow.core.dsl.TokenKind
Returns an array containing the constants of this enum type, in the order they are declared.
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.
values() - Static method in enum org.springframework.cloud.dataflow.rest.job.support.StepType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.dataflow.rest.job.support.TaskletType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.dataflow.server.repository.support.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.dataflow.server.repository.support.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.dataflow.shell.Target.TargetStatus
Returns an array containing the constants of this enum type, in the order they are declared.
view(long) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
View the details of a single task execution, specified by id.
view(long) - Method in class org.springframework.cloud.dataflow.server.controller.JobInstanceController
View the details of a single task instance, specified by id.
view(long) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
View the details of a single task execution, specified by id.
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
 

W

WebConfiguration - Class in org.springframework.cloud.dataflow.server.config.web
 
WebConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
 
whereClauseByKey - Variable in class org.springframework.cloud.dataflow.server.repository.AbstractRdbmsKeyValueRepository
 
WhitelistProperties - Class in org.springframework.cloud.dataflow.server.controller
Knows how to expand app properties into their full form if whitelist properties (short hand form) have been used.
WhitelistProperties(ApplicationConfigurationMetadataResolver) - Constructor for class org.springframework.cloud.dataflow.server.controller.WhitelistProperties
 
withSeparateTokens(String, String) - Method in class org.springframework.cloud.dataflow.completion.CompletionProposal.Factory
Add a suffix as a new token, that is, make sure there is a space before it.
withSeparateTokens(String) - Method in class org.springframework.cloud.dataflow.completion.CompletionProposal.Factory
Add a suffix as a new token, that is, make sure there is a space before it.
withSuffix(String, String) - Method in class org.springframework.cloud.dataflow.completion.CompletionProposal.Factory
 
withSuffix(String) - Method in class org.springframework.cloud.dataflow.completion.CompletionProposal.Factory
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

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