- abandon(Long) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Mark the JobExecution
as ABANDONED.
- abandon(Long) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- aboutController(ObjectProvider<StreamDeployer>, ObjectProvider<LauncherRepository>, FeaturesProperties, VersionInfoProperties, SecurityStateBean, GrafanaInfoProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- AboutController - Class in org.springframework.cloud.dataflow.server.controller
-
REST controller that provides meta information regarding the dataflow server and its
deployers.
- AboutController(StreamDeployer, LauncherRepository, FeaturesProperties, VersionInfoProperties, SecurityStateBean, GrafanaInfoProperties) - Constructor for class org.springframework.cloud.dataflow.server.controller.AboutController
-
- aboutOperation() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
-
- aboutOperation() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- AboutOperations - Interface in org.springframework.cloud.dataflow.rest.client
-
Interface defining operations to query information about the server and runtime
environment.
- AboutResource - Class in org.springframework.cloud.dataflow.rest.resource.about
-
Provides meta-information about the Spring Cloud Data Flow server.
- AboutResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
-
Default constructor for serialization frameworks.
- AboutTemplate - Class in org.springframework.cloud.dataflow.rest.client
-
Implementation of
AboutOperations
that uses
RestTemplate
to issue
commands to the Data Flow server.
- AboutTemplate(RestTemplate, Link) - Constructor for class org.springframework.cloud.dataflow.rest.client.AboutTemplate
-
- AbstractBaselineCallback - Class in org.springframework.cloud.dataflow.server.db.migration
-
Base implementation for baselining schema setup.
- AbstractBaselineCallback(AbstractInitialSetupMigration) - Constructor for class org.springframework.cloud.dataflow.server.db.migration.AbstractBaselineCallback
-
Instantiates a new abstract baseline callback.
- AbstractCallback - Class in org.springframework.cloud.dataflow.server.db.migration
-
Base implementation providing some shared features for java based callbacks.
- AbstractCallback(Event) - Constructor for class org.springframework.cloud.dataflow.server.db.migration.AbstractCallback
-
Instantiates a new abstract callback.
- AbstractCallback(Event, List<SqlCommand>) - Constructor for class org.springframework.cloud.dataflow.server.db.migration.AbstractCallback
-
Instantiates a new abstract callback.
- AbstractDefinitionAppStatusResource - Class in org.springframework.cloud.dataflow.rest.resource
-
Resource representing the status of an app in a definition.
- AbstractDefinitionAppStatusResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.AbstractDefinitionAppStatusResource
-
- AbstractDefinitionAppStatusResource(String, String, Map<String, String>) - Constructor for class org.springframework.cloud.dataflow.rest.resource.AbstractDefinitionAppStatusResource
-
- AbstractEntity - Class in org.springframework.cloud.dataflow.core
-
Base class for entity implementations.
- AbstractEntity() - Constructor for class org.springframework.cloud.dataflow.core.AbstractEntity
-
- AbstractInitialSetupMigration - Class in org.springframework.cloud.dataflow.server.db.migration
-
Base implementation for initial schema setup.
- AbstractInitialSetupMigration(List<SqlCommand>) - Constructor for class org.springframework.cloud.dataflow.server.db.migration.AbstractInitialSetupMigration
-
Instantiates a new abstract initial setup migration.
- AbstractMigrateUriRegistrySqlCommand - Class in org.springframework.cloud.dataflow.server.db.migration
-
Base implementation for a
SqlCommand
copying data from
URI_REGISTRY
table into
app_registration
table.
- AbstractMigrateUriRegistrySqlCommand() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand
-
- AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData - Class in org.springframework.cloud.dataflow.server.db.migration
-
Raw migration data from uri registry into app registration.
- AbstractMigration - Class in org.springframework.cloud.dataflow.server.db.migration
-
Base implementation providing some shared features for java based migrations.
- AbstractMigration(List<SqlCommand>) - Constructor for class org.springframework.cloud.dataflow.server.db.migration.AbstractMigration
-
Instantiates a new abstract migration.
- AbstractPlatformProperties<P> - Class in org.springframework.cloud.dataflow.core
-
- AbstractPlatformProperties() - Constructor for class org.springframework.cloud.dataflow.core.AbstractPlatformProperties
-
- AbstractPropertiesBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- AbstractPropertiesBuilder() - Constructor for class org.springframework.cloud.dataflow.rest.client.dsl.AbstractPropertiesBuilder
-
- 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
-
- AbstractTaskPlatformFactory<P extends AbstractPlatformProperties<?>> - Class in org.springframework.cloud.dataflow.core
-
- AbstractTaskPlatformFactory(P, String) - Constructor for class org.springframework.cloud.dataflow.core.AbstractTaskPlatformFactory
-
- AbstractTokenizer - Class in org.springframework.cloud.dataflow.core.dsl
-
The base class for tokenizers.
- AbstractTokenizer() - Constructor for class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
- accept(TaskVisitor) - Method in class org.springframework.cloud.dataflow.core.dsl.FlowNode
-
- accept(TaskVisitor) - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
-
- accept(TaskVisitor) - Method in class org.springframework.cloud.dataflow.core.dsl.SplitNode
-
- accept(TaskVisitor) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
-
- accept(TaskVisitor) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
Walk the AST for the parsed task, calling the visitor for each element of interest.
- accept(TaskVisitor) - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
-
- accountProperties(String) - Method in class org.springframework.cloud.dataflow.core.AbstractPlatformProperties
-
- 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
-
- addDeploymentProperty(String, Object) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
- addInterceptor(HttpRequestInterceptor) - Method in class org.springframework.cloud.dataflow.rest.util.HttpClientConfigurer
-
- addLinebreak() - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
- 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.
- addProperties(Map<String, Object>) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
- addProperty(String, Object) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
- 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.AppsAfterDoublePipeRecoveryStrategy
-
- 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
CompletionProposal
s 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
CompletionProposal
s 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
-
- addRole(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
-
- addRole(String) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
-
- addTaskAppOptionsExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
-
- afterPropertiesSet() - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableJobExecutionDao
-
- afterPropertiesSet() - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableJobInstanceDao
-
- afterPropertiesSet() - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableStepExecutionDao
-
- afterPropertiesSet() - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
-
Will execute the targeting of the Data Flow server ONLY if the shell
is executing shell command passed directly from the console using
--spring.shell.commandFile
.
- aggregateState(Set<DeploymentState>) - Static method in class org.springframework.cloud.dataflow.server.stream.StreamDeployerUtil
-
Aggregate the set of app states into a single state for a stream.
- AllPlatformsTaskExecutionInformation - Class in org.springframework.cloud.dataflow.core
-
- AllPlatformsTaskExecutionInformation(List<TaskPlatform>) - Constructor for class org.springframework.cloud.dataflow.core.AllPlatformsTaskExecutionInformation
-
- AppAlreadyRegisteredException - Exception in org.springframework.cloud.dataflow.server.controller
-
- AppAlreadyRegisteredException(AppRegistration) - Constructor for exception org.springframework.cloud.dataflow.server.controller.AppAlreadyRegisteredException
-
- AppDeploymentRequestCreator - Class in org.springframework.cloud.dataflow.server.service.impl
-
Create the list of
AppDeploymentRequest
s from a
StreamDefinition
and
deployment properties map.
- AppDeploymentRequestCreator(AppRegistryService, CommonApplicationProperties, ApplicationConfigurationMetadataResolver) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.AppDeploymentRequestCreator
-
- append(double) - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
-
- append(StepExecution) - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
-
- appExist(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
- appExist(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
Checks if an application with such name and type exists and is set as default.
- appExist(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- appExist(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- appInstanceController(StreamDeployer) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.StreamEnabledConfiguration
-
- AppInstanceStatusImpl - Class in org.springframework.cloud.dataflow.server.stream
-
- AppInstanceStatusImpl() - Constructor for class org.springframework.cloud.dataflow.server.stream.AppInstanceStatusImpl
-
- 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
-
- Application() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Application
-
- 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
-
- 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
-
- 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.core
-
Models the registration of applications.
- AppRegistration() - Constructor for class org.springframework.cloud.dataflow.core.AppRegistration
-
- AppRegistration(String, ApplicationType, URI) - Constructor for class org.springframework.cloud.dataflow.core.AppRegistration
-
Construct an AppRegistration
object with empty version and metadata uri
- AppRegistration(String, ApplicationType, URI, URI) - Constructor for class org.springframework.cloud.dataflow.core.AppRegistration
-
Construct an AppRegistration
object with empty version
- AppRegistration(String, ApplicationType, String, URI, URI) - Constructor for class org.springframework.cloud.dataflow.core.AppRegistration
-
Construct an AppRegistration
object.
- AppRegistrationMigrationData() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData
-
- AppRegistrationRepository - Interface in org.springframework.cloud.dataflow.registry.repository
-
- 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
-
- AppRegistrationResource(String, String, String, String, Boolean) - 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.
- 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.
- AppRegistryConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.AppRegistryConfiguration
-
- appRegistryController(Optional<StreamDefinitionRepository>, Optional<StreamService>, AppRegistryService, ApplicationConfigurationMetadataResolver, ForkJoinPool) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.AppRegistryConfiguration
-
- AppRegistryController - Class in org.springframework.cloud.dataflow.server.controller
-
- AppRegistryController(Optional<StreamDefinitionRepository>, Optional<StreamService>, AppRegistryService, ApplicationConfigurationMetadataResolver, ForkJoinPool) - Constructor for class org.springframework.cloud.dataflow.server.controller.AppRegistryController
-
- appRegistryFJPFB() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.AppRegistryConfiguration
-
- AppRegistryOperations - Interface in org.springframework.cloud.dataflow.rest.client
-
Interface defining operations available for application registrations.
- appRegistryOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
-
- appRegistryOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- appRegistryOperations() - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
-
- AppRegistryService - Interface in org.springframework.cloud.dataflow.registry.service
-
- appRegistryService(AppRegistrationRepository, AppResourceCommon, AuditRecordService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.AppRegistryConfiguration
-
- 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.
- AppResourceCommon - Class in org.springframework.cloud.dataflow.registry.support
-
- AppResourceCommon(MavenProperties, ResourceLoader) - Constructor for class org.springframework.cloud.dataflow.registry.support.AppResourceCommon
-
- appResourceCommon(MavenProperties, DelegatingResourceLoader) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.AppRegistryConfiguration
-
- AppsAfterDoublePipeRecoveryStrategy - Class in org.springframework.cloud.dataflow.completion
-
Provides completions for the case where the user has entered a comma symbol and an
unbound app reference is expected next.
- appsAfterDoublePipeRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
-
- 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
-
- AppStatusMixin - Class in org.springframework.cloud.dataflow.server.stream
-
- 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
-
- ArgumentSanitizer - Class in org.springframework.cloud.dataflow.rest.util
-
Sanitizes potentially sensitive keys for a specific command line arg.
- ArgumentSanitizer() - Constructor for class org.springframework.cloud.dataflow.rest.util.ArgumentSanitizer
-
- 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.
- ATTRIBUTE_GUID - Static variable in class org.springframework.cloud.dataflow.server.controller.RuntimeStreamsController
-
- ATTRIBUTE_SKIPPER_APPLICATION_NAME - Static variable in class org.springframework.cloud.dataflow.server.controller.RuntimeStreamsController
-
- ATTRIBUTE_SKIPPER_RELEASE_VERSION - Static variable in class org.springframework.cloud.dataflow.server.controller.RuntimeStreamsController
-
- AuditActionType - Enum in org.springframework.cloud.dataflow.core
-
Represent the various actions possible for Auditing events.
- AuditActionTypeConverter - Class in org.springframework.cloud.dataflow.core
-
- AuditActionTypeConverter() - Constructor for class org.springframework.cloud.dataflow.core.AuditActionTypeConverter
-
- auditController(AuditRecordService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.AuditingConfiguration
-
- AuditingConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.AuditingConfiguration
-
- AuditOperationType - Enum in org.springframework.cloud.dataflow.core
-
The application area an
AuditRecord
is associated with.
- AuditOperationTypeConverter - Class in org.springframework.cloud.dataflow.core
-
- AuditOperationTypeConverter() - Constructor for class org.springframework.cloud.dataflow.core.AuditOperationTypeConverter
-
- AuditRecord - Class in org.springframework.cloud.dataflow.core
-
Represents an audit entry.
- AuditRecord() - Constructor for class org.springframework.cloud.dataflow.core.AuditRecord
-
- AuditRecordController - Class in org.springframework.cloud.dataflow.server.controller
-
- AuditRecordController(AuditRecordService) - Constructor for class org.springframework.cloud.dataflow.server.controller.AuditRecordController
-
Create a AuditController
that delegates to AuditRecordService
.
- AuditRecordResource - Class in org.springframework.cloud.dataflow.rest.resource
-
- AuditRecordResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.AuditRecordResource
-
Default constructor for serialization frameworks.
- AuditRecordResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
-
- auditRecordService - Variable in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- auditRecordService(AuditRecordRepository, ObjectMapper) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.AuditingConfiguration
-
- auditRecordService - Variable in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
- auditRecordService - Variable in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskDeleteService
-
- auditRecordService - Variable in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskExecutionService
-
- auditRecordService - Variable in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskSaveService
-
- auditServiceUtils - Variable in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- auditServiceUtils - Variable in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
- authenticate(Authentication) - Method in class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
-
- Authentication() - Constructor for class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
-
- 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
-
- authorizationProperties() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.SecurityConfiguration
-
- autoQuotes(String) - Static method in class org.springframework.cloud.dataflow.core.DefinitionUtils
-
- availableWithCreateRole() - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
-
- availableWithCreateRole() - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- availableWithCreateRole() - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- availableWithDeployRole() - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- availableWithDeployRole() - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- availableWithDestroyRole() - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
-
- availableWithDestroyRole() - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- availableWithDestroyRole() - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- availableWithModifyRole() - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
-
- availableWithModifyRole() - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- availableWithViewRole() - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
-
- availableWithViewRole() - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
-
- availableWithViewRole() - Method in class org.springframework.cloud.dataflow.shell.command.RuntimeCommands
-
- availableWithViewRole() - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- availableWithViewRole() - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- canHandleInJdbcTemplate() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand
-
- canHandleInJdbcTemplate() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresMigrateStreamDefinitionsSqlCommand
-
- canHandleInJdbcTemplate() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresMigrateTaskDefinitionsSqlCommand
-
- canHandleInJdbcTemplate() - Method in class org.springframework.cloud.dataflow.server.db.migration.SqlCommand
-
Checks if this command can handle execution directly
in a given jdbc template.
- canHandleInTransaction(Event, Context) - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractCallback
-
- canHandleInTransaction(Event, Context) - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- changeAppRegistrationTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractBaselineCallback
-
Change app registration table.
- changeAppRegistrationTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- changeAppRegistrationTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- changeAppRegistrationTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- changeAppRegistrationTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- changeAppRegistrationTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- changeAuditRecordsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractBaselineCallback
-
Change audit records table.
- changeAuditRecordsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- changeAuditRecordsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- changeAuditRecordsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- changeAuditRecordsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- changeAuditRecordsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- changeStreamDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractBaselineCallback
-
Change stream definitions table.
- changeStreamDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- changeStreamDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- changeStreamDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- changeStreamDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- changeStreamDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- changeTaskDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractBaselineCallback
-
Change task definitions table.
- changeTaskDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- changeTaskDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- changeTaskDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- changeTaskDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- changeTaskDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- changeUriRegistryTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractBaselineCallback
-
Change uri registry table.
- changeUriRegistryTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- changeUriRegistryTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- changeUriRegistryTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- changeUriRegistryTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- changeUriRegistryTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- check() - Method in interface org.springframework.cloud.dataflow.rest.util.CheckableResource
-
- check() - Method in class org.springframework.cloud.dataflow.rest.util.ProcessOutputResource
-
- CheckableResource - Interface in org.springframework.cloud.dataflow.rest.util
-
A CheckableResource is a Resource
which can be checked for validity.
- 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
.
- cleanup(long) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
Cleanup any resources associated with the execution for the id specified.
- cleanup(long) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- cleanup(long) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
-
Cleanup resources associated with a single task execution, specified by id.
- cleanup(long) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- cleanupExecution(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskDeleteService
-
- cleanupExecution(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskDeleteService
-
Cleanup the resources that resulted from running the task with the given execution id.
- CloudProfileProvider - Interface in org.springframework.cloud.dataflow.server.config
-
- COMMAND_LINE_ARGS - Static variable in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskExecutionService
-
- 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.core.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
-
- 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
-
- CompletionController(StreamCompletionProvider, TaskCompletionProvider) - Constructor for class org.springframework.cloud.dataflow.server.controller.CompletionController
-
- 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
-
- 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
-
Create a new 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
-
- COMPOSED_TASK_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties
-
- ConditionalOnStreamsEnabled - Annotation Type in org.springframework.cloud.dataflow.server.config.features
-
- ConditionalOnTasksEnabled - Annotation Type in org.springframework.cloud.dataflow.server.config.features
-
- 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
-
- 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.DataflowOAuthSecurityConfiguration
-
- configurer() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
-
- ConsoleUserInput - Class in org.springframework.cloud.dataflow.shell.command
-
- ConsoleUserInput() - Constructor for class org.springframework.cloud.dataflow.shell.command.ConsoleUserInput
-
- ControllerUtils - Class in org.springframework.cloud.dataflow.server.controller.support
-
- ControllerUtils() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.ControllerUtils
-
- convert(Properties) - Static method in class org.springframework.cloud.dataflow.rest.util.DeploymentPropertiesUtils
-
Convert Properties to a Map with String keys and String values.
- convertFromCsvToYaml(String) - Static method in class org.springframework.cloud.dataflow.shell.command.support.YmlUtils
-
- 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.EntityNameConverter
-
- 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
-
- convertTaskGraphToText(Graph) - Method in class org.springframework.cloud.dataflow.server.controller.ToolsController
-
Convert a graph format into DSL text format.
- convertToDatabaseColumn(AuditActionType) - Method in class org.springframework.cloud.dataflow.core.AuditActionTypeConverter
-
- convertToDatabaseColumn(AuditOperationType) - Method in class org.springframework.cloud.dataflow.core.AuditOperationTypeConverter
-
- convertToDatabaseColumn(URI) - Method in class org.springframework.cloud.dataflow.core.UriPersistenceConverter
-
- convertToEntityAttribute(Long) - Method in class org.springframework.cloud.dataflow.core.AuditActionTypeConverter
-
- convertToEntityAttribute(Long) - Method in class org.springframework.cloud.dataflow.core.AuditOperationTypeConverter
-
- convertToEntityAttribute(String) - Method in class org.springframework.cloud.dataflow.core.UriPersistenceConverter
-
- 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(String, Integer) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.DeploymentPropertiesBuilder
-
Sets the number of instances of the target application.
- count(String, Integer) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
-
Sets the number of instances of the target application.
- countJobExecutions() - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableJobExecutionDao
-
- countJobExecutions(String) - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableJobExecutionDao
-
- countJobExecutions() - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
- countJobExecutions() - Method in interface org.springframework.cloud.dataflow.server.batch.SearchableJobExecutionDao
-
- countJobExecutions(String) - Method in interface org.springframework.cloud.dataflow.server.batch.SearchableJobExecutionDao
-
- countJobExecutions() - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- countJobExecutions() - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
- countJobExecutions() - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
-
Retrieves the total number of the job executions.
- countJobExecutionsForJob(String) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Count the job executions in the repository for a job.
- countJobExecutionsForJob(String) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- countJobExecutionsForJob(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
- 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.batch.JdbcSearchableJobInstanceDao
-
- countJobInstances(String) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Count the number of job instances
in the repository
for a given job name.
- countJobInstances(String) - Method in interface org.springframework.cloud.dataflow.server.batch.SearchableJobInstanceDao
-
- countJobInstances(String) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- countJobInstances(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
- countJobInstances(String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
-
Retrieves the total number of job instances for a job name.
- countJobs() - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
- countJobs() - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- 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
.
- countStepExecutions(String, String) - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableStepExecutionDao
-
- countStepExecutions(String, String) - Method in interface org.springframework.cloud.dataflow.server.batch.SearchableStepExecutionDao
-
Count all the step executions for a given step name pattern.
- countStepExecutionsForJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableStepExecutionDao
-
- countStepExecutionsForJobExecution(long) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Count the step executions in the repository for a given job execution.
- countStepExecutionsForJobExecution(long) - Method in interface org.springframework.cloud.dataflow.server.batch.SearchableStepExecutionDao
-
Count all the step executions for a given job execution.
- countStepExecutionsForJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- countStepExecutionsForStep(String, String) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Count the step executions in the repository for a given step name (or
pattern).
- countStepExecutionsForStep(String, String) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- create() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.SinkBuilder
-
- create() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.StreamDefinitionBuilder
-
Creates the Stream.
- create(String, String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
Create a new task definition
- create(String, String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- create(URI) - Static method in class org.springframework.cloud.dataflow.rest.util.HttpClientConfigurer
-
- create(String, String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- CREATE_APP_REGISTRATION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_APP_REGISTRATION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_APP_REGISTRATION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_APP_REGISTRATION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_APP_REGISTRATION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_APP_REGISTRATION_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- CREATE_APP_REGISTRATION_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- CREATE_APP_REGISTRATION_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- CREATE_APP_REGISTRATION_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- CREATE_APP_REGISTRATION_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- CREATE_AUDIT_RECORDS_AUDIT_ACTION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- CREATE_AUDIT_RECORDS_AUDIT_ACTION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- CREATE_AUDIT_RECORDS_AUDIT_ACTION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- CREATE_AUDIT_RECORDS_AUDIT_ACTION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- CREATE_AUDIT_RECORDS_AUDIT_ACTION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- CREATE_AUDIT_RECORDS_AUDIT_OPERATION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- CREATE_AUDIT_RECORDS_AUDIT_OPERATION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- CREATE_AUDIT_RECORDS_AUDIT_OPERATION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- CREATE_AUDIT_RECORDS_AUDIT_OPERATION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- CREATE_AUDIT_RECORDS_AUDIT_OPERATION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- CREATE_AUDIT_RECORDS_CORRELATION_ID_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- CREATE_AUDIT_RECORDS_CORRELATION_ID_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- CREATE_AUDIT_RECORDS_CORRELATION_ID_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- CREATE_AUDIT_RECORDS_CORRELATION_ID_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- CREATE_AUDIT_RECORDS_CORRELATION_ID_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- CREATE_AUDIT_RECORDS_CREATED_ON_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- CREATE_AUDIT_RECORDS_CREATED_ON_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- CREATE_AUDIT_RECORDS_CREATED_ON_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- CREATE_AUDIT_RECORDS_CREATED_ON_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- CREATE_AUDIT_RECORDS_CREATED_ON_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- CREATE_AUDIT_RECORDS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_AUDIT_RECORDS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_AUDIT_RECORDS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_AUDIT_RECORDS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_AUDIT_RECORDS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_AUDIT_RECORDS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- CREATE_AUDIT_RECORDS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- CREATE_AUDIT_RECORDS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- CREATE_AUDIT_RECORDS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- CREATE_AUDIT_RECORDS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- CREATE_BATCH_JOB_EXECUTION_CONTEXT_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_CONTEXT_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_CONTEXT_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_CONTEXT_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_CONTEXT_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_PARAMS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_PARAMS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_PARAMS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_PARAMS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_PARAMS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_BATCH_JOB_EXECUTION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_BATCH_JOB_INSTANCE_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_BATCH_JOB_INSTANCE_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_BATCH_JOB_INSTANCE_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_BATCH_JOB_INSTANCE_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_BATCH_JOB_INSTANCE_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_BATCH_JOB_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_BATCH_JOB_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_BATCH_JOB_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_BATCH_JOB_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_BATCH_JOB_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_BATCH_STEP_EXECUTION_CONTEXT_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_BATCH_STEP_EXECUTION_CONTEXT_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_BATCH_STEP_EXECUTION_CONTEXT_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_BATCH_STEP_EXECUTION_CONTEXT_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_BATCH_STEP_EXECUTION_CONTEXT_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_BATCH_STEP_EXECUTION_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_BATCH_STEP_EXECUTION_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_BATCH_STEP_EXECUTION_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_BATCH_STEP_EXECUTION_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_BATCH_STEP_EXECUTION_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_BATCH_STEP_EXECUTION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_BATCH_STEP_EXECUTION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_BATCH_STEP_EXECUTION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_BATCH_STEP_EXECUTION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_BATCH_STEP_EXECUTION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_HIBERNATE_SEQUENCE_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_STREAM_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_STREAM_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_STREAM_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_STREAM_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_STREAM_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_STREAM_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- CREATE_STREAM_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- CREATE_STREAM_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- CREATE_STREAM_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- CREATE_STREAM_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- CREATE_TASK_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_TASK_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_TASK_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_TASK_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_TASK_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_TASK_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- CREATE_TASK_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- CREATE_TASK_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- CREATE_TASK_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- CREATE_TASK_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- CREATE_TASK_DEPLOYMENT_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_TASK_DEPLOYMENT_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_TASK_DEPLOYMENT_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_TASK_DEPLOYMENT_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_TASK_DEPLOYMENT_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_TASK_EXECUTION_PARAMS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_TASK_EXECUTION_PARAMS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_TASK_EXECUTION_PARAMS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_TASK_EXECUTION_PARAMS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_TASK_EXECUTION_PARAMS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_TASK_EXECUTION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_TASK_EXECUTION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_TASK_EXECUTION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_TASK_EXECUTION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_TASK_EXECUTION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_TASK_LOCK_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_TASK_LOCK_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_TASK_LOCK_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_TASK_LOCK_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_TASK_LOCK_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- CREATE_TASK_TASK_BATCH - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- CREATE_TASK_TASK_BATCH - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- CREATE_TASK_TASK_BATCH - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- CREATE_TASK_TASK_BATCH - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- CREATE_TASK_TASK_BATCH - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- 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
-
- createAppRegistrationMigrationData(JdbcTemplate) - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand
-
Creates a migration data from URI_REGISTRY table to get inserted
into app_registration table.
- createAppRegistrationTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractInitialSetupMigration
-
Creates the app registration table.
- createAppRegistrationTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- createAppRegistrationTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- createAppRegistrationTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- createAppRegistrationTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- createAppRegistrationTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- createAuditRecordsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractInitialSetupMigration
-
Creates the audit records table.
- createAuditRecordsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- createAuditRecordsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- createAuditRecordsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- createAuditRecordsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- createAuditRecordsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- createBatchTables() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractInitialSetupMigration
-
Creates the batch tables.
- createBatchTables() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- createBatchTables() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- createBatchTables() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- createBatchTables() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- createBatchTables() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- createClassLoader() - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootClassLoaderFactory
-
- createComposedTaskDefinition(String, TaskConfigurationProperties) - Static method in class org.springframework.cloud.dataflow.server.service.impl.TaskServiceUtils
-
Creates a properly formatted CTR definition based on the graph provided.
- createExecutionContextDao() - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
- createHibernateSequence() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractInitialSetupMigration
-
Creates the hibernate sequence.
- createHibernateSequence() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- createHibernateSequence() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- createHibernateSequence() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- createHibernateSequence() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- createHibernateSequence() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- createHttpContext(HttpMethod, URI) - Method in class org.springframework.cloud.dataflow.rest.util.PreemptiveBasicAuthHttpComponentsClientHttpRequestFactory
-
- createIndexes() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractBaselineCallback
-
Creates the indexes.
- createIndexes() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- createIndexes() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- createIndexes() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- createIndexes() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- createIndexes() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- createJobExecutionDao() - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
- createJobInstanceDao() - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
- createLauncher(String) - Method in interface org.springframework.cloud.dataflow.core.TaskPlatformFactory
-
- createLauncher(String) - Method in class org.springframework.cloud.dataflow.server.config.features.LocalTaskPlatformFactory
-
- createLaunchers() - Method in class org.springframework.cloud.dataflow.core.AbstractTaskPlatformFactory
-
- createRequest(TaskExecution, TaskExecutionInformation, List<String>, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskAppDeploymentRequestCreator
-
- createRequests(StreamDefinition, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.AppDeploymentRequestCreator
-
Create a list of
AppDeploymentRequest
s from the provided
StreamDefinition
and map of deployment properties.
- createStepExecutionDao() - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
- 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.server.service.impl.DefaultStreamService
-
Create a new stream.
- createStream(String, String, boolean) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
-
Create a new stream.
- createStream(String, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- createStreamDefinition(String, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
- createStreamDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractInitialSetupMigration
-
Creates the stream definitions table.
- createStreamDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- createStreamDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- createStreamDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- createStreamDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- createStreamDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- createTaskDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractInitialSetupMigration
-
Creates the task definitions table.
- createTaskDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- createTaskDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- createTaskDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- createTaskDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- createTaskDefinitionsTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- createTaskDeploymentTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractBaselineCallback
-
Create the task deployment table.
- createTaskDeploymentTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractInitialSetupMigration
-
Creates the task deployment table.
- createTaskDeploymentTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- createTaskDeploymentTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- createTaskDeploymentTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- createTaskDeploymentTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- createTaskDeploymentTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- createTaskDeploymentTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- createTaskDeploymentTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- createTaskDeploymentTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- createTaskDeploymentTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- createTaskDeploymentTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- createTaskExecution(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskExecutionRepositoryService
-
- createTaskExecution(String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskExecutionCreationService
-
Creates a TaskExecution
using the specified taskName
- createTaskLockTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractBaselineCallback
-
Creates the task lock table.
- createTaskLockTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- createTaskLockTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- createTaskLockTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- createTaskLockTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- createTaskLockTable() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- createTaskPlatform() - Method in class org.springframework.cloud.dataflow.core.AbstractTaskPlatformFactory
-
- createTaskPlatform() - Method in interface org.springframework.cloud.dataflow.core.TaskPlatformFactory
-
- createTaskPlatform() - Method in class org.springframework.cloud.dataflow.server.config.features.LocalTaskPlatformFactory
-
- createTaskTables() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractInitialSetupMigration
-
Creates the task tables.
- createTaskTables() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- createTaskTables() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- createTaskTables() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- createTaskTables() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- createTaskTables() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- createUpdateRequests(StreamDefinition, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.AppDeploymentRequestCreator
-
- CumulativeHistory - Class in org.springframework.cloud.dataflow.rest.job
-
- CumulativeHistory() - Constructor for class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
-
- currentContext() - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
-
- currentExecutions() - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- currentSequence() - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
-
- currentTaskExecutions() - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
Return information including the count of currently executing tasks and task execution
limits.
- currentTaskExecutions() - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- CurrentTaskExecutionsResource - Class in org.springframework.cloud.dataflow.rest.resource
-
A HATEOAS representation of a the currently running task executions and server limits.
- CurrentTaskExecutionsResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.CurrentTaskExecutionsResource
-
- CurrentTaskExecutionsResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
-
- customize(FluentConfiguration) - Method in class org.springframework.cloud.dataflow.server.db.migration.DataFlowFlywayConfigurationCustomizer
-
- customTranslate(String, String, SQLException) - Method in class org.springframework.cloud.dataflow.server.db.migration.SuppressSQLErrorCodesTranslator
-
- 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
-
- DataFlowBannerProvider() - Constructor for class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
-
- DataFlowClientAutoConfiguration - Class in org.springframework.cloud.dataflow.rest.client.config
-
- DataFlowClientAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientAutoConfiguration
-
- DataFlowClientException - Exception in org.springframework.cloud.dataflow.rest.client
-
A Java exception that wraps the serialized VndErrors
object.
- DataFlowClientException(VndErrors) - Constructor for exception org.springframework.cloud.dataflow.rest.client.DataFlowClientException
-
- DataFlowClientProperties - Class in org.springframework.cloud.dataflow.rest.client.config
-
- DataFlowClientProperties() - Constructor for class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
-
- DataFlowClientProperties.Authentication - Class in org.springframework.cloud.dataflow.rest.client.config
-
- DataFlowClientProperties.Authentication.Basic - Class in org.springframework.cloud.dataflow.rest.client.config
-
- 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
-
- DataFlowControllerAutoConfiguration.AppRegistryConfiguration - Class in org.springframework.cloud.dataflow.server.config
-
- DataFlowControllerAutoConfiguration.AuditingConfiguration - Class in org.springframework.cloud.dataflow.server.config
-
- DataFlowControllerAutoConfiguration.SecurityConfiguration - Class in org.springframework.cloud.dataflow.server.config
-
- DataFlowControllerAutoConfiguration.StreamEnabledConfiguration - Class in org.springframework.cloud.dataflow.server.config
-
- DataFlowControllerAutoConfiguration.TaskEnabledConfiguration - Class in org.springframework.cloud.dataflow.server.config
-
- dataFlowFlywayConfigurationCustomizer() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowServerConfiguration
-
- DataFlowFlywayConfigurationCustomizer - Class in org.springframework.cloud.dataflow.server.db.migration
-
Flyway FlywayConfigurationCustomizer
bean customizing callbacks per
active db vendor.
- DataFlowFlywayConfigurationCustomizer() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.DataFlowFlywayConfigurationCustomizer
-
- DataflowJLineShellComponent - Class in org.springframework.cloud.dataflow.shell
-
- DataflowJLineShellComponent(ConfigCommands, TargetHolder) - Constructor for class org.springframework.cloud.dataflow.shell.DataflowJLineShellComponent
-
- DataflowOAuthSecurityConfiguration - Class in org.springframework.cloud.dataflow.server.config
-
Setup Spring Security OAuth for the Rest Endpoints of Spring Cloud Data Flow.
- DataflowOAuthSecurityConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataflowOAuthSecurityConfiguration
-
- dataflowObjectMapperBuilderCustomizer() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
-
- dataFlowOperations() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientAutoConfiguration
-
- DataFlowOperations - Interface in org.springframework.cloud.dataflow.rest.client
-
Interface the REST clients implement to interact with spring-cloud-dataflow REST API.
- 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
-
- DataFlowPropertyKeys - Class in org.springframework.cloud.dataflow.core
-
Spring Cloud Data Flow property keys.
- DataFlowPropertyKeys() - Constructor for class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
-
- DataFlowServerApplication - Class in org.springframework.cloud.dataflow.server.single
-
Bootstrap class for the Spring Cloud Data Flow Server.
- DataFlowServerApplication() - Constructor for class org.springframework.cloud.dataflow.server.single.DataFlowServerApplication
-
- DataFlowServerAutoConfiguration - Class in org.springframework.cloud.dataflow.server.config
-
Auto-configuration for dataflow server.
- DataFlowServerAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowServerAutoConfiguration
-
- 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
-
- 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
-
- dataFlowShell - Variable in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
-
- dataFlowShell - Variable in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- 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
-
- DataFlowTables.BeanWrapperFormatter - Class in org.springframework.cloud.dataflow.shell.command
-
A formatter that collects bean property names and turns them into capitalized,
separated words.
- DataFlowTemplate - Class in org.springframework.cloud.dataflow.rest.client
-
Implementation of DataFlowOperations delegating to sub-templates, discovered via REST
relations.
- DataFlowTemplate(URI) - Constructor for class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- DataFlowTemplate(URI, RestTemplate) - Constructor for class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- Db2BeforeBaseline - Class in org.springframework.cloud.dataflow.server.db.migration.db2
-
Baselining schema setup for postgres
.
- Db2BeforeBaseline() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
Instantiates a new postgres before baseline.
- Db2MigrateUriRegistrySqlCommand - Class in org.springframework.cloud.dataflow.server.db.migration.db2
-
db2
related SqlCommand
for migrating data from
URI_REGISTRY
into app_registration
.
- Db2MigrateUriRegistrySqlCommand() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.db2.Db2MigrateUriRegistrySqlCommand
-
- Db2PagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
-
- 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_CREDENTIALS_PROVIDER_COMMAND - Static variable in class org.springframework.cloud.dataflow.shell.Target
-
- 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_NAMESPACE - Static variable in class org.springframework.cloud.dataflow.registry.support.DockerImage
-
- DEFAULT_PORT - Static variable in class org.springframework.cloud.dataflow.shell.Target
-
- DEFAULT_PROXY_SPECIFIED_PASSWORD - Static variable in class org.springframework.cloud.dataflow.shell.Target
-
- DEFAULT_PROXY_UNSPECIFIED_PASSWORD - Static variable in class org.springframework.cloud.dataflow.shell.Target
-
- DEFAULT_PROXY_URI - Static variable in class org.springframework.cloud.dataflow.shell.Target
-
- DEFAULT_PROXY_USERNAME - Static variable in class org.springframework.cloud.dataflow.shell.Target
-
- DEFAULT_SCHEME - Static variable in class org.springframework.cloud.dataflow.shell.Target
-
- DEFAULT_SKIPPER_PACKAGE_VERSION - Static variable in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
- DEFAULT_SPECIFIED_PASSWORD - Static variable in class org.springframework.cloud.dataflow.shell.Target
-
- DEFAULT_SPECIFIED_SKIP_SSL_VALIDATION - Static variable in class org.springframework.cloud.dataflow.shell.Target
-
- DEFAULT_TAG - Static variable in class org.springframework.cloud.dataflow.registry.support.DockerImage
-
- 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_UNSPECIFIED_SKIP_SSL_VALIDATION - Static variable in class org.springframework.cloud.dataflow.shell.Target
-
- DEFAULT_USERNAME - Static variable in class org.springframework.cloud.dataflow.shell.Target
-
- defaultApplicaiton(AppRegistryCommands.QualifiedApplicationName, String) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
-
- DefaultAppRegistryService - Class in org.springframework.cloud.dataflow.registry.service
-
- DefaultAppRegistryService(AppRegistrationRepository, AppResourceCommon, AuditRecordService) - Constructor for class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- DefaultEnvironmentPostProcessor - Class in org.springframework.cloud.dataflow.server.config
-
Contributes the values from META-INF/dataflow-server-defaults.yml
and
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
-
- DefaultSchedulerService - Class in org.springframework.cloud.dataflow.server.service.impl
-
- DefaultSchedulerService(CommonApplicationProperties, TaskPlatform, TaskDefinitionRepository, AppRegistryService, ResourceLoader, TaskConfigurationProperties, DataSourceProperties, String, ApplicationConfigurationMetadataResolver, SchedulerServiceProperties, AuditRecordService) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultSchedulerService
-
- DefaultShellComponents() - Constructor for class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.DefaultShellComponents
-
- DefaultStreamService - Class in org.springframework.cloud.dataflow.server.service.impl
-
Performs manipulation on application and deployment properties, expanding shorthand
application property values, resolving wildcard deployment properties, and creates a
StreamDeploymentRequest
.
- DefaultStreamService(StreamDefinitionRepository, SkipperStreamDeployer, AppDeploymentRequestCreator, StreamValidationService, AuditRecordService) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
- DefaultStreamValidationService - Class in org.springframework.cloud.dataflow.server.service.impl.validation
-
Implementation of the StreamValidationService that delegates to the stream definition repository.
- DefaultStreamValidationService(AppRegistryService, DockerValidatorProperties, StreamDefinitionRepository) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.validation.DefaultStreamValidationService
-
- DefaultTaskDeleteService - Class in org.springframework.cloud.dataflow.server.service.impl
-
- DefaultTaskDeleteService(TaskExplorer, LauncherRepository, TaskDefinitionRepository, TaskDeploymentRepository, AuditRecordService) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskDeleteService
-
- DefaultTaskExecutionInfoService - Class in org.springframework.cloud.dataflow.server.service.impl
-
- DefaultTaskExecutionInfoService(DataSourceProperties, AppRegistryService, TaskExplorer, TaskDefinitionRepository, TaskConfigurationProperties, LauncherRepository, List<TaskPlatform>) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskExecutionInfoService
-
- DefaultTaskExecutionRepositoryService - Class in org.springframework.cloud.dataflow.server.service.impl
-
Default implementation of TaskExecutionCreationService that creates a TaskExecution
with a transaction propagation setting of Propagation.REQUIRES_NEW
- DefaultTaskExecutionRepositoryService(TaskRepository) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskExecutionRepositoryService
-
- DefaultTaskExecutionService - Class in org.springframework.cloud.dataflow.server.service.impl
-
- DefaultTaskExecutionService(LauncherRepository, AuditRecordService, TaskRepository, TaskExecutionInfoService, TaskDeploymentRepository, TaskExecutionCreationService, TaskAppDeploymentRequestCreator) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskExecutionService
-
- 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, TaskExecutionService) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
- DefaultTaskSaveService - Class in org.springframework.cloud.dataflow.server.service.impl
-
- DefaultTaskSaveService(TaskDefinitionRepository, AuditRecordService, AppRegistryService) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskSaveService
-
- DefaultTaskValidationService - Class in org.springframework.cloud.dataflow.server.service.impl.validation
-
Implementation of the TaskValidationService that delegates to the task definition repository and is able to validate
composed task definitions.
- DefaultTaskValidationService(AppRegistryService, DockerValidatorProperties, TaskDefinitionRepository, String) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.validation.DefaultTaskValidationService
-
- DefaultValidationService - Class in org.springframework.cloud.dataflow.server.service.impl.validation
-
Implementation of Validation Service that delegates to the application registry.
- DefaultValidationService(AppRegistryService, DockerValidatorProperties) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.validation.DefaultValidationService
-
- defaultValueHintProvider() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
-
- DefaultValueHintProvider - Class in org.springframework.cloud.dataflow.completion
-
- DefaultValueHintProvider() - Constructor for class org.springframework.cloud.dataflow.completion.DefaultValueHintProvider
-
- definition(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.StreamNameBuilder
-
Creates a Stream bypassing the fluent API and just using the provided
definition
- DEFINITIONS_REL - Static variable in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- DefinitionUtils - Class in org.springframework.cloud.dataflow.core
-
- DefinitionUtils() - Constructor for class org.springframework.cloud.dataflow.core.DefinitionUtils
-
- delete(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
- delete(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- delete(String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
-
Request removal of an existing stream definition.
- deleteAll(Iterable<AppRegistration>) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
- deleteAll(Iterable<AppRegistration>) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- 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.service.impl.DefaultStreamService
-
Delete all streams, including undeploying.
- deleteAll() - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskDeleteService
-
- deleteAll() - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
-
Delete all streams, including undeploying.
- deleteAll() - Method in interface org.springframework.cloud.dataflow.server.service.TaskDeleteService
-
Destroy all task definitions.
- deleteAppRegistrationByNameAndTypeAndVersion(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
-
- deleteStream(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
Delete the stream, including undeloying.
- deleteStream(String) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
-
Delete the stream, including undeloying.
- deleteTaskDefinition(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskDeleteService
-
- deleteTaskDefinition(String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskDeleteService
-
Destroy the task definition.
- deleteTaskService(TaskExplorer, LauncherRepository, TaskDefinitionRepository, TaskDeploymentRepository, AuditRecordService) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
-
- Dependencies() - Constructor for class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
-
- Dependency - Class in org.springframework.cloud.dataflow.rest.resource.about
-
Holds dependency information of a lbrary used by Spring Cloud Dataflow.
- Dependency() - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.Dependency
-
Default constructor for serialization frameworks.
- Dependency(String, String, String, String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.Dependency
-
- DependencyAboutInfo() - Constructor for class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
-
- DependencyStatus() - Constructor for class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyStatus
-
- deploy(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamDefinition
-
Deploy the current stream using the deploymentProperties.
- deploy() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamDefinition
-
Deploy the current stream without any extra properties
- deploy(String, Map<String, String>) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
Deploy an already created stream.
- deploy(String, Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- deploy(String, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
-
Request deployment of an existing stream definition.
- DEPLOYER_PREFIX - Variable in class org.springframework.cloud.dataflow.rest.client.dsl.AbstractPropertiesBuilder
-
- deploymentProperties - Variable in class org.springframework.cloud.dataflow.rest.client.dsl.AbstractPropertiesBuilder
-
- DeploymentPropertiesBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- DeploymentPropertiesBuilder() - Constructor for class org.springframework.cloud.dataflow.rest.client.dsl.DeploymentPropertiesBuilder
-
- DeploymentPropertiesUtils - Class in org.springframework.cloud.dataflow.rest.util
-
Provides utility methods for formatting and parsing deployment properties.
- DeploymentStateResource - Enum in org.springframework.cloud.dataflow.rest.resource
-
Provides a typed enumeration of deployment statuses for Streams.
- deployStream(String, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
Deploys the stream with the user provided deployment properties.
- deployStream(String, Map<String, String>) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
-
Deploys the stream with the user provided deployment properties.
- deployStream(StreamDeploymentRequest) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
-
- deployStream(String, String, File, String, String, String) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.cloud.dataflow.rest.client.support.JobParameterJacksonDeserializer
-
- deserializeAppStatus(String) - Static method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
-
- destinationNameYieldsAppsRecoveryStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
-
- DestinationNode - Class in org.springframework.cloud.dataflow.core.dsl
-
- DestinationNode(int, int, String, ArgumentNode[]) - Constructor for class org.springframework.cloud.dataflow.core.dsl.DestinationNode
-
- destroy() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
-
Destroy the stream from the server.
- destroy() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamDefinition
-
Destroy the stream from the server.
- destroy(String) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
Destroy an existing stream.
- destroy(String) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- destroy(String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
Destroy an existing task.
- destroy(String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- destroy() - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
Stop all the active jobs and wait for them (up to a time out) to finish
processing.
- 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
-
- destroyAll() - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
Destroy all existing tasks.
- destroyAll() - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- destroyAll() - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
-
Delete all task from the repository.
- destroyAll(boolean) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- 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
-
- DetailedAppRegistrationResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
-
Default constructor for serialization frameworks.
- DetailedAppRegistrationResource(String, String, String, String, Boolean) - 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
-
- DetailedAppRegistrationResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
-
Dedicated subclass to workaround type erasure.
- display(Long) - Method in class org.springframework.cloud.dataflow.server.controller.AuditRecordController
-
- display(String, String) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppInstanceController
-
- 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(long) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- doCalculateStreamState(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
- DOCKER_REGISTRY_URL - Static variable in class org.springframework.cloud.dataflow.server.DockerValidatorProperties
-
- DOCKER_VALIDATION_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.DockerValidatorProperties
-
- DockerAuth - Class in org.springframework.cloud.dataflow.server.service.impl.validation
-
Encapsulates Docker Registry OAuth information used to query the registry.
- DockerAuth() - Constructor for class org.springframework.cloud.dataflow.server.service.impl.validation.DockerAuth
-
- DockerImage - Class in org.springframework.cloud.dataflow.registry.support
-
Docker image name parsing utility Code from https://github.com/vmware/admiral
- DockerImage() - Constructor for class org.springframework.cloud.dataflow.registry.support.DockerImage
-
- DockerRegistryValidator - Class in org.springframework.cloud.dataflow.server.service.impl.validation
-
Provides operations to query the Docker repository for tags for a given
image URI.
- DockerRegistryValidator(DockerValidatorProperties, DockerResource) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.validation.DockerRegistryValidator
-
- DockerResult - Class in org.springframework.cloud.dataflow.server.service.impl.validation
-
Contains the tag's information returned from docker for a specific image.
- DockerResult() - Constructor for class org.springframework.cloud.dataflow.server.service.impl.validation.DockerResult
-
- DockerTag - Class in org.springframework.cloud.dataflow.server.service.impl.validation
-
The metadata for a docker tag.
- DockerTag() - Constructor for class org.springframework.cloud.dataflow.server.service.impl.validation.DockerTag
-
- DockerValidatorProperties - Class in org.springframework.cloud.dataflow.server
-
Configuration properties for setting up app validation on a docker repository.
- DockerValidatorProperties() - Constructor for class org.springframework.cloud.dataflow.server.DockerValidatorProperties
-
- doDeployStream(StreamDefinition, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
Deploy a stream as defined by its stream name and optional deployment properties.
- DROP_APP_REGISTRATION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- DROP_APP_REGISTRATION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- DROP_APP_REGISTRATION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- DROP_APP_REGISTRATION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- DROP_APP_REGISTRATION_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- DROP_AUDIT_RECORDS_AUDIT_ACTION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- DROP_AUDIT_RECORDS_AUDIT_ACTION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- DROP_AUDIT_RECORDS_AUDIT_ACTION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- DROP_AUDIT_RECORDS_AUDIT_ACTION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- DROP_AUDIT_RECORDS_AUDIT_ACTION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- DROP_AUDIT_RECORDS_AUDIT_OPERATION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- DROP_AUDIT_RECORDS_AUDIT_OPERATION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- DROP_AUDIT_RECORDS_AUDIT_OPERATION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- DROP_AUDIT_RECORDS_AUDIT_OPERATION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- DROP_AUDIT_RECORDS_AUDIT_OPERATION_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- DROP_AUDIT_RECORDS_CORRELATION_ID_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- DROP_AUDIT_RECORDS_CORRELATION_ID_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- DROP_AUDIT_RECORDS_CORRELATION_ID_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- DROP_AUDIT_RECORDS_CORRELATION_ID_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- DROP_AUDIT_RECORDS_CORRELATION_ID_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- DROP_AUDIT_RECORDS_CREATED_ON_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- DROP_AUDIT_RECORDS_CREATED_ON_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- DROP_AUDIT_RECORDS_CREATED_ON_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- DROP_AUDIT_RECORDS_CREATED_ON_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- DROP_AUDIT_RECORDS_CREATED_ON_IDX_INDEX - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- DROP_AUDIT_RECORDS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- DROP_AUDIT_RECORDS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- DROP_AUDIT_RECORDS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- DROP_AUDIT_RECORDS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- DROP_AUDIT_RECORDS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- DROP_STREAM_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- DROP_STREAM_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- DROP_STREAM_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- DROP_STREAM_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- DROP_STREAM_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- DROP_TASK_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- DROP_TASK_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- DROP_TASK_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- DROP_TASK_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- DROP_TASK_DEFINITIONS_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- dropIndexes() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractBaselineCallback
-
Drop indexes.
- dropIndexes() - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- dropIndexes() - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- dropIndexes() - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- dropIndexes() - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- dropIndexes() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- dropUriRegistryTable(JdbcTemplate) - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand
-
Drop uri registry table.
- 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
-
- FAIL - Static variable in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
-
- FeatureInfo - Class in org.springframework.cloud.dataflow.rest.resource.about
-
Provides features information.
- FeatureInfo() - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
-
Default constructor for serialization frameworks.
- 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, scheduler and task
configuration classes.
- FeaturesConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.FeaturesConfiguration
-
- 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
-
- filteredList(String, PagedResourcesAssembler<ScheduleInfo>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskSchedulerController
-
Return a page-able list of
ScheduleInfo
s for a specific
TaskDefinition
name.
- find(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
- find(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
- find(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- find(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- findAll() - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
-
- findAll(Pageable) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
- findAll() - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
- findAll() - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- findAll(Pageable) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- findAllByNameContainingIgnoreCase(String, Pageable) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
-
- findAllByType(ApplicationType, Pageable) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
-
- findAllByTypeAndNameContainingIgnoreCase(ApplicationType, String, Pageable) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
-
- findAllByTypeAndNameIsLike(ApplicationType, String, Pageable) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
- findAllByTypeAndNameIsLike(ApplicationType, String, Pageable) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- findAllPlatformTaskExecutionInformation() - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskExecutionInfoService
-
- findAllPlatformTaskExecutionInformation() - Method in interface org.springframework.cloud.dataflow.server.service.TaskExecutionInfoService
-
- findAppRegistrationByNameAndTypeAndDefaultVersionIsTrue(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
-
- findAppRegistrationByNameAndTypeAndVersion(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
-
- findByName(String) - Method in interface org.springframework.cloud.dataflow.server.job.LauncherRepository
-
- findByNameContains(String, Pageable) - Method in interface org.springframework.cloud.dataflow.server.repository.StreamDefinitionRepository
-
- findByTaskDeploymentId(String) - Method in interface org.springframework.cloud.dataflow.server.repository.TaskDeploymentRepository
-
- findByTaskName(String) - Method in interface org.springframework.cloud.dataflow.server.repository.TaskDefinitionRepository
-
Performs a findByName query and throws an exception if the name is not found.
- findByTaskNameContains(String, Pageable) - Method in interface org.springframework.cloud.dataflow.server.repository.TaskDefinitionRepository
-
- findDefinitionByNameContains(Pageable, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
Find stream definitions where the findByTaskNameContains parameter
- findDefinitionByNameContains(Pageable, String) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
-
Find stream definitions where the findByTaskNameContains parameter
- findOne(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
Find a stream definition by name.
- findOne(String) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
-
Find a stream definition by name.
- findRelatedStreams(String, boolean) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
Find streams related to the given stream name.
- findRelatedStreams(String, boolean) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
-
Find streams related to the given stream name.
- findStepExecutions(String, String, int, int) - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableStepExecutionDao
-
- findStepExecutions(String, String, int, int) - Method in interface org.springframework.cloud.dataflow.server.batch.SearchableStepExecutionDao
-
Find all the step executions for a given step name, or step name pattern
(with wildcards specified as '*') sorted in descending order of id.
- findStepNamesForJobExecution(String, String) - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableStepExecutionDao
-
- findStepNamesForJobExecution(String, String) - Method in interface org.springframework.cloud.dataflow.server.batch.SearchableStepExecutionDao
-
Find all the names of steps that have been executed as part of this job.
- findTaskExecutionInformation(String, Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskExecutionInfoService
-
- findTaskExecutionInformation(String, Map<String, String>) - Method in interface org.springframework.cloud.dataflow.server.service.TaskExecutionInfoService
-
- findTopByTaskDefinitionNameOrderByCreatedOnAsc(String) - Method in interface org.springframework.cloud.dataflow.server.repository.TaskDeploymentRepository
-
- fixcommands - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.R__Hibernate_Sequence
-
- FlowNode - Class in org.springframework.cloud.dataflow.core.dsl
-
The AST node representing a flow.
- forCamelCase(String) - Static method in class org.springframework.cloud.dataflow.server.support.RelaxedNames
-
Return a
RelaxedNames
for the given source camelCase source name.
- 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.
- format(Object) - Method in class org.springframework.cloud.dataflow.shell.command.DataFlowTables.BeanWrapperFormatter
-
- 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.
- from - Variable in class org.springframework.cloud.dataflow.core.dsl.graph.Link
-
- 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.
- from(String) - Static method in class org.springframework.cloud.dataflow.server.db.migration.SqlCommand
-
Convenience method returning new instance.
- from(String, int) - Static method in class org.springframework.cloud.dataflow.server.db.migration.SqlCommand
-
Convenience method returning new instance.
- 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
-
- fromId(Long) - Static method in enum org.springframework.cloud.dataflow.core.AuditActionType
-
- fromId(Long) - Static method in enum org.springframework.cloud.dataflow.core.AuditOperationType
-
- fromImageName(String) - Static method in class org.springframework.cloud.dataflow.registry.support.DockerImage
-
parse a full image name (myhost:300/namespace/repo:tag) into its components
- fromKey(String) - Static method in enum org.springframework.cloud.dataflow.rest.resource.DeploymentStateResource
-
- fromKey(String) - Static method in enum org.springframework.cloud.dataflow.shell.command.support.RoleType
-
Returns a Shell-specific role for the passed in role key.
- 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.
- fromParts(String, String, String) - Static method in class org.springframework.cloud.dataflow.registry.support.DockerImage
-
- fromParts(String, String, String, String) - Static method in class org.springframework.cloud.dataflow.registry.support.DockerImage
-
- 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.
- fromTaskExecutionInformation(PlatformTaskExecutionInformation) - Static method in class org.springframework.cloud.dataflow.rest.resource.CurrentTaskExecutionsResource
-
- 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.
- get() - Method in interface org.springframework.cloud.dataflow.rest.client.AboutOperations
-
Return various pieces of information about the server, such as version and deployer
runtime.
- get() - Method in class org.springframework.cloud.dataflow.rest.client.AboutTemplate
-
- getAboutResource() - Method in class org.springframework.cloud.dataflow.server.controller.AboutController
-
Return meta information about the dataflow server.
- getAccounts() - Method in class org.springframework.cloud.dataflow.core.AbstractPlatformProperties
-
- 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.EntityNameConverter
-
- 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
-
- getApiRevision() - Method in class org.springframework.cloud.dataflow.rest.resource.RootResource
-
- 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
.
- getAppDeployer() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironment
-
- getAppDeploymentRequests() - Method in class org.springframework.cloud.dataflow.server.stream.StreamDeploymentRequest
-
Return the list of AppDeploymentRequest
for the stream.
- getApplications() - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus
-
- getApplicationType() - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
-
- getAppMetadataResource(AppRegistration) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
Converts application's metadata URI into Spring resource object.
- getAppMetadataResource(AppRegistration) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- getAppName() - Method in class org.springframework.cloud.dataflow.rest.resource.AbstractDefinitionAppStatusResource
-
- getAppNames() - Method in class org.springframework.cloud.dataflow.rest.UpdateStreamRequest
-
- getAppNodes() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
-
- getAppResource(AppRegistration) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
Converts application's URI into Spring resource object.
- getAppResource(AppRegistration) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- getAppResource() - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskExecutionInformation
-
- getAppsStatuses() - Method in class org.springframework.cloud.dataflow.server.service.ValidationStatus
-
- getAppStatus(String) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
-
- getAppStatus(String) - Method in interface org.springframework.cloud.dataflow.server.stream.StreamDeployer
-
Gets runtime application status
- getAppStatuses() - Method in class org.springframework.cloud.dataflow.rest.resource.AbstractDefinitionAppStatusResource
-
- getAppStatuses(Pageable) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
-
- getAppStatuses(Pageable) - Method in interface org.springframework.cloud.dataflow.server.stream.StreamDeployer
-
Returns application statuses of all deployed applications
- 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.core.dsl.TaskApp
-
- getArguments() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
-
- getArguments() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
-
- getArgumentsAsMap() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
-
- getArgumentsAsProperties() - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
-
- getAttributes() - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
-
- getAttributes() - Method in class org.springframework.cloud.dataflow.server.stream.AppInstanceStatusImpl
-
- getAuditAction() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- getAuditAction() - Method in class org.springframework.cloud.dataflow.rest.resource.AuditRecordResource
-
- getAuditActionTypes() - Method in class org.springframework.cloud.dataflow.server.controller.AuditRecordController
-
- getAuditData() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- getAuditData() - Method in class org.springframework.cloud.dataflow.rest.resource.AuditRecordResource
-
- getAuditOperation() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- getAuditOperation() - Method in class org.springframework.cloud.dataflow.rest.resource.AuditRecordResource
-
- getAuditOperationTypes() - Method in class org.springframework.cloud.dataflow.server.controller.AuditRecordController
-
- getAuditRecordId() - Method in class org.springframework.cloud.dataflow.rest.resource.AuditRecordResource
-
- getAuthentication() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
-
- getBanner() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
-
- getBasic() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
-
- getCheckpointPointer() - Method in exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
-
- getCheckpointPosition() - Method in exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
-
- getChecksumSha1() - Method in class org.springframework.cloud.dataflow.rest.resource.about.Dependency
-
Retrieve the current checksumSha1 for the
Dependency
- getChecksumSha1() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
-
- getChecksumSha1Url() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
-
- getChecksumSha256() - Method in class org.springframework.cloud.dataflow.rest.resource.about.Dependency
-
Retrieve the current checksumSha256 for the
Dependency
- getChecksumSha256() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
-
- getChecksumSha256Url() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
-
- getClassName() - Method in enum org.springframework.cloud.dataflow.rest.job.support.StepType
-
- getClassName() - Method in enum org.springframework.cloud.dataflow.rest.job.support.TaskletType
-
- getCloudProfile() - Method in interface org.springframework.cloud.dataflow.server.config.CloudProfileProvider
-
Get the profile name to add to the spring environment
- getColumns() - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
-
- getCommand() - Method in class org.springframework.cloud.dataflow.server.db.migration.SqlCommand
-
Gets the command.
- getCommandFile() - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
-
- getCommands(Event, Context) - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractBaselineCallback
-
- getCommands(Event, Context) - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractCallback
-
Gets the commands.
- getCommands() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractInitialSetupMigration
-
- getCommands() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigration
-
Gets the commands.
- getCommands() - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.R__Hibernate_Sequence
-
- getCommitCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
-
- getComposedTaskRunnerName() - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties
-
- getConnectTimeoutInMillis() - Method in class org.springframework.cloud.dataflow.server.DockerValidatorProperties
-
- getCore() - Method in class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
-
Retrieves the current
Dependency
for the core Data Flow instance.
- getCorrelationId() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- getCorrelationId() - Method in class org.springframework.cloud.dataflow.rest.resource.AuditRecordResource
-
- getCount() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
-
- getCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
-
- getCount() - Method in class org.springframework.cloud.dataflow.server.service.impl.validation.DockerResult
-
- getCreatedBy() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- getCreatedBy() - Method in class org.springframework.cloud.dataflow.rest.resource.AuditRecordResource
-
- getCreatedDateTime() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- getCreatedOn() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- getCreatedOn() - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
-
- getCreatedOn() - Method in class org.springframework.cloud.dataflow.rest.resource.AuditRecordResource
-
- getCurrentAuditor() - Method in class org.springframework.cloud.dataflow.server.service.SpringSecurityAuditorAware
-
- getCurrentTaskExecutionsInfo() - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
-
- getDashboard() - Method in class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
-
Retrieves the current
Dependency
for the Data Flow UI instance.
- getDataFlowOperations() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowShell
-
- getDefaultApp(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
- getDefaultApp(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- 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
-
- getDefaultVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource
-
- getDefinition() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
- getDefinitionDsl() - Method in class org.springframework.cloud.dataflow.server.service.ValidationStatus
-
- getDefinitionName() - Method in class org.springframework.cloud.dataflow.server.service.ValidationStatus
-
- getDependencies() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
-
- getDependencyFetch() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
-
- getDeployerImplementationVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- getDeployerName() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- getDeployerSpiVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- 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.
- getDeploymentProperties() - Method in class org.springframework.cloud.dataflow.core.StreamDeployment
-
- getDeploymentProperties() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
- getDeploymentProperties() - Method in class org.springframework.cloud.dataflow.rest.resource.StreamDeploymentResource
-
- getDescription() - Method in enum org.springframework.cloud.dataflow.core.AuditActionType
-
- getDescription() - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- getDescription() - Method in enum org.springframework.cloud.dataflow.rest.resource.DeploymentStateResource
-
- getDescription() - Method in class org.springframework.cloud.dataflow.rest.resource.LauncherResource
-
- getDescription() - Method in class org.springframework.cloud.dataflow.rest.util.ProcessOutputResource
-
- 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.TargetCredentials
-
- getDisplayName() - Method in enum org.springframework.cloud.dataflow.rest.job.support.StepType
-
- getDisplayName() - Method in enum org.springframework.cloud.dataflow.rest.job.support.TaskletType
-
- getDisplayName() - Method in enum org.springframework.cloud.dataflow.rest.resource.DeploymentStateResource
-
- getDockerAuthUrl() - Method in class org.springframework.cloud.dataflow.server.DockerValidatorProperties
-
- getDockerRegistryUrl() - Method in class org.springframework.cloud.dataflow.server.DockerValidatorProperties
-
- getDsl() - Method in class org.springframework.cloud.dataflow.rest.resource.AbstractDefinitionAppStatusResource
-
- getDsl() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskToolsResource
-
- 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.StreamDeploymentResource
-
- getDslText() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
-
- getDslText() - Method in class org.springframework.cloud.dataflow.server.stream.StreamDeploymentRequest
-
Return the DSL definition for this stream.
- 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.JobExecutionThinResource
-
- 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
-
- getErrors() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskToolsResource
-
- getEstimatedPercentComplete() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
-
- getEstimatedPercentCompleteMessage() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
-
- getExecutableDSLName() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskApp
-
- getExecutionId() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- getExecutionId() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- 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
-
- getFeatureInfo() - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
-
- 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
-
- getGrafanaInfo() - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
-
- getGraph() - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
-
- getGraph() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskToolsResource
-
- getGuid() - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Instance
-
- getHistorySize() - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
-
- getHost() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
-
- getHttp(String, String, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.HttpCommands
-
- getId() - Method in class org.springframework.cloud.dataflow.core.AbstractEntity
-
- getId() - Method in enum org.springframework.cloud.dataflow.core.AuditActionType
-
- getId() - Method in enum org.springframework.cloud.dataflow.core.AuditOperationType
-
- getId() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- getId() - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- getId() - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Application
-
- getId() - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Instance
-
- getId() - Method in class org.springframework.cloud.dataflow.server.stream.AppInstanceStatusImpl
-
- getIdentity() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
- getImplementation() - Method in class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
-
Retrieves the current
Dependency
for the implementation.
- getIndex() - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Instance
-
- getIndexOfLabel(String) - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
-
- getInputStream() - Method in class org.springframework.cloud.dataflow.rest.util.ProcessOutputResource
-
- getInserts() - Method in exception org.springframework.cloud.dataflow.core.dsl.ParseException
-
- getInstanceId() - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
-
- getInstanceId() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- getInstances() - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
-
- getInstances() - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Application
-
- getJavaVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- 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 interface org.springframework.cloud.dataflow.server.batch.JobService
-
Get a JobExecution
by id.
- getJobExecution(Long) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- getJobExecution(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
- 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
-
- getJobExecutions(String, int, int) - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableJobExecutionDao
-
- getJobExecutions(int, int) - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableJobExecutionDao
-
- getJobExecutions(String, int, int) - Method in interface org.springframework.cloud.dataflow.server.batch.SearchableJobExecutionDao
-
Get the JobExecutions
for a specific job name in
reverse order of creation (so normally of execution).
- getJobExecutions(int, int) - Method in interface org.springframework.cloud.dataflow.server.batch.SearchableJobExecutionDao
-
Get the JobExecutions
in reverse order of creation
(so normally of execution).
- getJobExecutionsForJobInstance(String, Long) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Get all the job executions for a given job instance.
- getJobExecutionsForJobInstance(String, Long) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- getJobExecutionsWithStepCount(String, int, int) - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableJobExecutionDao
-
- getJobExecutionsWithStepCount(int, int) - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableJobExecutionDao
-
- getJobExecutionsWithStepCount(String, int, int) - Method in interface org.springframework.cloud.dataflow.server.batch.SearchableJobExecutionDao
-
Get the
JobExecutions
for a specific job name in
reverse order of creation (so normally of execution).
- getJobExecutionsWithStepCount(int, int) - Method in interface org.springframework.cloud.dataflow.server.batch.SearchableJobExecutionDao
-
Get the
JobExecutions
in reverse order of creation
(so normally of execution) without StepExecution.
- getJobId() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- getJobId() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- getJobInstance() - Method in class org.springframework.cloud.dataflow.rest.job.JobInstanceExecutions
-
- getJobInstance(long) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Get a job instance
by id.
- getJobInstance(long) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- getJobInstance(long) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
- getJobInstance(long) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
-
Retrieves a JobInstance
from the JobRepository and matches it with the
associated JobExecution
s.
- 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
-
- getJobParameters() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- getJobParametersString() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- getJobParametersString() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- getJvmTimeZone() - Static method in class org.springframework.cloud.dataflow.rest.job.support.TimeUtils
-
- getKey() - Method in enum org.springframework.cloud.dataflow.core.AuditActionType
-
- getKey() - Method in enum org.springframework.cloud.dataflow.core.AuditOperationType
-
- getKey() - Method in enum org.springframework.cloud.dataflow.rest.resource.DeploymentStateResource
-
- getKey() - Method in enum org.springframework.cloud.dataflow.shell.command.support.RoleType
-
- 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.dsl.graph.Node
-
- getLabel() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
-
- getLabel() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskApp
-
- getLabel() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
-
Return symbolic name of a task.
- getLabel() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
- 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
-
- getLabelString() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
-
- getLastJobParameters(String) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Get the last JobParameters
used to execute a job successfully.
- getLastJobParameters(String) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- getLastTaskExecution() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
-
- getLatestTaskExecution() - Method in class org.springframework.cloud.dataflow.server.controller.support.TaskExecutionAwareTaskDefinition
-
Returns the associated TaskExecution
if available.
- getLaunchers() - Method in class org.springframework.cloud.dataflow.core.TaskPlatform
-
- getLength() - Method in enum org.springframework.cloud.dataflow.core.dsl.TokenKind
-
- getLine(Token) - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
-
- getLink(ResourceSupport, String) - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- getLinks() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Graph
-
- getManifest(String, int) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
Get manifest for the given stream deployed via Skipper.
- getManifest(String, int) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- getManifest(String, int) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.cloud.dataflow.server.config.OnLocalPlatform
-
- getMax() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
-
- getMaximumTaskExecutions() - Method in class org.springframework.cloud.dataflow.core.PlatformTaskExecutionInformation
-
- getMaximumTaskExecutions() - Method in class org.springframework.cloud.dataflow.rest.resource.CurrentTaskExecutionsResource
-
- getMaxSchedulesReturned() - Method in class org.springframework.cloud.dataflow.server.service.SchedulerServiceProperties
-
- 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.core.dsl.TaskValidationException
-
- getMessage() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidationProblem
-
- 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
-
- getMetadataResource(URI, URI) - Method in class org.springframework.cloud.dataflow.registry.support.AppResourceCommon
-
Resolves the metadata resource if provided or falls back to the apps resources otherwise.
- getMetadataResource() - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskExecutionInformation
-
- getMetadataUri() - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- getMetadataUri() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData
-
- getMin() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
-
- getName() - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- getName() - Method in enum org.springframework.cloud.dataflow.core.AuditActionType
-
- getName() - Method in enum org.springframework.cloud.dataflow.core.AuditOperationType
-
- 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.dsl.TaskApp
-
- getName() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
-
- getName() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
- getName() - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- getName() - Method in class org.springframework.cloud.dataflow.core.PlatformTaskExecutionInformation
-
- getName() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
-
Return the name of this stream.
- getName() - Method in class org.springframework.cloud.dataflow.core.TaskPlatform
-
- getName() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
-
- getName() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
- getName() - Method in class org.springframework.cloud.dataflow.rest.resource.about.Dependency
-
- getName() - Method in class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource
-
- getName() - Method in class org.springframework.cloud.dataflow.rest.resource.CurrentTaskExecutionsResource
-
- getName() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- getName() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- getName() - Method in class org.springframework.cloud.dataflow.rest.resource.LauncherResource
-
- 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 class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
-
- getName() - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Application
-
- getName() - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus
-
- getName() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData
-
- getName() - Method in exception org.springframework.cloud.dataflow.server.repository.NoSuchStreamDefinitionException
-
- getName() - Method in exception org.springframework.cloud.dataflow.server.repository.NoSuchStreamDeploymentException
-
- getName() - Method in class org.springframework.cloud.dataflow.server.service.impl.validation.DockerTag
-
- getName() - Method in enum org.springframework.cloud.dataflow.shell.command.support.RoleType
-
- getNamespace() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
-
- getNamespaceAndRepo() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
-
- getNameWithDescription() - Method in enum org.springframework.cloud.dataflow.core.AuditActionType
-
- getNext() - Method in class org.springframework.cloud.dataflow.server.service.impl.validation.DockerResult
-
- getNodes() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Graph
-
- getObject() - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
- 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.batch.SimpleJobServiceFactoryBean
-
- getObjectType() - Method in class org.springframework.cloud.dataflow.server.job.TaskExplorerFactoryBean
-
- getObjectType() - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
-
- getObjectVersion() - Method in class org.springframework.cloud.dataflow.core.AbstractEntity
-
- getOffset() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidationProblem
-
- 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
-
- getPackageIdentifier() - Method in class org.springframework.cloud.dataflow.rest.UpdateStreamRequest
-
- 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.rest.client.config.DataFlowClientProperties.Authentication.Basic
-
- getPassword() - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
-
- getPassword() - Method in class org.springframework.cloud.dataflow.server.DockerValidatorProperties
-
- getPassword() - Method in class org.springframework.cloud.dataflow.shell.TargetCredentials
-
- getPercentageComplete() - Method in class org.springframework.cloud.dataflow.rest.resource.StepExecutionProgressInfoResource
-
- getPlatformApiVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- getPlatformClientVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- getPlatformHostVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- getPlatformName() - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
-
- getPlatformSpecificInfo() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- getPlatformType() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- getPosition() - Method in exception org.springframework.cloud.dataflow.core.dsl.ParseException
-
- getPrevious() - Method in exception org.springframework.cloud.dataflow.server.controller.AppAlreadyRegisteredException
-
- getProblems() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
-
- 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.
- getProperties() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
- getProperties() - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Instance
-
- 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
-
- getReadTimeoutInMillis() - Method in class org.springframework.cloud.dataflow.server.DockerValidatorProperties
-
- getRefreshInterval() - Method in class org.springframework.cloud.dataflow.rest.resource.about.GrafanaInfo
-
- getRefreshInterval() - Method in class org.springframework.cloud.dataflow.server.config.GrafanaInfoProperties
-
- getRegisteredAppName() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
-
Return name of task app in registry.
- getReleaseName() - Method in class org.springframework.cloud.dataflow.rest.UpdateStreamRequest
-
- getRepository() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
-
- getResource(String) - Method in class org.springframework.cloud.dataflow.registry.support.AppResourceCommon
-
Retrieve the corresponding Resource
instance based on the URI String.
- getResourceVersion(Resource) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
- getResourceVersion(String) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
Returns the version for the given resource URI string.
- getResourceVersion(Resource) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- getResourceVersion(String) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
Returns the version for the given resource URI string.
- getResourceVersion(Resource) - Method in class org.springframework.cloud.dataflow.registry.support.AppResourceCommon
-
Extracts the version from the resource.
- getResourceWithoutVersion(Resource) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
Returns a string representing the resource with version subtracted
- getResourceWithoutVersion(Resource) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- getResourceWithoutVersion(Resource) - Method in class org.springframework.cloud.dataflow.registry.support.AppResourceCommon
-
Returns a string representing the resource with version subtracted
- getRestTemplate() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- getResults() - Method in class org.springframework.cloud.dataflow.server.service.impl.validation.DockerResult
-
- getRoles() - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
-
- getRoles() - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
-
- getRoles() - Method in class org.springframework.cloud.dataflow.shell.TargetCredentials
-
- getRollbackCount() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
-
- getRunningExecutionCount() - Method in class org.springframework.cloud.dataflow.core.PlatformTaskExecutionInformation
-
- getRunningExecutionCount() - Method in class org.springframework.cloud.dataflow.rest.resource.CurrentTaskExecutionsResource
-
- getRunningJobExecutions() - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableJobExecutionDao
-
- getRunningJobExecutions() - Method in interface org.springframework.cloud.dataflow.server.batch.SearchableJobExecutionDao
-
Find all the running executions (status less than STOPPING).
- getRuntimeEnvironment() - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
-
- getSchedule(String) - Method in interface org.springframework.cloud.dataflow.rest.client.SchedulerOperations
-
Retrieves the ScheduleInfo
for the specified ScheduleName.
- getSchedule(String) - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
-
- getSchedule(String) - Method in class org.springframework.cloud.dataflow.server.controller.TaskSchedulerController
-
Return a ScheduleInfo
for a specific Schedule.
- getSchedule(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSchedulerService
-
- getSchedule(String) - Method in interface org.springframework.cloud.dataflow.server.service.SchedulerService
-
Retrieves the ScheduleInfo
for the specified ScheduleName.
- getScheduleName() - Method in class org.springframework.cloud.dataflow.rest.resource.ScheduleInfoResource
-
- getScheduleProperties() - Method in class org.springframework.cloud.dataflow.rest.resource.ScheduleInfoResource
-
- getScheduler() - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- getSearchQuery() - Method in class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
-
- getSecurityInfo() - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
-
- 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
-
- getSequences() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
- getSequenceWithLabel(String) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
Find the sequence with the specified label and return it.
- getSeries() - Method in class org.springframework.cloud.dataflow.core.dsl.FlowNode
-
- getSeries() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
-
For nodes representing a flow or a split, return the series of elements to run in
sequence/parallel.
- getSeries() - Method in class org.springframework.cloud.dataflow.core.dsl.SplitNode
-
- getSeriesElement(int) - Method in class org.springframework.cloud.dataflow.core.dsl.FlowNode
-
- getSeriesElement(int) - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
-
For nodes representing a flow or a split, return a specific element in the series
of things that will run either sequentially or in parallel.
- getSeriesElement(int) - Method in class org.springframework.cloud.dataflow.core.dsl.SplitNode
-
- getSeriesLength() - Method in class org.springframework.cloud.dataflow.core.dsl.FlowNode
-
- getSeriesLength() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
-
For nodes representing a flow or split, return how many are in the series of things
to run (so the number to run in sequence or the number to run in parallel).
- getSeriesLength() - Method in class org.springframework.cloud.dataflow.core.dsl.SplitNode
-
- getServerUri() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
-
- getShell() - Method in class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
-
Retrieves the current
Dependency
for the shell instance.
- 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
-
- getSpringBootVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- getSpringCloudDataflowCore() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
-
- getSpringCloudDataflowDashboard() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
-
- getSpringCloudDataflowImplementation() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
-
- getSpringCloudDataflowShell() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
-
- getSpringVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- getStandardDeviation() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
-
- getStart() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
Shortcut to return the first node in the first sequence.
- getStartDate() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- getStartDate() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- getStartDateTime() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- 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.JobExecutionThinResource
-
- getStartTime() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
-
- getStartupNotifications() - Method in class org.springframework.cloud.dataflow.shell.DataflowJLineShellComponent
-
- getState() - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
-
- getState() - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
-
- getState() - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Instance
-
- getState() - Method in class org.springframework.cloud.dataflow.server.stream.AppInstanceStatusImpl
-
- getStatus() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
-
- getStatus() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- 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.StreamDeploymentResource
-
- getStatus() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
-
Return the status of this task.
- getStatus() - Method in class org.springframework.cloud.dataflow.shell.Target
-
Return the target status, which is either Success or Error.
- getStatusDescription() - Method in class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
-
Get a descriptive text of the stream's deployment status.
- getStatusToCheck() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
-
Return the status that should trigger the transition.
- getStatusToCheckInDSLForm() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
-
Return the status that should trigger the transition as it would occur in the DSL.
- getStepCount() - Method in class org.springframework.cloud.dataflow.server.batch.JobExecutionWithStepCount
-
- 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 interface org.springframework.cloud.dataflow.server.batch.JobService
-
Locate a StepExecution
from its id and that of its parent
JobExecution
.
- getStepExecution(Long, Long) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- getStepExecution(Long, Long) - Method in class org.springframework.cloud.dataflow.server.controller.JobStepExecutionController
-
- getStepExecution() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
-
- getStepExecutionCount() - Method in class org.springframework.cloud.dataflow.rest.job.TaskJobExecution
-
The number of steps executions contained in the job execution.
- getStepExecutionCount() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- getStepExecutionCount() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- 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
-
- getStepExecutions(Long) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Get the step executions
for a given job execution
(by id).
- getStepExecutions(Long) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- getStepName() - Method in class org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
-
- getStepNamesForJob(String) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Get the names of the steps in a job (or a historical list of recent
execution names if the Job is not launchable).
- getStepNamesForJob(String) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- 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
-
- getStreamDefinition(String) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
Queries the server for the stream definition.
- getStreamDefinition(String) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- getStreamDeployerProperties() - Method in class org.springframework.cloud.dataflow.server.stream.StreamDeploymentRequest
-
Return the Stream Deployer properties.
- getStreamInfo(String) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
-
- getStreamInfo(String) - Method in interface org.springframework.cloud.dataflow.server.stream.StreamDeployer
-
Get stream information (including the deployment properties) for the given stream name.
- 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.
- getStreamName() - Method in class org.springframework.cloud.dataflow.core.StreamDeployment
-
- getStreamName() - Method in class org.springframework.cloud.dataflow.rest.resource.StreamDeploymentResource
-
- getStreamName() - Method in class org.springframework.cloud.dataflow.server.stream.StreamDeploymentRequest
-
Return the name of this stream.
- getStreamStatuses(String) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
-
- getStreamStatuses(String) - Method in interface org.springframework.cloud.dataflow.server.stream.StreamDeployer
-
Returns the deployed application statuses part for the streamName stream.
- getStreamText() - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
-
- getSuppressedErrorCodes() - Method in class org.springframework.cloud.dataflow.server.db.migration.SqlCommand
-
Gets the suppressed error codes.
- getTag() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
-
- 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.
- getTargetApp() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
-
- getTargetCredentials() - Method in class org.springframework.cloud.dataflow.shell.Target
-
Returns the target credentials
- getTargetDslText() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
-
- 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.
- getTargetLabel() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
-
- 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.
- getTask() - Method in class org.springframework.cloud.dataflow.server.config.apps.CommonApplicationProperties
-
- getTaskApp() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
- getTaskApps() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
- getTaskDefinition() - Method in class org.springframework.cloud.dataflow.server.controller.support.TaskExecutionAwareTaskDefinition
-
- getTaskDefinition() - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskExecutionInformation
-
- getTaskDefinitionName() - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
-
- getTaskDefinitionName() - Method in class org.springframework.cloud.dataflow.rest.resource.ScheduleInfoResource
-
- getTaskDeploymentId() - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
-
- getTaskDeploymentProperties() - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskExecutionInformation
-
- getTaskExecution() - Method in class org.springframework.cloud.dataflow.rest.job.TaskJobExecutionRel
-
- getTaskExecutionId() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- getTaskExecutionId() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- getTaskExecutionInformation() - Method in class org.springframework.cloud.dataflow.core.AllPlatformsTaskExecutionInformation
-
- getTaskExecutionStatus() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
-
Returns the calculated status of this TaskExecution
.
- getTaskId() - Method in class org.springframework.cloud.dataflow.rest.job.TaskJobExecution
-
- getTaskJobExecutions() - Method in class org.springframework.cloud.dataflow.rest.job.JobInstanceExecutions
-
- getTaskLauncher() - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- getTaskLaunchers() - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironment
-
- getTaskName() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskApp
-
- getTaskName() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
-
- getTaskName() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
-
- getTaskNode() - Method in exception org.springframework.cloud.dataflow.core.dsl.TaskValidationException
-
- getTaskPrefix(String) - Static method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
Create the prefix to be added to task names created for task app references in
composed task DSL.
- getTaskResource(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSchedulerService
-
- getTaskText() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
- getText() - Method in class org.springframework.cloud.dataflow.completion.CompletionProposal
-
- getText() - Method in class org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource.Proposal
-
- getThreePartVersion(String) - Static method in class org.springframework.cloud.dataflow.rest.client.support.VersionUtils
-
Given a 3 or 4 part version return the 3 part version.
- getTimeZone() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- getTimeZone() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- getToken() - Method in class org.springframework.cloud.dataflow.server.config.GrafanaInfoProperties
-
- getToken() - Method in class org.springframework.cloud.dataflow.server.service.impl.validation.DockerAuth
-
- getTokenChars() - Method in enum org.springframework.cloud.dataflow.core.dsl.TokenKind
-
- getTokenPointer() - Method in exception org.springframework.cloud.dataflow.core.dsl.CheckPointedParseException
-
- getTokens(String) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
- 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
- getTransitionName() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Link
-
- getTransitions() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
-
- getType() - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- getType() - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- getType() - Method in class org.springframework.cloud.dataflow.core.PlatformTaskExecutionInformation
-
- getType() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
- getType() - Method in class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource
-
- getType() - Method in class org.springframework.cloud.dataflow.rest.resource.CurrentTaskExecutionsResource
-
- getType() - Method in class org.springframework.cloud.dataflow.rest.resource.LauncherResource
-
- getType() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData
-
- getUpdateProperties() - Method in class org.springframework.cloud.dataflow.rest.UpdateStreamRequest
-
- getUri() - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- getUri() - Method in class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource
-
- getUri() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData
-
- getUrl() - Method in class org.springframework.cloud.dataflow.rest.resource.about.Dependency
-
- getUrl() - Method in class org.springframework.cloud.dataflow.rest.resource.about.GrafanaInfo
-
- getUrl() - Method in class org.springframework.cloud.dataflow.server.config.GrafanaInfoProperties
-
- getUrl() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
-
- getUsername() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Basic
-
- getUsername() - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
-
- 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.server.DockerValidatorProperties
-
- getUsername() - Method in class org.springframework.cloud.dataflow.shell.TargetCredentials
-
- getValidationProblems() - Method in exception org.springframework.cloud.dataflow.core.dsl.TaskValidationException
-
- getValue() - Method in class org.springframework.cloud.dataflow.core.dsl.ArgumentNode
-
- getVersion() - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- getVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.about.Dependency
-
- getVersion() - Method in class org.springframework.cloud.dataflow.rest.resource.AppRegistrationResource
-
- getVersion() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
-
- getVersion() - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus
-
- getVersion() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData
-
- getVersion() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
-
Returns the version information as found in the manifest file (set during release).
- getVersionInfo() - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
-
- 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
-
- GrafanaInfo - Class in org.springframework.cloud.dataflow.rest.resource.about
-
- GrafanaInfo() - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.GrafanaInfo
-
- GrafanaInfoProperties - Class in org.springframework.cloud.dataflow.server.config
-
- GrafanaInfoProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.GrafanaInfoProperties
-
- Graph - Class in org.springframework.cloud.dataflow.core.dsl.graph
-
Represents a Graph that Flo will display.
- Graph(List<Node>, List<Link>) - Constructor for class org.springframework.cloud.dataflow.core.dsl.graph.Graph
-
- GraphGeneratorVisitor - Class in org.springframework.cloud.dataflow.core.dsl
-
Visitor that produces a Graph representation of a parsed task definition.
- GraphGeneratorVisitor() - Constructor for class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
-
- id - Variable in class org.springframework.cloud.dataflow.core.dsl.graph.Node
-
- importAll(boolean, Resource...) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
Import bulk of applications from input load files
- importAll(boolean, Resource...) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- 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
-
- index() - Method in class org.springframework.cloud.dataflow.server.controller.UiController
-
- info(String, ApplicationType, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
-
Retrieve information about an application registration.
- info(String, ApplicationType, String, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
-
Retrieve information about an application registration.
- info(String, ApplicationType, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
-
- info(String, ApplicationType, String, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
-
- info(String) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
- info(String) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- info(ApplicationType, String, String, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
-
Retrieve detailed information about a particular application.
- info(ApplicationType, String, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
-
Deprecated.
- 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(String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
-
Request deployment of an existing stream definition.
- info(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
- info(String) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
-
Get stream information including the deployment properties etc.
- info(String, ApplicationType, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
-
- info() - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
-
- 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.web.WebConfiguration
-
- initialize() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
-
- initialize() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
-
- initialize(ApplicationReadyEvent) - Method in class org.springframework.cloud.dataflow.server.service.LauncherInitializationService
-
- 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.
- INSERT_APP_REGISTRATION_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- INSERT_APP_REGISTRATION_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- INSERT_APP_REGISTRATION_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- INSERT_APP_REGISTRATION_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- INSERT_APP_REGISTRATION_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- INSERT_AUDIT_RECORDS_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- INSERT_AUDIT_RECORDS_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- INSERT_AUDIT_RECORDS_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- INSERT_AUDIT_RECORDS_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- INSERT_AUDIT_RECORDS_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- INSERT_BATCH_JOB_EXECUTION_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- INSERT_BATCH_JOB_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- INSERT_BATCH_STEP_EXECUTION_SEQUENCE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- INSERT_HIBERNATE_SEQUENCE_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- INSERT_STREAM_DEFINITIONS_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- INSERT_STREAM_DEFINITIONS_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- INSERT_STREAM_DEFINITIONS_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- INSERT_STREAM_DEFINITIONS_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- INSERT_TASK_DEFINITIONS_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- INSERT_TASK_DEFINITIONS_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- INSERT_TASK_DEFINITIONS_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- INSERT_TASK_DEFINITIONS_DATA - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- inserts - Variable in exception org.springframework.cloud.dataflow.core.dsl.ParseException
-
- Instance() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Instance
-
- 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
-
- instanceList(String) - Method in class org.springframework.cloud.dataflow.rest.client.JobTemplate
-
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.cloud.dataflow.server.config.OAuth2AccessTokenProvidingClientHttpRequestInterceptor
-
- InvalidDateRangeException - Exception in org.springframework.cloud.dataflow.server.controller.support
-
Thrown by controller classes to indicate invalid date ranges.
- InvalidDateRangeException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.support.InvalidDateRangeException
-
- InvalidStreamDefinitionException - Exception in org.springframework.cloud.dataflow.server.controller.support
-
Thrown by controller classes to indicate issues with the provided stream definition.
- InvalidStreamDefinitionException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.support.InvalidStreamDefinitionException
-
- isAbandonable() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- isAbandonable() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- isAlphabetic(char) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
- isAnalyticsEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
-
- isArgValueIdentifierTerminator(char, boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
For the variant tokenizer (used following an '=' to parse an argument value) we
only terminate that identifier if encountering a small set of characters.
- isAuthenticated() - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
-
- isAuthenticated() - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
-
- isAuthenticated() - Method in class org.springframework.cloud.dataflow.shell.Target
-
- isAuthenticationEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
-
- isAuthenticationEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
-
- isAuthenticationEnabled() - Method in class org.springframework.cloud.dataflow.shell.Target
-
Indicates whether authentication is enabled for this target.
- isCaseInsensitive(JdbcEnvironment) - Method in class org.springframework.cloud.dataflow.server.repository.support.UpperCaseSpringPhysicalNamingStrategy
-
- isCloudPlatform(Environment) - Method in interface org.springframework.cloud.dataflow.server.config.CloudProfileProvider
-
Identifies if the application is running on a cloud platform
- isComposed() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
- isComposed() - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
-
Return if this task is a composed task
- isComposed() - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskExecutionInformation
-
- isComposedTaskDefinition(String) - Static method in class org.springframework.cloud.dataflow.server.service.impl.TaskServiceUtils
-
Parses the task DSL to see if it is a composed task definition
- isDataFlowServerVersionGreaterThanOrEqualToRequiredVersion(String, String) - Static method in class org.springframework.cloud.dataflow.rest.client.support.VersionUtils
-
Return true if the Data Flow Server version is greater than or equal to a given
version.
- isDefaultVersion() - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- isDefaultVersion() - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData
-
- isDefined() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- isDefined() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- isDigit(char) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
- isDockerHubImage() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
-
- isEnabled() - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyStatus
-
- isEnableDsl() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
-
- isEnd() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Node
-
- isEndTransition() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
-
- 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.
- isExitCodeCheck() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
-
- isFail() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Node
-
- isFailTransition() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
-
- isFinished() - Method in class org.springframework.cloud.dataflow.server.job.support.StepExecutionProgressInfo
-
- isFlow() - Method in class org.springframework.cloud.dataflow.core.dsl.FlowNode
-
- isFlow() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
-
- isForce() - Method in class org.springframework.cloud.dataflow.rest.UpdateStreamRequest
-
- isGrafanaEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
-
- isGrafanaEnabled() - Method in class org.springframework.cloud.dataflow.server.config.GrafanaInfoProperties
-
- isIdentifier(char) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
- isIdentifier() - Method in class org.springframework.cloud.dataflow.core.dsl.Token
-
- isImagePresent() - Method in class org.springframework.cloud.dataflow.server.service.impl.validation.DockerRegistryValidator
-
Verifies that the image is present.
- isIncrementable(String) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Check if a job has a JobParametersIncrementer
.
- isIncrementable(String) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- 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
-
- isLaunchable(String) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Convenience method to determine if a job is available for launching.
- isLaunchable(String) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- 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
-
Wrapper for the
StdDateFormat
to use
TimeZone
and
Locale
based constructor.
- ISO8601DateFormatWithMilliSeconds(TimeZone, Locale, Boolean) - Constructor for class org.springframework.cloud.dataflow.rest.job.support.ISO8601DateFormatWithMilliSeconds
-
- ISO8601DateFormatWithMilliSeconds() - Constructor for class org.springframework.cloud.dataflow.rest.job.support.ISO8601DateFormatWithMilliSeconds
-
- isOverwrite(AppRegistration, boolean) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- isPrimary() - Method in class org.springframework.cloud.dataflow.core.TaskPlatform
-
If true, identifies which Platform the Data Flow Server is running on.
- isQuote(char) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
- isRegistered(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.server.service.impl.validation.DefaultValidationService
-
- isRegistered(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.server.service.ValidationService
-
Checks if application with its name and type is registered.
- isRestartable() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- isRestartable() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- isSchedulesEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
-
- isSchedulesEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
-
- isSingleton() - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
Allows optimisation in the containing bean factory.
- 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.
- isSkipSslValidation() - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
-
- isSkipSslValidation() - Method in class org.springframework.cloud.dataflow.shell.Target
-
Returns if sslValidation should be skipped
- isSpecialTransition() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
-
Some target names for a transition are 'well known' like $FAIL and $END - these do
not indicate a following job step, they instead indicate a termination state.
- isSplit() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
-
- isSplit() - Method in class org.springframework.cloud.dataflow.core.dsl.SplitNode
-
- isStart() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Node
-
- isStoppable() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
-
- isStoppable() - Method in class org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
-
- isStreamsEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
-
- isStreamsEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
-
- isSync() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Node
-
- isTargetApp() - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
-
The target is either an app or a reference.
- isTaskApp() - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
-
- isTaskApp() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
-
- isTaskDefined() - Method in class org.springframework.cloud.dataflow.rest.job.TaskJobExecution
-
- isTasksEnabled() - Method in class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
-
- isTasksEnabled() - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
-
- isTwoCharToken(TokenKind) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
Check if this might be a two character token.
- isUnboundStreamApp() - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
-
- 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.
- isValidName(String) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
-
Verify the supplied name is a valid name.
- isValidNamespace(String) - Static method in class org.springframework.cloud.dataflow.registry.support.DockerImage
-
When a image name part can be ambiguously either host or namespace, check which one it
is based on a regex of valid characters for the namespace part
- isWhitespace(char) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
- iterator() - Method in class org.springframework.cloud.dataflow.server.support.RelaxedNames
-
- label(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
- LabelledTaskNode - Class in org.springframework.cloud.dataflow.core.dsl
-
The main task supertype AST node.
- 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, JobParameters) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Launch a job with the parameters provided.
- launch(String, JobParameters) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- launch(String, String, String) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
-
Request the launching of an existing task definition.
- launch(String, String, File, String, String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- Launcher - Class in org.springframework.cloud.dataflow.core
-
- Launcher(String, String, TaskLauncher) - Constructor for class org.springframework.cloud.dataflow.core.Launcher
-
- Launcher(String, String, TaskLauncher, Scheduler) - Constructor for class org.springframework.cloud.dataflow.core.Launcher
-
- launcherInitializationService(LauncherRepository, List<TaskPlatform>) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
-
- LauncherInitializationService - Class in org.springframework.cloud.dataflow.server.service
-
- LauncherInitializationService(LauncherRepository, List<TaskPlatform>) - Constructor for class org.springframework.cloud.dataflow.server.service.LauncherInitializationService
-
- LauncherRepository - Interface in org.springframework.cloud.dataflow.server.job
-
Repository for Launchers
- LauncherResource - Class in org.springframework.cloud.dataflow.rest.resource
-
- LauncherResource(Launcher) - Constructor for class org.springframework.cloud.dataflow.rest.resource.LauncherResource
-
- LauncherResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
-
- lexArgValueIdentifier() - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
To prevent the need to quote all argument values, this identifier lexing function
is used just after an '=' when we are about to digest an arg value.
- lexDoubleQuotedStringLiteral() - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
Lex a string literal which uses double quotes as delimiters.
- lexIdentifier() - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
- lexQuotedStringLiteral() - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
Lex a string literal which uses single quotes as delimiters.
- linebreaks - Variable in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
Positions of linebreaks in the parsed string.
- Link - Class in org.springframework.cloud.dataflow.core.dsl.graph
-
Represents a link in a
Graph
object that Flo will display as a link.
- Link(String, String) - Constructor for class org.springframework.cloud.dataflow.core.dsl.graph.Link
-
- Link(String, String, String) - Constructor for class org.springframework.cloud.dataflow.core.dsl.graph.Link
-
- links - Variable in class org.springframework.cloud.dataflow.core.dsl.graph.Graph
-
- 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(String) - Method in interface org.springframework.cloud.dataflow.rest.client.SchedulerOperations
-
List all of the Schedules associated with the provided TaskDefinition.
- list() - Method in interface org.springframework.cloud.dataflow.rest.client.SchedulerOperations
-
List all of the schedules registered with the system.
- list(String) - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
-
- list() - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
-
- list() - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
- list() - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- list() - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
- list() - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- list(Pageable, PagedResourcesAssembler<AppRegistration>, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
-
List app registrations.
- list(Pageable, AuditActionType[], AuditOperationType[], String, String, PagedResourcesAssembler<AuditRecord>) - Method in class org.springframework.cloud.dataflow.server.controller.AuditRecordController
-
- list(Pageable, PagedResourcesAssembler<TaskJobExecution>) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionController
-
- list(String, Pageable, PagedResourcesAssembler<JobInstanceExecutions>) - Method in class org.springframework.cloud.dataflow.server.controller.JobInstanceController
-
- list(Pageable, String, PagedResourcesAssembler<AppInstanceStatus>) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeAppInstanceController
-
- list(Pageable, 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
-
- list(Pageable, String, PagedResourcesAssembler<TaskExecutionAwareTaskDefinition>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskDefinitionController
-
- list(Pageable, PagedResourcesAssembler<TaskJobExecutionRel>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
-
- list(Pageable, PagedResourcesAssembler<Launcher>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskPlatformController
-
Returns the list of platform accounts available for launching tasks.
- list(Pageable, PagedResourcesAssembler<ScheduleInfo>) - Method in class org.springframework.cloud.dataflow.server.controller.TaskSchedulerController
-
Return a page-able list of ScheduleInfo
s.
- list(Pageable, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSchedulerService
-
- list(Pageable) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSchedulerService
-
- list(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSchedulerService
-
- list() - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSchedulerService
-
- list(Pageable, String) - Method in interface org.springframework.cloud.dataflow.server.service.SchedulerService
-
List all of the Schedules associated with the provided TaskDefinition.
- list(Pageable) - Method in interface org.springframework.cloud.dataflow.server.service.SchedulerService
-
List all of the schedules registered with the system.
- list(String) - Method in interface org.springframework.cloud.dataflow.server.service.SchedulerService
-
- list() - Method in interface org.springframework.cloud.dataflow.server.service.SchedulerService
-
- list(AppRegistryCommands.QualifiedApplicationName) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
-
- list(boolean, String[]) - Method in class org.springframework.cloud.dataflow.shell.command.RuntimeCommands
-
- list() - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- listJobExecutions(int, int) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
List the job executions
in descending order of
creation (usually close to execution order).
- listJobExecutions(int, int) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- listJobExecutions(Pageable) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
- listJobExecutions(Pageable) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
-
Retrieves Pageable list of JobExecution
s from the JobRepository and matches the
data with a task id.
- listJobExecutionsForJob(String, int, int) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
List the job executions
for a job in descending
order of creation (usually close to execution order).
- listJobExecutionsForJob(String, int, int) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- listJobExecutionsForJob(Pageable, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
- 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.
- listJobExecutionsForJobWithStepCount(String, int, int) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
List the
job executions
for a job in descending
order of creation (usually close to execution order).
- listJobExecutionsForJobWithStepCount(String, int, int) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- listJobExecutionsForJobWithStepCount(Pageable, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
- listJobExecutionsForJobWithStepCount(Pageable, String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
-
Retrieves Pageable list of
JobExecutionWithStepCount
from the JobRepository with a specific
jobName and matches the data with a task id.
- listJobExecutionsWithStepCount(int, int) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
List the
JobExecutions
in descending order of
creation (usually close to execution order) without step execution data.
- listJobExecutionsWithStepCount(int, int) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- listJobExecutionsWithStepCount(Pageable) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskJobService
-
- listJobExecutionsWithStepCount(Pageable) - Method in interface org.springframework.cloud.dataflow.server.service.TaskJobService
-
Retrieves Pageable list of
JobExecutionWithStepCount
s from the JobRepository and matches the
data with a task id but excludes the step executions.
- listJobInstances(String, int, int) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
List the job instances
in descending order of
creation (usually close to order of execution).
- listJobInstances(String, int, int) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- listJobs(int, int) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Query the job names in the system, either launchable or not.
- listJobs(int, int) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- listJobsOnly(Pageable, PagedResourcesAssembler<TaskJobExecution>) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionThinController
-
- listPlatforms() - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
- listPlatforms() - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- listPlatforms() - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
- listPlatforms() - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- listPlatforms() - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- listPlatforms() - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- 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
-
- listProperties(Resource, boolean) - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
-
- listProperties(Archive, boolean) - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
-
- listRelated(Pageable, 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.
- listStepExecutionsForStep(String, String, int, int) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
List the step executions
for a step in descending
order of creation (usually close to execution order).
- listStepExecutionsForStep(String, String, int, int) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- 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
-
- 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.
- loadProperties(Resource) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- LocalPlatformProperties - Class in org.springframework.cloud.dataflow.server.config.features
-
- LocalPlatformProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.features.LocalPlatformProperties
-
- localTaskPlatform(LocalPlatformProperties, Scheduler) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
-
The default profile is active is no other profiles are active.
- LocalTaskPlatformFactory - Class in org.springframework.cloud.dataflow.server.config.features
-
- LocalTaskPlatformFactory(LocalPlatformProperties, Scheduler) - Constructor for class org.springframework.cloud.dataflow.server.config.features.LocalTaskPlatformFactory
-
- log() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.DefaultShellComponents
-
- log() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.SkipperRegisterInternalCommands
-
- logger - Variable in class org.springframework.cloud.dataflow.core.AbstractTaskPlatformFactory
-
- logger - Static variable in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- 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
.
- OAuth2AccessTokenProvidingClientHttpRequestInterceptor - Class in org.springframework.cloud.dataflow.server.config
-
This implementation of a ClientHttpRequestInterceptor
will retrieve, if available, the OAuth2 Access Token
and add it to the Authorization
HTTP header.
- OAuth2AccessTokenProvidingClientHttpRequestInterceptor() - Constructor for class org.springframework.cloud.dataflow.server.config.OAuth2AccessTokenProvidingClientHttpRequestInterceptor
-
- OffsetOutOfBoundsException - Exception in org.springframework.cloud.dataflow.server.service.impl
-
Exception thrown when a user requests a page and size combination that creates
an offset that is greater than
Integer.MAX_VALUE
.
- OffsetOutOfBoundsException(String) - Constructor for exception org.springframework.cloud.dataflow.server.service.impl.OffsetOutOfBoundsException
-
- onApplicationEvent(ContextClosedEvent) - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
-
- onApplicationEvent(ApplicationReadyEvent) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
-
Will execute the targeting of the Data Flow server ONLY if the shell
is executing shell command passed directly from the console using
--spring.shell.commandFile
.
- onClientGenericBadRequest(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
-
Client did not formulate a correct request.
- 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.
- onConstraintViolationException(ConstraintViolationException) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
-
The exception handler is trigger if a JSR303 ConstraintViolationException
is being raised.
- onException(Exception) - Method in class org.springframework.cloud.dataflow.server.controller.RestControllerAdvice
-
Handles the general error case.
- OnLocalPlatform - Class in org.springframework.cloud.dataflow.server.config
-
When Server in not deployed on a cloud platform, it is considered to be on a Local platform.
- OnLocalPlatform() - Constructor for class org.springframework.cloud.dataflow.server.config.OnLocalPlatform
-
- 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.
- onStartup(ServletContext) - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
-
- 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.
- OpsType - Enum in org.springframework.cloud.dataflow.shell.command.support
-
- OracleBeforeBaseline - Class in org.springframework.cloud.dataflow.server.db.migration.oracle
-
Baselining schema setup for postgres
.
- OracleBeforeBaseline() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
Instantiates a new postgres before baseline.
- OracleMigrateUriRegistrySqlCommand - Class in org.springframework.cloud.dataflow.server.db.migration.oracle
-
oracle
related SqlCommand
for migrating data from
URI_REGISTRY
into app_registration
.
- OracleMigrateUriRegistrySqlCommand() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleMigrateUriRegistrySqlCommand
-
- OraclePagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
-
- 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.
- 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.core.dsl.graph - package org.springframework.cloud.dataflow.core.dsl.graph
-
- org.springframework.cloud.dataflow.registry - package org.springframework.cloud.dataflow.registry
-
Root package of the Data Flow registry support.
- org.springframework.cloud.dataflow.registry.repository - package org.springframework.cloud.dataflow.registry.repository
-
Root package of Spring Cloud Data Flow Core.
- org.springframework.cloud.dataflow.registry.service - package org.springframework.cloud.dataflow.registry.service
-
Root package of Spring Cloud Data Flow Core.
- org.springframework.cloud.dataflow.registry.support - package org.springframework.cloud.dataflow.registry.support
-
- 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.config - package org.springframework.cloud.dataflow.rest.client.config
-
- org.springframework.cloud.dataflow.rest.client.dsl - package org.springframework.cloud.dataflow.rest.client.dsl
-
- org.springframework.cloud.dataflow.rest.client.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.about - package org.springframework.cloud.dataflow.rest.resource.about
-
Provides information about runtime, server, libraries etc.
- 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.batch - package org.springframework.cloud.dataflow.server.batch
-
- 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.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.controller.support - package org.springframework.cloud.dataflow.server.controller.support
-
Contains supporting classes and utilities for the web controllers.
- org.springframework.cloud.dataflow.server.db.migration - package org.springframework.cloud.dataflow.server.db.migration
-
- org.springframework.cloud.dataflow.server.db.migration.db2 - package org.springframework.cloud.dataflow.server.db.migration.db2
-
- org.springframework.cloud.dataflow.server.db.migration.mysql - package org.springframework.cloud.dataflow.server.db.migration.mysql
-
- org.springframework.cloud.dataflow.server.db.migration.oracle - package org.springframework.cloud.dataflow.server.db.migration.oracle
-
- org.springframework.cloud.dataflow.server.db.migration.postgresql - package org.springframework.cloud.dataflow.server.db.migration.postgresql
-
- org.springframework.cloud.dataflow.server.db.migration.sqlserver - package org.springframework.cloud.dataflow.server.db.migration.sqlserver
-
- 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.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.server.service.impl.validation - package org.springframework.cloud.dataflow.server.service.impl.validation
-
- org.springframework.cloud.dataflow.server.single - package org.springframework.cloud.dataflow.server.single
-
Root package for the Spring Cloud Data Flow Server.
- org.springframework.cloud.dataflow.server.stream - package org.springframework.cloud.dataflow.server.stream
-
- org.springframework.cloud.dataflow.server.support - package org.springframework.cloud.dataflow.server.support
-
Contains support classes and utilities for the Data Flow server package.
- 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.command.support - package org.springframework.cloud.dataflow.shell.command.support
-
Provides supporting classes and utilities for the shell command classes.
- 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
-
- 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.
- packageVersion(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
-
Sets the package version to be used by skipper
- 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.AuditRecordResource.Page
-
- Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.CurrentTaskExecutionsResource.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.JobExecutionThinResource.Page
-
- Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.JobInstanceResource.Page
-
- Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.LauncherResource.Page
-
- Page() - Constructor for class org.springframework.cloud.dataflow.rest.resource.ScheduleInfoResource.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.TaskExecutionResource.Page
-
- PagingQueryProvider - Interface in org.springframework.cloud.dataflow.server.repository.support
-
Interface defining the functionality to be provided for generating paging queries.
- parentContext() - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
-
- 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(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]
or deployer.[appname].[key]
.
- parse(ShellProperties, String[]) - Method in class org.springframework.cloud.dataflow.shell.ShellCommandLineParser
-
Parse
ShellProperties
and
ApplicationArguments
to create an
instance of the
- parseDeploymentProperties(String, File, int) - Static method in class org.springframework.cloud.dataflow.rest.util.DeploymentPropertiesUtils
-
Parses a deployment properties conditionally either from properties
string or file which can be legacy properties file or yaml.
- 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
-
- parseParamList(String, String) - Static method in class org.springframework.cloud.dataflow.rest.util.DeploymentPropertiesUtils
-
Parses a String comprised of 0 or more delimited key=value pairs where each key
has the format: app.[appname].[key]
or deployer.[appname].[key]
.
- parseTaskTextToGraph(Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.controller.ToolsController
-
Parse a task definition into a graph structure.
- peek() - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
-
Return the token at the current position.
- peek(int) - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
-
Return the token at a specified distance beyond 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(AppRegistryService) - Constructor for class org.springframework.cloud.dataflow.completion.PipeIntoOtherAppsExpansionStrategy
-
- platformList() - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
-
- platformList() - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
- platformList() - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
-
- platformList() - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
-
- platformName(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
-
Sets the target platform to be used by skipper
- platformProperties - Variable in class org.springframework.cloud.dataflow.core.AbstractTaskPlatformFactory
-
- PlatformTaskExecutionInformation - Class in org.springframework.cloud.dataflow.core
-
- PlatformTaskExecutionInformation(String, String, int, int) - Constructor for class org.springframework.cloud.dataflow.core.PlatformTaskExecutionInformation
-
- pos - Variable in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
Current lexing position in the input data.
- 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.
- PostgresBeforeBaseline - Class in org.springframework.cloud.dataflow.server.db.migration.postgresql
-
Baselining schema setup for postgres
.
- PostgresBeforeBaseline() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
Instantiates a new postgres before baseline.
- PostgresMigrateStreamDefinitionsSqlCommand - Class in org.springframework.cloud.dataflow.server.db.migration.postgresql
-
SqlCommand
copying data from
STREAM_DEFINITIONS
table into
stream_definitions_tmp
table handling correct way to use CLOB with
postgres.
- PostgresMigrateStreamDefinitionsSqlCommand() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresMigrateStreamDefinitionsSqlCommand
-
- PostgresMigrateTaskDefinitionsSqlCommand - Class in org.springframework.cloud.dataflow.server.db.migration.postgresql
-
SqlCommand
copying data from
TASK_DEFINITIONS
table into
task_definitions_tmp
table handling correct way to use CLOB with
postgres.
- PostgresMigrateTaskDefinitionsSqlCommand() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresMigrateTaskDefinitionsSqlCommand
-
- PostgresMigrateUriRegistrySqlCommand - Class in org.springframework.cloud.dataflow.server.db.migration.postgresql
-
postgres
related SqlCommand
for migrating data from
URI_REGISTRY
into app_registration
.
- PostgresMigrateUriRegistrySqlCommand() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresMigrateUriRegistrySqlCommand
-
- PostgresPagingQueryProvider - Class in org.springframework.cloud.dataflow.server.repository.support
-
- PostgresPagingQueryProvider() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.PostgresPagingQueryProvider
-
- postHttp(String, String, File, MediaType, String, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.HttpCommands
-
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.dataflow.server.config.DefaultEnvironmentPostProcessor
-
- postVisit(SplitNode) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
-
- postVisit(FlowNode) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
-
- postVisit(FlowNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
- postVisit(SplitNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
- postVisit(TaskAppNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
- postVisit(TransitionNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
- postVisitSequence(LabelledTaskNode, int) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
-
- postVisitSequence(LabelledTaskNode, int) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
- PreemptiveBasicAuthHttpComponentsClientHttpRequestFactory - Class in org.springframework.cloud.dataflow.rest.util
-
HttpComponentsClientHttpRequestFactory
extension that aggressively
sends HTTP basic authentication credentials without having to first
receive an HTTP 401 response from the server.
- PreemptiveBasicAuthHttpComponentsClientHttpRequestFactory(HttpClient, HttpHost) - Constructor for class org.springframework.cloud.dataflow.rest.util.PreemptiveBasicAuthHttpComponentsClientHttpRequestFactory
-
- PREFIX - Static variable in class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
-
- prepareRestTemplate(RestTemplate) - Static method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- prettyPrintDefaultValue(ConfigurationMetadataProperty) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
-
Escapes some special values so that they don't disturb console rendering and are easier
to read.
- prettyPrintIfJson(String) - Static method in class org.springframework.cloud.dataflow.shell.command.support.ShellUtils
-
- preVisit(SplitNode) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
-
- preVisit(FlowNode) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
-
- preVisit(SplitNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
-
- preVisit(FlowNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
- preVisit(SplitNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
- preVisit(TaskAppNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
This preVisit/visit/postVisit sequence for taskApp is not invoked for inlined
references to apps in transitions, for example: appA 0->:foo 1->appB
.
- preVisit(TransitionNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
After visit(TaskAppNode) and before postVisit(TaskAppNode) the
transitions (if there are any) are visited for that task app.
- preVisitSequence(LabelledTaskNode, int) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
-
- preVisitSequence(LabelledTaskNode, int) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
-
- preVisitSequence(LabelledTaskNode, int) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
- process(HttpRequest, HttpContext) - Method in class org.springframework.cloud.dataflow.rest.util.ResourceBasedAuthorizationInterceptor
-
- processor(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.ProcessorBuilder
-
- processor(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.SourceBuilder
-
- ProcessOutputResource - Class in org.springframework.cloud.dataflow.rest.util
-
Resource
implementation to create an
operating system process process and capture its output.
- ProcessOutputResource(String...) - Constructor for class org.springframework.cloud.dataflow.rest.util.ProcessOutputResource
-
- 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.
- properties - Variable in class org.springframework.cloud.dataflow.core.dsl.graph.Link
-
Properties on a link can capture the name of a potential transition that would lead
to this link being taken when the 'from' job completes.
- properties - Variable in class org.springframework.cloud.dataflow.core.dsl.graph.Node
-
- PROPERTIES_FILE_OPTION - Static variable in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- PROPERTIES_OPTION - Static variable in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- PROPERTY_TRANSITION_NAME - Static variable in class org.springframework.cloud.dataflow.core.dsl.graph.Link
-
- Proposal(String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource.Proposal
-
- pushCharToken(TokenKind) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
Push a token of just one character in length.
- pushPairToken(TokenKind) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
Push a token of two characters in length.
- put(String, String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.DeploymentPropertiesBuilder
-
- put(String, String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
-
- putAll(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.DeploymentPropertiesBuilder
-
- putAll(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
-
- R__Hibernate_Sequence - Class in org.springframework.cloud.dataflow.server.db.migration.db2
-
Repeatable migration ensuring that hibernate_sequence
table exists.
- R__Hibernate_Sequence() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.db2.R__Hibernate_Sequence
-
- R__Hibernate_Sequence - Class in org.springframework.cloud.dataflow.server.db.migration.oracle
-
Repeatable migration ensuring that hibernate_sequence
table exists.
- R__Hibernate_Sequence() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.oracle.R__Hibernate_Sequence
-
- R__Hibernate_Sequence - Class in org.springframework.cloud.dataflow.server.db.migration.sqlserver
-
Repeatable migration ensuring that hibernate_sequence
table exists.
- R__Hibernate_Sequence() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.sqlserver.R__Hibernate_Sequence
-
- raiseException(DSLMessage, Object...) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
- raiseException(int, DSLMessage, Object...) - Method in class org.springframework.cloud.dataflow.core.dsl.Tokens
-
- 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.
- register(String, ApplicationType, String, String, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
-
Register an application name and type with its Maven coordinates.
- register(String, ApplicationType, String, String, String, boolean) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
-
Register an application name, type and version with its Maven coordinates.
- register(String, ApplicationType, String, String, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
-
- register(String, ApplicationType, String, String, String, boolean) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
-
- register(ApplicationType, String, String, String, String, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
-
Register a module name and type with its URI.
- register(ApplicationType, String, String, String, boolean) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
-
Deprecated.
- register(String, ApplicationType, String, 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(Pageable, 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.
- RelaxedNames - Class in org.springframework.cloud.dataflow.server.support
-
Generates relaxed name variations from a given source.
- RelaxedNames(String) - Constructor for class org.springframework.cloud.dataflow.server.support.RelaxedNames
-
- relProviderOverridingBeanPostProcessor() - Method in class org.springframework.cloud.dataflow.server.config.web.WebConfiguration
-
- removeInactiveExecutions() - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
Check all the active executions and see if they are still actually
running.
- removeQuoting(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.
- RENAME_APP_REGISTRATION_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- RENAME_APP_REGISTRATION_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- RENAME_APP_REGISTRATION_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- RENAME_APP_REGISTRATION_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- RENAME_APP_REGISTRATION_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- RENAME_AUDIT_RECORDS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- RENAME_AUDIT_RECORDS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- RENAME_AUDIT_RECORDS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- RENAME_AUDIT_RECORDS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- RENAME_AUDIT_RECORDS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- RENAME_STREAM_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- RENAME_STREAM_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- RENAME_STREAM_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- RENAME_STREAM_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- RENAME_STREAM_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- RENAME_TASK_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2BeforeBaseline
-
- RENAME_TASK_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlBeforeBaseline
-
- RENAME_TASK_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleBeforeBaseline
-
- RENAME_TASK_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresBeforeBaseline
-
- RENAME_TASK_DEFINITIONS_TMP_TABLE - Static variable in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlBeforeBaseline
-
- repoName(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
-
Sets the repo name platform to be used by skipper
- reset() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
-
- ResourceBasedAuthorizationInterceptor - Class in org.springframework.cloud.dataflow.rest.util
-
HttpRequestInterceptor
that adds an Authorization
header
with a value obtained from a Resource
.
- ResourceBasedAuthorizationInterceptor(CheckableResource) - Constructor for class org.springframework.cloud.dataflow.rest.util.ResourceBasedAuthorizationInterceptor
-
- resourceLoader - Variable in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
-
- resources - Variable in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
Holds discovered URLs of the API.
- restart(Long) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Launch a job with the parameters provided.
- restart(Long, JobParameters) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Launch a job with the parameters provided.
- restart(Long) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- restart(Long, JobParameters) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- 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(Environment) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
-
- 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
- retrieveJobsByName(String, Pageable, PagedResourcesAssembler<TaskJobExecution>) - Method in class org.springframework.cloud.dataflow.server.controller.JobExecutionThinController
-
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
- REVISION - Static variable in class org.springframework.cloud.dataflow.rest.Version
-
Should be incremented each time the API evolves whether it's a breaking change or
not.
- REVISION_KEY - Static variable in class org.springframework.cloud.dataflow.rest.Version
-
- RoleType - Enum in org.springframework.cloud.dataflow.shell.command.support
-
- rollback(int) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
-
Rollback the stream to the previous or a specific release version.
- rollback(String, Integer) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
-
- rollbackStream(String, int) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
Rollback the stream to the previous or a specific release version.
- rollbackStream(String, int) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- rollbackStream(String, int) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
- rollbackStream(String, int) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
-
Rollback the stream to the previous or a specific version of the stream.
- rollbackStream(String, int) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
-
Rollback the stream to a specific version
- rollbackStreamUsingSkipper(String, int) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- 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
.
- RootResource - Class in org.springframework.cloud.dataflow.rest.resource
-
Describes the other available resource endpoints, as well as provides information about
the server itself, such as API revision number.
- RootResource(int) - Constructor for class org.springframework.cloud.dataflow.rest.resource.RootResource
-
- run(String...) - Method in class org.springframework.cloud.dataflow.shell.ShellCommandLineRunner
-
- RuntimeAppInstanceController - Class in org.springframework.cloud.dataflow.server.controller
-
- RuntimeAppInstanceController(StreamDeployer) - Constructor for class org.springframework.cloud.dataflow.server.controller.RuntimeAppInstanceController
-
Construct a new RuntimeAppInstanceController
- runtimeAppsController(StreamDeployer) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.StreamEnabledConfiguration
-
- RuntimeAppsController - Class in org.springframework.cloud.dataflow.server.controller
-
Exposes runtime status of deployed apps.
- RuntimeAppsController(StreamDeployer) - Constructor for class org.springframework.cloud.dataflow.server.controller.RuntimeAppsController
-
Construct a new runtime apps controller.
- runtimeAppsStatusFJPFB() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.StreamEnabledConfiguration
-
- 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
-
- RuntimeEnvironment - Class in org.springframework.cloud.dataflow.rest.resource.about
-
Provides information about the runtime environment.
- RuntimeEnvironment() - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironment
-
Default constructor for serialization frameworks.
- RuntimeEnvironmentDetails - Class in org.springframework.cloud.dataflow.rest.resource.about
-
Provides runtime environment details for either a deployer or task launcher.
- RuntimeEnvironmentDetails() - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
Default constructor for serialization frameworks.
- runtimeOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
-
- runtimeOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- RuntimeOperations - Interface in org.springframework.cloud.dataflow.rest.client
-
Defines operations available for obtaining information about deployed apps.
- runtimeStreamsController(StreamDeployer) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.StreamEnabledConfiguration
-
- RuntimeStreamsController - Class in org.springframework.cloud.dataflow.server.controller
-
Exposes runtime status of deployed streams.
- RuntimeStreamsController(StreamDeployer) - Constructor for class org.springframework.cloud.dataflow.server.controller.RuntimeStreamsController
-
Construct a new runtime apps controller.
- RuntimeTemplate - Class in org.springframework.cloud.dataflow.rest.client
-
- sameQuotes(int, int) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
- sanitize(String) - Method in class org.springframework.cloud.dataflow.rest.util.ArgumentSanitizer
-
Replaces a potential secure value with "******".
- sanitize(String, String) - Method in class org.springframework.cloud.dataflow.rest.util.ArgumentSanitizer
-
Replaces a potential secure value with "******".
- sanitizeArguments(List<String>) - Method in class org.springframework.cloud.dataflow.rest.util.ArgumentSanitizer
-
For all sensitive arguments (e.g.
- sanitizeJobParameters(JobParameters) - Method in class org.springframework.cloud.dataflow.rest.util.ArgumentSanitizer
-
Replaces the sensitive String values in the JobParameter value.
- sanitizeProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.util.ArgumentSanitizer
-
For all sensitive properties (e.g.
- sanitizeStream(StreamDefinition) - Method in class org.springframework.cloud.dataflow.rest.util.ArgumentSanitizer
-
Redacts sensitive property values in a stream.
- sanitizeTaskDsl(TaskDefinition) - Method in class org.springframework.cloud.dataflow.rest.util.ArgumentSanitizer
-
Redacts sensitive property values in a task.
- save(S) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
-
- save(String, ApplicationType, String, URI, URI) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
Saves a new
AppRegistration
identified by its name, type, version and URIs.
- save(AppRegistration) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
- save(String, ApplicationType, String, URI, URI) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- save(AppRegistration) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- 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 definition for future execution.
- save(String, String, String, String) - Method in class org.springframework.cloud.dataflow.server.controller.TaskSchedulerController
-
- saveJobExecution(JobExecution) - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableJobExecutionDao
-
- saveTaskDefinition(String, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskSaveService
-
- saveTaskDefinition(String, String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskSaveService
-
Saves the task definition.
- saveTaskService(TaskDefinitionRepository, AuditRecordService, AppRegistryService) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
-
- schedule(String, String, Map<String, String>, List<String>) - Method in interface org.springframework.cloud.dataflow.rest.client.SchedulerOperations
-
Schedules the task specified with the taskDefinitionName with the
platform specific scheduler.
- schedule(String, String, Map<String, String>, List<String>) - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
-
- schedule(String, String, Map<String, String>, List<String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSchedulerService
-
- schedule(String, String, Map<String, String>, List<String>) - Method in interface org.springframework.cloud.dataflow.server.service.SchedulerService
-
Schedules the task specified with the taskDefinitionName with the
platform specific scheduler.
- ScheduleInfoResource - Class in org.springframework.cloud.dataflow.rest.resource
-
A HATEOAS representation of a ScheduleInfo
.
- ScheduleInfoResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.ScheduleInfoResource
-
Default constructor to be used by Jackson.
- ScheduleInfoResource(String, String, Map<String, String>) - Constructor for class org.springframework.cloud.dataflow.rest.resource.ScheduleInfoResource
-
- ScheduleInfoResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
-
- SCHEDULER_MAX_RETURNED_NUMBER - Static variable in class org.springframework.cloud.dataflow.server.service.SchedulerServiceProperties
-
- SCHEDULER_SERVICE_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.service.SchedulerServiceProperties
-
- SchedulerConfiguration - Class in org.springframework.cloud.dataflow.server.config.features
-
- SchedulerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.features.SchedulerConfiguration
-
- SchedulerConfiguration.SchedulerConfigurationPropertyChecker - Class in org.springframework.cloud.dataflow.server.config.features
-
- SchedulerConfigurationPropertyChecker() - Constructor for class org.springframework.cloud.dataflow.server.config.features.SchedulerConfiguration.SchedulerConfigurationPropertyChecker
-
- schedulerOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
-
- schedulerOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- SchedulerOperations - Interface in org.springframework.cloud.dataflow.rest.client
-
Interface defining operations available against schedules.
- schedulerService(CommonApplicationProperties, List<TaskPlatform>, TaskDefinitionRepository, AppRegistryService, ResourceLoader, TaskConfigurationProperties, DataSourceProperties, ApplicationConfigurationMetadataResolver, SchedulerServiceProperties, AuditRecordService) - Method in class org.springframework.cloud.dataflow.server.config.features.SchedulerConfiguration
-
- SchedulerService - Interface in org.springframework.cloud.dataflow.server.service
-
Provides Scheduler related services.
- SchedulerServiceProperties - Class in org.springframework.cloud.dataflow.server.service
-
Specifies the properties required to configure how data flow handles schedules.
- SchedulerServiceProperties() - Constructor for class org.springframework.cloud.dataflow.server.service.SchedulerServiceProperties
-
- SchedulerTemplate - Class in org.springframework.cloud.dataflow.rest.client
-
- SCHEDULES_ENABLED - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
-
- SCHEDULES_RELATION - Static variable in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
-
- SearchableJobExecutionDao - Interface in org.springframework.cloud.dataflow.server.batch
-
- SearchableJobInstanceDao - Interface in org.springframework.cloud.dataflow.server.batch
-
- SearchableStepExecutionDao - Interface in org.springframework.cloud.dataflow.server.batch
-
Extension of the StepExecutionDao
interface to add additional search
features.
- SearchPageable - Class in org.springframework.cloud.dataflow.server.repository.support
-
Simple class that is composed of a Pageable
and several properties to
encapsulate findByTaskNameContains queries.
- SearchPageable(Pageable, String) - Constructor for class org.springframework.cloud.dataflow.server.repository.support.SearchPageable
-
- SECTION_SEPARATOR - Static variable in class org.springframework.cloud.dataflow.registry.support.DockerImage
-
- SecurityConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.SecurityConfiguration
-
- SecurityConfiguration - Class in org.springframework.cloud.dataflow.server.config
-
- SecurityConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.SecurityConfiguration
-
- securityController(SecurityStateBean) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.SecurityConfiguration
-
- SecurityController - Class in org.springframework.cloud.dataflow.server.controller.security
-
Provides security-related meta information.
- SecurityController(SecurityStateBean) - Constructor for class org.springframework.cloud.dataflow.server.controller.security.SecurityController
-
- SecurityInfo - Class in org.springframework.cloud.dataflow.rest.resource.about
-
Provides security related meta-information.
- SecurityInfo() - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
-
Default constructor for serialization frameworks.
- 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.
- securityStateBean() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.SecurityConfiguration
-
- setAccounts(Map<String, P>) - Method in class org.springframework.cloud.dataflow.core.AbstractPlatformProperties
-
- setAnalyticsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
-
- setApiRevision(int) - Method in class org.springframework.cloud.dataflow.rest.resource.RootResource
-
- setAppDeployer(RuntimeEnvironmentDetails) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironment
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.dataflow.shell.ShellCommandLineRunner
-
- setApplications(List<StreamStatus.Application>) - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus
-
- setApplicationType(ApplicationType) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
-
- setAppName(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AbstractDefinitionAppStatusResource
-
- setAppNames(List<String>) - Method in class org.springframework.cloud.dataflow.rest.UpdateStreamRequest
-
- setAppResource(Resource) - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskExecutionInformation
-
- setAppsStatuses(Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.service.ValidationStatus
-
- setAppStatuses(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.resource.AbstractDefinitionAppStatusResource
-
- setAttributes(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
-
- setAuditAction(AuditActionType) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- setAuditAction(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AuditRecordResource
-
- setAuditData(String) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- setAuditData(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AuditRecordResource
-
- setAuditOperation(AuditOperationType) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- setAuditOperation(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AuditRecordResource
-
- setAuditRecordId(Long) - Method in class org.springframework.cloud.dataflow.rest.resource.AuditRecordResource
-
- setAuthenticated(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
-
- setAuthenticated(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
-
- setAuthenticated(boolean) - Method in class org.springframework.cloud.dataflow.shell.Target
-
- setAuthentication(DataFlowClientProperties.Authentication) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
-
- setAuthenticationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
-
- setAuthenticationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
-
- setAuthenticationEnabled(boolean) - Method in class org.springframework.cloud.dataflow.shell.Target
-
- setBasic(DataFlowClientProperties.Authentication.Basic) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication
-
- setChecksumSha1(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.Dependency
-
- setChecksumSha1(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
-
Establish the checksumSha1 for the dependency.
- setChecksumSha1Url(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
-
Establish the url where the checksumSha1 file exists..
- setChecksumSha256(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.Dependency
-
- setChecksumSha256(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
-
Establish the checksumSha256 for the dependency.
- setChecksumSha256Url(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
-
Establish the url where the checksumSha256 file exists..
- setCommandFile(List<String>) - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
-
- setComposed(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
-
Set if this task is a composed task
- setComposed(boolean) - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskExecutionInformation
-
- setComposedTaskRunnerName(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties
-
- setConnectTimeoutInMillis(int) - Method in class org.springframework.cloud.dataflow.server.DockerValidatorProperties
-
- setCore(Dependency) - Method in class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
-
- setCorrelationId(String) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- setCorrelationId(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AuditRecordResource
-
- setCount(int) - Method in class org.springframework.cloud.dataflow.server.service.impl.validation.DockerResult
-
- setCreatedBy(String) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- setCreatedBy(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AuditRecordResource
-
- setCreatedOn(Instant) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- setCreatedOn(Instant) - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
-
- setCreatedOn(Instant) - Method in class org.springframework.cloud.dataflow.rest.resource.AuditRecordResource
-
- setDashboard(Dependency) - Method in class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
-
- setDatabaseType(String) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
Sets the database type.
- 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
-
- setDataFlowShell(DataFlowShell) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- setDataSource(DataSource) - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableJobExecutionDao
-
- setDataSource(DataSource) - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableStepExecutionDao
-
- setDataSource(DataSource) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
- setDataSource(DataSource) - Method in class org.springframework.cloud.dataflow.server.repository.support.SqlPagingQueryProviderFactoryBean
-
- setDefaultApp(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
-
Set an application with name, type and version as the default for all name:type
applications.
- setDefaultApp(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- setDefaultVersion(Boolean) - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- setDefaultVersion(boolean) - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData
-
- setDefinitionDsl(String) - Method in class org.springframework.cloud.dataflow.server.service.ValidationStatus
-
- setDefinitionName(String) - Method in class org.springframework.cloud.dataflow.server.service.ValidationStatus
-
- setDependencies(VersionInfoProperties.Dependencies) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
-
- setDependencyFetch(VersionInfoProperties.DependencyStatus) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
-
Establish whether checksum information should be returned.
- setDeployerImplementationVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- setDeployerName(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- setDeployerSpiVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- setDeploymentId(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
-
- setDescription(String) - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- setDescription(String) - Method in class org.springframework.cloud.dataflow.rest.resource.LauncherResource
-
- setDockerAuthUrl(String) - Method in class org.springframework.cloud.dataflow.server.DockerValidatorProperties
-
- setDockerRegistryUrl(String) - Method in class org.springframework.cloud.dataflow.server.DockerValidatorProperties
-
- setDsl(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AbstractDefinitionAppStatusResource
-
- setEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyStatus
-
Establishes if dependencies should returned.
- setEnableDsl(boolean) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
-
- setFeatureInfo(FeatureInfo) - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
-
- setForce(boolean) - Method in class org.springframework.cloud.dataflow.rest.UpdateStreamRequest
-
- 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
-
- setGrafanaEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
-
- setGrafanaInfo(GrafanaInfo) - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
-
- setGuid(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Instance
-
- setHistorySize(int) - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
-
- setId(Long) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- setId(String) - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- setId(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Application
-
- setId(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Instance
-
- setImplementation(Dependency) - Method in class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
-
- setIncrementerFactory(DataFieldMaxValueIncrementerFactory) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
A factory for incrementers (used to build primary keys for meta data).
- setIndex(int) - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Instance
-
- 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
-
- setInstances(List<StreamStatus.Instance>) - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Application
-
- setJavaVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- setJobExplorer(JobExplorer) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
- setJobLauncher(JobLauncher) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
The launcher used to run jobs.
- setJobLocator(ListableJobLocator) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
A registry that can be used to locate jobs to run.
- setJobRepository(JobRepository) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
The repository used to store and update jobs and step executions.
- setLabel(String) - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Node
-
- setLabel(Token) - Method in class org.springframework.cloud.dataflow.core.dsl.LabelledTaskNode
-
- 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.
- setLastTaskExecution(TaskExecutionResource) - Method in class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
-
- setLaunchers(List<Launcher>) - Method in class org.springframework.cloud.dataflow.core.TaskPlatform
-
- setLobHandler(LobHandler) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
A special handler for large objects.
- setMaximumTaskExecutions(int) - Method in class org.springframework.cloud.dataflow.rest.resource.CurrentTaskExecutionsResource
-
- setMaxSchedulesReturned(int) - Method in class org.springframework.cloud.dataflow.server.service.SchedulerServiceProperties
-
- setMaxVarCharLength(int) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
Public setter for the length of long string columns in database.
- setMetadataResource(Resource) - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskExecutionInformation
-
- setMetadataUri(URI) - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- setMetadataUri(String) - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData
-
- setName(String) - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- setName(String) - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- setName(String) - Method in class org.springframework.cloud.dataflow.core.TaskPlatform
-
- setName(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.Dependency
-
- setName(String) - Method in class org.springframework.cloud.dataflow.rest.resource.CurrentTaskExecutionsResource
-
- setName(String) - Method in class org.springframework.cloud.dataflow.rest.resource.LauncherResource
-
- setName(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
-
Establish the display name for the dependency.
- setName(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Application
-
- setName(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus
-
- setName(String) - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData
-
- setName(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.validation.DockerTag
-
- setNext(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.validation.DockerResult
-
- setPackageIdentifier(PackageIdentifier) - Method in class org.springframework.cloud.dataflow.rest.UpdateStreamRequest
-
- setPassword(String) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Basic
-
- setPassword(String) - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
-
- setPassword(String) - Method in class org.springframework.cloud.dataflow.server.DockerValidatorProperties
-
- setPlatformApiVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- setPlatformClientVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- setPlatformHostVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- setPlatformName(String) - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
-
- setPlatformSpecificInfo(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- setPlatformType(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- setPrimary(boolean) - Method in class org.springframework.cloud.dataflow.core.TaskPlatform
-
- 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.
- setProperties(Map<String, Object>) - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Instance
-
- 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.
- setReadTimeoutInMillis(int) - Method in class org.springframework.cloud.dataflow.server.DockerValidatorProperties
-
- setRefreshInterval(int) - Method in class org.springframework.cloud.dataflow.rest.resource.about.GrafanaInfo
-
- setRefreshInterval(int) - Method in class org.springframework.cloud.dataflow.server.config.GrafanaInfoProperties
-
- 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.
- setReleaseName(String) - Method in class org.springframework.cloud.dataflow.rest.UpdateStreamRequest
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
-
- setRestTemplate(RestTemplate) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
-
- setResults(List<DockerTag>) - Method in class org.springframework.cloud.dataflow.server.service.impl.validation.DockerResult
-
- setRoles(List<String>) - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
-
- setRoles(List<String>) - Method in class org.springframework.cloud.dataflow.rest.resource.security.SecurityInfoResource
-
- setRoles(List<String>) - Method in class org.springframework.cloud.dataflow.shell.TargetCredentials
-
- setRunningExecutionCount(int) - Method in class org.springframework.cloud.dataflow.rest.resource.CurrentTaskExecutionsResource
-
- setRuntimeEnvironment(RuntimeEnvironment) - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
-
- setScheduleName(String) - Method in class org.springframework.cloud.dataflow.rest.resource.ScheduleInfoResource
-
- setScheduleProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.resource.ScheduleInfoResource
-
- setScheduler(Scheduler) - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- setSchedulesEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
-
- setSchedulesEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
-
- setSecurityInfo(SecurityInfo) - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
-
- 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
-
- setSerializer(ExecutionContextSerializer) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
A custom implementation of the ExecutionContextSerializer
.
- setServerUri(String) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
-
- setServerUri(String) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
-
- setShell(Dependency) - Method in class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
-
- setShortDescription(String) - Method in class org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
-
Set a description for this application.
- setShutdownTimeout(int) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
Timeout for shutdown waiting for jobs to finish processing.
- setSkipSslValidation(boolean) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties
-
- 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
-
- setSpringBootVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- setSpringCloudDataflowCore(VersionInfoProperties.DependencyAboutInfo) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
-
- setSpringCloudDataflowDashboard(VersionInfoProperties.DependencyAboutInfo) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
-
- setSpringCloudDataflowImplementation(VersionInfoProperties.DependencyAboutInfo) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
-
- setSpringCloudDataflowShell(VersionInfoProperties.DependencyAboutInfo) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
-
- setSpringVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
-
- setState(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
-
- setState(String) - Method in class org.springframework.cloud.dataflow.rest.resource.AppStatusResource
-
- setState(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus.Instance
-
- setStatus(String) - Method in class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
-
Set the status of this stream (i.e.
- setStatusDescription(String) - Method in class org.springframework.cloud.dataflow.rest.resource.StreamDefinitionResource
-
Set the descriptive text of the stream's deployment status.
- setStepCount(int) - Method in class org.springframework.cloud.dataflow.server.batch.JobExecutionWithStepCount
-
- 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.about.FeatureInfo
-
- setStreamsEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
-
- setTablePrefix(String) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
Sets the table prefix for all the batch meta-data tables.
- setTarget(Target) - Method in class org.springframework.cloud.dataflow.shell.TargetHolder
-
Set the Dataflow Server
Target
.
- setTargetCredentials(TargetCredentials) - Method in class org.springframework.cloud.dataflow.shell.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
-
- setTargetHolder(TargetHolder) - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowShell
-
- setTargetResultMessage(String) - Method in class org.springframework.cloud.dataflow.shell.Target
-
Set the result messages indicating the success or failure while targeting the
Spring Cloud Data Flow Server.
- setTask(Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.config.apps.CommonApplicationProperties
-
- setTaskDefinition(TaskDefinition) - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskExecutionInformation
-
- setTaskDefinitionName(String) - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
-
- setTaskDefinitionName(String) - Method in class org.springframework.cloud.dataflow.rest.resource.ScheduleInfoResource
-
- setTaskDeploymentId(String) - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
-
- setTaskDeploymentProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.TaskExecutionInformation
-
- setTaskLauncher(TaskLauncher) - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- setTaskLaunchers(List<RuntimeEnvironmentDetails>) - Method in class org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironment
-
- setTasksEnabled(boolean) - Method in class org.springframework.cloud.dataflow.rest.resource.about.FeatureInfo
-
- setTasksEnabled(boolean) - Method in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
-
- setToken(String) - Method in class org.springframework.cloud.dataflow.server.config.GrafanaInfoProperties
-
- setToken(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.validation.DockerAuth
-
- setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
- setType(ApplicationType) - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- setType(String) - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- setType(String) - Method in class org.springframework.cloud.dataflow.rest.resource.CurrentTaskExecutionsResource
-
- setType(int) - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData
-
- setUnboundStreamApp(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.AppNode
-
- setUpdateProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.UpdateStreamRequest
-
- setUri(URI) - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- setUri(String) - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData
-
- setUrl(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.Dependency
-
- setUrl(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.GrafanaInfo
-
- setUrl(String) - Method in class org.springframework.cloud.dataflow.server.config.GrafanaInfoProperties
-
- setUrl(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
-
Establish the url for the dependency.
- setUserInput(UserInput) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
-
- setUserInput(UserInput) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- setUsername(String) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientProperties.Authentication.Basic
-
- setUsername(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.SecurityInfo
-
- 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.server.DockerValidatorProperties
-
- setVersion(String) - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- setVersion(String) - Method in class org.springframework.cloud.dataflow.rest.resource.about.Dependency
-
- setVersion(String) - Method in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
-
Establish the version for the dependency.
- setVersion(String) - Method in class org.springframework.cloud.dataflow.server.controller.support.StreamStatus
-
- setVersion(String) - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData
-
- setVersionInfo(VersionInfo) - Method in class org.springframework.cloud.dataflow.rest.resource.about.AboutResource
-
- 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(ConfigCommands, TargetHolder) - 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
-
- ShellUtils - Class in org.springframework.cloud.dataflow.shell.command.support
-
- ShellUtils() - Constructor for class org.springframework.cloud.dataflow.shell.command.support.ShellUtils
-
- 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
-
- SimpleJobService - Class in org.springframework.cloud.dataflow.server.batch
-
Implementation of
JobService
that delegates most of its work to other
off-the-shelf components.
- SimpleJobService(SearchableJobInstanceDao, SearchableJobExecutionDao, SearchableStepExecutionDao, JobRepository, JobLauncher, ListableJobLocator, ExecutionContextDao) - Constructor for class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- SimpleJobService(SearchableJobInstanceDao, SearchableJobExecutionDao, SearchableStepExecutionDao, JobRepository, JobLauncher, ListableJobLocator, ExecutionContextDao, JobOperator) - Constructor for class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- SimpleJobServiceFactoryBean - Class in org.springframework.cloud.dataflow.server.batch
-
A factory for a
JobService
that makes the configuration of its
various ingredients as convenient as possible.
- SimpleJobServiceFactoryBean() - Constructor for class org.springframework.cloud.dataflow.server.batch.SimpleJobServiceFactoryBean
-
- simpleJobServiceFactoryBean(DataSource, JobRepositoryFactoryBean, JobExplorer, PlatformTransactionManager) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
-
- sink(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.ProcessorBuilder
-
- sink(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.SourceBuilder
-
- SinkDestinationNode - Class in org.springframework.cloud.dataflow.core.dsl
-
- SinkDestinationNode(DestinationNode, int) - Constructor for class org.springframework.cloud.dataflow.core.dsl.SinkDestinationNode
-
- SKIPPER_DEFAULT_API_VERSION - Static variable in class org.springframework.cloud.dataflow.rest.SkipperStream
-
- SKIPPER_DEFAULT_KIND - Static variable in class org.springframework.cloud.dataflow.rest.SkipperStream
-
- SKIPPER_DEFAULT_MAINTAINER - Static variable in class org.springframework.cloud.dataflow.rest.SkipperStream
-
- SKIPPER_KEY_PREFIX - Static variable in class org.springframework.cloud.dataflow.rest.SkipperStream
-
- SKIPPER_PACKAGE_NAME - Static variable in class org.springframework.cloud.dataflow.rest.SkipperStream
-
- SKIPPER_PACKAGE_VERSION - Static variable in class org.springframework.cloud.dataflow.rest.SkipperStream
-
- SKIPPER_PLATFORM_NAME - Static variable in class org.springframework.cloud.dataflow.rest.SkipperStream
-
- SKIPPER_REPO_NAME - Static variable in class org.springframework.cloud.dataflow.rest.SkipperStream
-
- SKIPPER_SPEC_RESOURCE - Static variable in class org.springframework.cloud.dataflow.rest.SkipperStream
-
- SKIPPER_SPEC_VERSION - Static variable in class org.springframework.cloud.dataflow.rest.SkipperStream
-
- skipperClient(SkipperClientProperties, RestTemplateBuilder, ObjectMapper) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.StreamEnabledConfiguration
-
- SkipperDeploymentPropertiesBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- SkipperDeploymentPropertiesBuilder() - Constructor for class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
-
- SkipperDeploymentPropertiesBuilder(Map<String, String>) - Constructor for class org.springframework.cloud.dataflow.rest.client.dsl.SkipperDeploymentPropertiesBuilder
-
- SkipperRegisterInternalCommands() - Constructor for class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.SkipperRegisterInternalCommands
-
- SkipperStream - Class in org.springframework.cloud.dataflow.rest
-
Common constant for use with Skipper
- SkipperStream() - Constructor for class org.springframework.cloud.dataflow.rest.SkipperStream
-
- skipperStreamDeployer(SkipperClient, StreamDefinitionRepository, SkipperClientProperties, AppRegistryService, ForkJoinPool) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.StreamEnabledConfiguration
-
- SkipperStreamDeployer - Class in org.springframework.cloud.dataflow.server.stream
-
Delegates to Skipper to deploy the stream.
- SkipperStreamDeployer(SkipperClient, StreamDefinitionRepository, AppRegistryService, ForkJoinPool) - Constructor for class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
-
- skipTlsCertificateVerification() - Method in class org.springframework.cloud.dataflow.rest.util.HttpClientConfigurer
-
- skipTlsCertificateVerification(boolean) - Method in class org.springframework.cloud.dataflow.rest.util.HttpClientConfigurer
-
- source(StreamApplication) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream.StreamNameBuilder
-
- SourceDestinationNode - Class in org.springframework.cloud.dataflow.core.dsl
-
- SourceDestinationNode(DestinationNode, int) - Constructor for class org.springframework.cloud.dataflow.core.dsl.SourceDestinationNode
-
- SplitNode - Class in org.springframework.cloud.dataflow.core.dsl
-
The AST node representing a split.
- SPRING_CLOUD_TASK_NAME - Static variable in class org.springframework.cloud.dataflow.core.TaskDefinition
-
- springSecurityAuditorAware(SecurityStateBean) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.SecurityConfiguration
-
- SpringSecurityAuditorAware - Class in org.springframework.cloud.dataflow.server.service
-
- SpringSecurityAuditorAware(SecurityStateBean) - Constructor for class org.springframework.cloud.dataflow.server.service.SpringSecurityAuditorAware
-
- SqlCommand - Class in org.springframework.cloud.dataflow.server.db.migration
-
Class keeping a sql command and its possible suppressing sql codes together.
- SqlCommand() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.SqlCommand
-
- SqlCommand(String, int) - Constructor for class org.springframework.cloud.dataflow.server.db.migration.SqlCommand
-
Instantiates a new sql command.
- SqlCommand(String, List<Integer>) - Constructor for class org.springframework.cloud.dataflow.server.db.migration.SqlCommand
-
Instantiates a new sql command.
- SqlCommandsRunner - Class in org.springframework.cloud.dataflow.server.db.migration
-
Simple utility class to run commands with a connection and possibly suppress
errors.
- SqlCommandsRunner() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.SqlCommandsRunner
-
- SqlPagingQueryProviderFactoryBean - Class in org.springframework.cloud.dataflow.server.repository.support
-
- 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
-
- 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
-
- startVisit(String, String) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
-
- startVisit(String, String) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
The first call made to a visitor.
- state(List<StreamDefinition>) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
- state(List<StreamDefinition>) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
-
Retrieve the deployment state for list of stream definitions.
- status() - Method in interface org.springframework.cloud.dataflow.rest.client.RuntimeOperations
-
- status(String) - Method in interface org.springframework.cloud.dataflow.rest.client.RuntimeOperations
-
- status() - Method in class org.springframework.cloud.dataflow.rest.client.RuntimeTemplate
-
- status(String) - Method in class org.springframework.cloud.dataflow.rest.client.RuntimeTemplate
-
- 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
-
Create a new 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
-
Create a new 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.
- stop(Long) - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Send a signal to a job execution to stop processing.
- stop(Long) - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- stopAll() - Method in interface org.springframework.cloud.dataflow.server.batch.JobService
-
Send a stop signal to all running job executions.
- stopAll() - Method in class org.springframework.cloud.dataflow.server.batch.SimpleJobService
-
- 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.
- Stream - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
Represents a Stream deployed on DataFlow server.
- Stream.ProcessorBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- Stream.SinkBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- Stream.SourceBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- Stream.StreamDefinitionBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- Stream.StreamNameBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- STREAM_APP_LABEL - Static variable in class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
-
Stream app label property key.
- STREAM_APP_TYPE - Static variable in class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
-
Stream app type property key.
- STREAM_NAME - Static variable in class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
-
Stream name property key.
- 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(String, String, ApplicationType, String, Map<String, String>) - Constructor for class org.springframework.cloud.dataflow.core.StreamAppDefinition
-
Construct a StreamAppDefinition
.
- StreamAppDefinition.Builder - Class in org.springframework.cloud.dataflow.core
-
Builder object for StreamAppDefinition
.
- StreamApplication - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
- StreamApplication(String) - Constructor for class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
Construct a new StreamApplication given the application name.
- StreamApplication.ApplicationType - Enum in org.springframework.cloud.dataflow.rest.client.dsl
-
- StreamAppStatusResource - Class in org.springframework.cloud.dataflow.rest.resource
-
Resource representing status of the apps in a stream.
- StreamAppStatusResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamAppStatusResource
-
- StreamAppStatusResource(String, String, Map<String, String>) - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamAppStatusResource
-
- streamBuilder(DataFlowOperations) - Method in class org.springframework.cloud.dataflow.rest.client.config.DataFlowClientAutoConfiguration
-
- StreamBuilder - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
Represents the entry point into the Java DSL to set the name of the stream.
- StreamBuilder(DataFlowOperations) - Constructor for class org.springframework.cloud.dataflow.rest.client.dsl.StreamBuilder
-
- 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() - Constructor for class org.springframework.cloud.dataflow.core.StreamDefinition
-
- StreamDefinition(String, String) - Constructor for class org.springframework.cloud.dataflow.core.StreamDefinition
-
Construct a StreamDefinition
.
- StreamDefinition - Class in org.springframework.cloud.dataflow.rest.client.dsl
-
Represents a stream that has been created but not yet deployed.
- StreamDefinition(String, DataFlowOperations, String, List<StreamApplication>) - Constructor for class org.springframework.cloud.dataflow.rest.client.dsl.StreamDefinition
-
- streamDefinitionController(StreamDefinitionRepository, StreamService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.StreamEnabledConfiguration
-
- StreamDefinitionController - Class in org.springframework.cloud.dataflow.server.controller
-
- StreamDefinitionController(StreamService) - Constructor for class org.springframework.cloud.dataflow.server.controller.StreamDefinitionController
-
Create a
StreamDefinitionController
that delegates to
StreamService
.
- StreamDefinitionRepository - Interface in org.springframework.cloud.dataflow.server.repository
-
- streamDefinitionRepository - Variable in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
The repository this controller will use for stream CRUD operations.
- StreamDefinitionResource - Class in org.springframework.cloud.dataflow.rest.resource
-
- 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
-
- StreamDefinitionToDslConverter - Class in org.springframework.cloud.dataflow.core
-
Reverse engineers a
StreamDefinition
into a semantically equivalent DSL text representation.
- StreamDefinitionToDslConverter() - Constructor for class org.springframework.cloud.dataflow.core.StreamDefinitionToDslConverter
-
- StreamDeployer - Interface in org.springframework.cloud.dataflow.server.stream
-
SPI for handling deployment related operations on the apps in a stream.
- StreamDeployerUtil - Class in org.springframework.cloud.dataflow.server.stream
-
- StreamDeployerUtil() - Constructor for class org.springframework.cloud.dataflow.server.stream.StreamDeployerUtil
-
- StreamDeployment - Class in org.springframework.cloud.dataflow.core
-
Represents Stream deployment model.
- StreamDeployment(String) - Constructor for class org.springframework.cloud.dataflow.core.StreamDeployment
-
- StreamDeployment(String, String) - Constructor for class org.springframework.cloud.dataflow.core.StreamDeployment
-
- StreamDeploymentController - Class in org.springframework.cloud.dataflow.server.controller
-
- StreamDeploymentController(StreamDefinitionRepository, StreamService) - Constructor for class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
-
- streamDeploymentPropertiesUtils(AppRegistryService, CommonApplicationProperties, ApplicationConfigurationMetadataResolver) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.StreamEnabledConfiguration
-
- StreamDeploymentRequest - Class in org.springframework.cloud.dataflow.server.stream
-
- StreamDeploymentRequest(String, String, List<AppDeploymentRequest>, Map<String, String>) - Constructor for class org.springframework.cloud.dataflow.server.stream.StreamDeploymentRequest
-
- 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
-
Default constructor for serialization frameworks.
- StreamDeploymentResource(String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamDeploymentResource
-
- StreamDeploymentResource(String, String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamDeploymentResource
-
- StreamDeploymentResource(String, String, String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.StreamDeploymentResource
-
- StreamDeploymentResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
-
- StreamEnabledConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.StreamEnabledConfiguration
-
- streamInfo(String) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- 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
-
- 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.
- streamOperations() - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- StreamParser - Class in org.springframework.cloud.dataflow.core.dsl
-
- 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
-
- streamService(StreamDefinitionRepository, SkipperStreamDeployer, AppDeploymentRequestCreator, StreamValidationService, AuditRecordService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.StreamEnabledConfiguration
-
- StreamService - Interface in org.springframework.cloud.dataflow.server.service
-
Provide deploy, undeploy, info and state operations on the stream.
- streamsStates(List<StreamDefinition>) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
-
- streamsStates(List<StreamDefinition>) - Method in interface org.springframework.cloud.dataflow.server.stream.StreamDeployer
-
Get the deployment states for a list of stream definitions
- streamState(String) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
-
- streamState(String) - Method in interface org.springframework.cloud.dataflow.server.stream.StreamDeployer
-
Get the deployment state of a stream.
- streamStatus(String[]) - Method in class org.springframework.cloud.dataflow.server.controller.RuntimeStreamsController
-
- StreamStatus - Class in org.springframework.cloud.dataflow.server.controller.support
-
Domain class that represents the runtime stream status
- StreamStatus() - Constructor for class org.springframework.cloud.dataflow.server.controller.support.StreamStatus
-
- StreamStatus.Application - Class in org.springframework.cloud.dataflow.server.controller.support
-
- StreamStatus.Instance - Class in org.springframework.cloud.dataflow.server.controller.support
-
- StreamTemplate - Class in org.springframework.cloud.dataflow.rest.client
-
- streamValidationController(StreamService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.StreamEnabledConfiguration
-
- StreamValidationController - Class in org.springframework.cloud.dataflow.server.controller
-
- StreamValidationController(StreamService) - Constructor for class org.springframework.cloud.dataflow.server.controller.StreamValidationController
-
Create a
StreamValidationController
that delegates to
StreamService
.
- streamValidationService(AppRegistryService, DockerValidatorProperties, StreamDefinitionRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.StreamEnabledConfiguration
-
- streamValidationService - Variable in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
- StreamValidationService - Interface in org.springframework.cloud.dataflow.server.service
-
Validate Streams
- 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.FlowNode
-
- 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.SplitNode
-
- stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.StreamNode
-
- stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
-
- stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
- stringify(boolean) - Method in class org.springframework.cloud.dataflow.core.dsl.TransitionNode
-
- stringValue() - Method in class org.springframework.cloud.dataflow.core.dsl.Token
-
- subArray(int, int) - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
- supports(Event, Context) - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractCallback
-
- 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.EntityNameConverter
-
- 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
-
- SuppressDataAccessException - Exception in org.springframework.cloud.dataflow.server.db.migration
-
Special type of DataAccessException
indicating that error can be
suppressed.
- SuppressDataAccessException(String, Throwable) - Constructor for exception org.springframework.cloud.dataflow.server.db.migration.SuppressDataAccessException
-
Instantiates a new suppress data access exception.
- SuppressSQLErrorCodesTranslator - Class in org.springframework.cloud.dataflow.server.db.migration
-
SQLErrorCodeSQLExceptionTranslator
suppressing errors based on
configured list of codes by throwing dedicated
SuppressDataAccessException
.
- SuppressSQLErrorCodesTranslator(int) - Constructor for class org.springframework.cloud.dataflow.server.db.migration.SuppressSQLErrorCodesTranslator
-
Instantiates a new suppress SQL error codes translator.
- SuppressSQLErrorCodesTranslator(List<Integer>) - Constructor for class org.springframework.cloud.dataflow.server.db.migration.SuppressSQLErrorCodesTranslator
-
Instantiates a new suppress SQL error codes translator.
- synchronizeStatus(JobExecution) - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableJobExecutionDao
-
- TAG_SEPARATOR - Static variable in class org.springframework.cloud.dataflow.registry.support.DockerImage
-
- 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, String, boolean, 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, boolean) - 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.TargetStatus - Enum in org.springframework.cloud.dataflow.shell
-
- TargetCredentials - Class in org.springframework.cloud.dataflow.shell
-
- TargetCredentials(String, String) - Constructor for class org.springframework.cloud.dataflow.shell.TargetCredentials
-
- TargetCredentials(boolean) - Constructor for class org.springframework.cloud.dataflow.shell.TargetCredentials
-
- 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_DEFINITION_DSL_TEXT - Static variable in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskExecutionService
-
- TASK_DEPLOYMENT_PROPERTIES - Static variable in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskExecutionService
-
- TASK_NAME - Static variable in class org.springframework.cloud.dataflow.core.TaskPropertyKeys
-
- TASK_PLATFORM_NAME - Static variable in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskExecutionService
-
- TaskApp - Class in org.springframework.cloud.dataflow.core.dsl
-
Represents the use of a task application in a DSL string.
- taskAppDeploymentRequestCreator(CommonApplicationProperties, ApplicationConfigurationMetadataResolver) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
-
- TaskAppDeploymentRequestCreator - Class in org.springframework.cloud.dataflow.server.service.impl
-
Create a
AppDeploymentRequest
from a
TaskDefinition
and deployment
properties map.
- TaskAppDeploymentRequestCreator(CommonApplicationProperties, ApplicationConfigurationMetadataResolver, String) - Constructor for class org.springframework.cloud.dataflow.server.service.impl.TaskAppDeploymentRequestCreator
-
- TaskAppNode - Class in org.springframework.cloud.dataflow.core.dsl
-
Represents either a task application or task definition reference.
- TaskAppStatusResource - Class in org.springframework.cloud.dataflow.rest.resource
-
Resource representing status of the apps in a task.
- TaskAppStatusResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskAppStatusResource
-
- TaskAppStatusResource(String, String, Map<String, String>) - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskAppStatusResource
-
- 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
-
- TaskConfigurationProperties - Class in org.springframework.cloud.dataflow.server.service.impl
-
Properties used to define the behavior of tasks created by Spring Cloud Data Flow.
- TaskConfigurationProperties() - Constructor for class org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties
-
- taskConfigurationPropertyValueHintExpansionStrategy() - Method in class org.springframework.cloud.dataflow.completion.CompletionConfiguration
-
- TaskDefinition - Class in org.springframework.cloud.dataflow.core
-
- TaskDefinition() - Constructor for class org.springframework.cloud.dataflow.core.TaskDefinition
-
- 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(TaskExplorer, TaskDefinitionRepository, TaskSaveService, TaskDeleteService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.TaskEnabledConfiguration
-
- TaskDefinitionController - Class in org.springframework.cloud.dataflow.server.controller
-
- TaskDefinitionController(TaskExplorer, TaskDefinitionRepository, TaskSaveService, TaskDeleteService) - 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 - Interface in org.springframework.cloud.dataflow.server.repository
-
- TaskDefinitionResource - Class in org.springframework.cloud.dataflow.rest.resource
-
- TaskDefinitionResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
-
Default constructor to be used by Jackson.
- TaskDefinitionResource(String, String) - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskDefinitionResource
-
- TaskDefinitionResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
-
- taskDefinitionRetriever(AppRegistryService, TaskExplorer, TaskDefinitionRepository, TaskConfigurationProperties, LauncherRepository, List<TaskPlatform>) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
-
- TaskDefinitionToDslConverter - Class in org.springframework.cloud.dataflow.core
-
Reverse engineers a
TaskDefinition
into a semantically equivalent DSL text representation.
- TaskDefinitionToDslConverter() - Constructor for class org.springframework.cloud.dataflow.core.TaskDefinitionToDslConverter
-
- TaskDeleteService - Interface in org.springframework.cloud.dataflow.server.service
-
Provides task deletion services.
- TaskDeployment - Class in org.springframework.cloud.dataflow.core
-
- TaskDeployment() - Constructor for class org.springframework.cloud.dataflow.core.TaskDeployment
-
- TaskDeploymentRepository - Interface in org.springframework.cloud.dataflow.server.repository
-
- TaskEnabledConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.TaskEnabledConfiguration
-
- TaskExecutionAwareTaskDefinition - Class in org.springframework.cloud.dataflow.server.controller.support
-
- TaskExecutionAwareTaskDefinition(TaskDefinition, TaskExecution) - Constructor for class org.springframework.cloud.dataflow.server.controller.support.TaskExecutionAwareTaskDefinition
-
- TaskExecutionAwareTaskDefinition(TaskDefinition) - Constructor for class org.springframework.cloud.dataflow.server.controller.support.TaskExecutionAwareTaskDefinition
-
- taskExecutionController(TaskExplorer, TaskExecutionService, TaskDefinitionRepository, TaskExecutionInfoService, TaskDeleteService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.TaskEnabledConfiguration
-
- TaskExecutionController - Class in org.springframework.cloud.dataflow.server.controller
-
Controller for operations on
TaskExecution
.
- TaskExecutionController(TaskExplorer, TaskExecutionService, TaskDefinitionRepository, TaskExecutionInfoService, TaskDeleteService) - Constructor for class org.springframework.cloud.dataflow.server.controller.TaskExecutionController
-
Creates a TaskExecutionController
that retrieves Task Execution information
from a the TaskExplorer
- TaskExecutionCreationService - Interface in org.springframework.cloud.dataflow.server.service
-
Offers features to allow users to create TaskExecution
s.
- TaskExecutionInformation - Class in org.springframework.cloud.dataflow.server.service.impl
-
Stores execution information.
- TaskExecutionInformation() - Constructor for class org.springframework.cloud.dataflow.server.service.impl.TaskExecutionInformation
-
- TaskExecutionInfoService - Interface in org.springframework.cloud.dataflow.server.service
-
Return the TaskExecutionInformation object given the task name and deployment
properties.
- taskExecutionRepositoryService(TaskRepository) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
-
- 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
-
- TaskExecutionResource(TaskExecution) - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskExecutionResource
-
Constructor to initialize the TaskExecutionResource using a
TaskExecution
.
- TaskExecutionResource.Page - Class in org.springframework.cloud.dataflow.rest.resource
-
- TaskExecutionService - Interface in org.springframework.cloud.dataflow.server.service
-
Provides Task related services.
- taskExecutionStatus(long) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
- taskExecutionStatus(long) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- TaskExecutionStatus - Enum in org.springframework.cloud.dataflow.rest.resource
-
- 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 - 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
-
- TaskJobExecution(long, JobExecution, boolean, int) - 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, TaskExecutionService) - 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.
- taskLauncherController(LauncherRepository) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.TaskEnabledConfiguration
-
- TaskletType - Enum in org.springframework.cloud.dataflow.rest.job.support
-
Types of Tasklet
implementations
known by Spring Task.
- TaskNode - Class in org.springframework.cloud.dataflow.core.dsl
-
The root AST node for any entity parsed from task DSL.
- taskOperations() - Method in interface org.springframework.cloud.dataflow.rest.client.DataFlowOperations
-
- taskOperations() - Method in class org.springframework.cloud.dataflow.rest.client.DataFlowTemplate
-
- TaskOperations - Interface in org.springframework.cloud.dataflow.rest.client
-
Interface defining operations available against tasks.
- TaskParser - Class in org.springframework.cloud.dataflow.core.dsl
-
Parse a single or composed task specification.
- TaskParser(String, String, boolean, boolean) - Constructor for class org.springframework.cloud.dataflow.core.dsl.TaskParser
-
Parse a task definition into an abstract syntax tree (AST).
- TaskPlatform - Class in org.springframework.cloud.dataflow.core
-
For a given platform, Cloud Foundry, Kubernetes, etc, associate a list of Task Launchers.
- TaskPlatform(String, List<Launcher>) - Constructor for class org.springframework.cloud.dataflow.core.TaskPlatform
-
- TaskPlatformController - Class in org.springframework.cloud.dataflow.server.controller
-
REST controller for task launching platform related operations.
- TaskPlatformController(LauncherRepository) - Constructor for class org.springframework.cloud.dataflow.server.controller.TaskPlatformController
-
- TaskPlatformFactory - Interface in org.springframework.cloud.dataflow.core
-
- TaskPropertyKeys - Class in org.springframework.cloud.dataflow.core
-
Spring Cloud Task property keys.
- TaskPropertyKeys() - Constructor for class org.springframework.cloud.dataflow.core.TaskPropertyKeys
-
- TASKS_ENABLED - Static variable in class org.springframework.cloud.dataflow.server.config.features.FeaturesProperties
-
- TaskSaveService - Interface in org.springframework.cloud.dataflow.server.service
-
Provides task saving service.
- taskSchedulerController(SchedulerService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- TaskSchedulerController - Class in org.springframework.cloud.dataflow.server.controller
-
Controller for operations on ScheduleInfo
.
- TaskSchedulerController(SchedulerService) - Constructor for class org.springframework.cloud.dataflow.server.controller.TaskSchedulerController
-
Create a
TaskSchedulerController
that delegates
task scheduling operations via
SchedulerService
- taskService(LauncherRepository, AuditRecordService, TaskRepository, TaskExecutionInfoService, TaskDeploymentRepository, TaskExecutionCreationService, TaskAppDeploymentRequestCreator) - Method in class org.springframework.cloud.dataflow.server.config.features.TaskConfiguration
-
- TaskServiceUtils - Class in org.springframework.cloud.dataflow.server.service.impl
-
Provides utility methods for setting up tasks for execution.
- TaskServiceUtils() - Constructor for class org.springframework.cloud.dataflow.server.service.impl.TaskServiceUtils
-
- TaskTemplate - Class in org.springframework.cloud.dataflow.rest.client
-
- TaskToolsResource - Class in org.springframework.cloud.dataflow.rest.resource
-
Represents a response from the tools endpoint.
- TaskToolsResource() - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskToolsResource
-
- TaskToolsResource(Graph, List<Map<String, Object>>) - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskToolsResource
-
- TaskToolsResource(String, List<Map<String, Object>>) - Constructor for class org.springframework.cloud.dataflow.rest.resource.TaskToolsResource
-
- taskValidationController(TaskValidationService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.TaskEnabledConfiguration
-
- TaskValidationController - Class in org.springframework.cloud.dataflow.server
-
- TaskValidationController(TaskValidationService) - Constructor for class org.springframework.cloud.dataflow.server.TaskValidationController
-
- TaskValidationException - Exception in org.springframework.cloud.dataflow.core.dsl
-
If a parsed task AST is validated, if there are any validation errors this exception
will be thrown, it contains a list of the validation errors found.
- TaskValidationException(TaskNode, List<TaskValidationProblem>) - Constructor for exception org.springframework.cloud.dataflow.core.dsl.TaskValidationException
-
- TaskValidationProblem - Class in org.springframework.cloud.dataflow.core.dsl
-
After parsing a task definition from a DSL string, the validation visitor may
optionally run.
- TaskValidationProblem(String, int, DSLMessage) - Constructor for class org.springframework.cloud.dataflow.core.dsl.TaskValidationProblem
-
- taskValidationService(AppRegistryService, DockerValidatorProperties, TaskDefinitionRepository, TaskConfigurationProperties) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.TaskEnabledConfiguration
-
- TaskValidationService - Interface in org.springframework.cloud.dataflow.server.service
-
Validation for Tasks
- TaskValidatorVisitor - Class in org.springframework.cloud.dataflow.core.dsl
-
Visitor for a parsed task that verifies it is coherent.
- TaskValidatorVisitor() - Constructor for class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
-
- TaskVisitor - Class in org.springframework.cloud.dataflow.core.dsl
-
Basic visitor pattern for a parsed task.
- TaskVisitor() - Constructor for class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
- 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.
- to - Variable in class org.springframework.cloud.dataflow.core.dsl.graph.Link
-
- toData(Iterable<Token>) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
-
Return the concatenation of the data of multiple tokens.
- toDSL() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
- toDsl(StreamDefinition) - Method in class org.springframework.cloud.dataflow.core.StreamDefinitionToDslConverter
-
Reverse engineers a
StreamDefinition
into a semantically equivalent DSL text representation.
- toDsl(List<StreamAppDefinition>) - Method in class org.springframework.cloud.dataflow.core.StreamDefinitionToDslConverter
-
Reverse engineers a stream, represented by ordered
StreamAppDefinition
list, into a semantically
equivalent DSL text representation.
- toDsl(TaskDefinition) - Method in class org.springframework.cloud.dataflow.core.TaskDefinitionToDslConverter
-
Reverse engineers a
TaskDefinition
into a semantically equivalent DSL text representation.
- toDSLText() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Graph
-
Produce the DSL representation of the graph.
- toDslText() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
-
- toExceptionDescriptor() - Method in exception org.springframework.cloud.dataflow.core.dsl.ParseException
-
Produce a simple map of information about the exception that can be sent to the
client for display.
- toExceptionDescriptor() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidationProblem
-
Produce a simple map of information about the exception that can be sent to the
client for display.
- toExecutableDSL() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
- toGraph() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
- 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 - Variable in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
Output stream of tokens.
- Tokens - Class in org.springframework.cloud.dataflow.core.dsl
-
Class that converts an expression into a list of
tokens
.
- toLabelNode(Token) - Method in class org.springframework.cloud.dataflow.core.dsl.AppParser
-
Create a new
LabelNode
based on the provided token.
- toolsController() - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration
-
- ToolsController - Class in org.springframework.cloud.dataflow.server.controller
-
A controller for integrating with frontend tools.
- ToolsController() - Constructor for class org.springframework.cloud.dataflow.server.controller.ToolsController
-
- toProcess - Variable in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
The expressionString as a char array.
- 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.AppRegistration
-
- toString() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- toString() - Method in class org.springframework.cloud.dataflow.core.dsl.AbstractTokenizer
-
- 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.FlowNode
-
- toString() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Graph
-
- toString() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Link
-
- toString() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Node
-
- 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.SplitNode
-
- 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.TaskApp
-
- toString() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskAppNode
-
- toString() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
- toString() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskParser
-
Show the parsing progress in the output string.
- toString() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidationProblem
-
- 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.Launcher
-
- 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.core.TaskDeployment
-
- toString() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
-
Convert to a canonical string representation.
- toString() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
- toString() - Method in class org.springframework.cloud.dataflow.rest.job.CumulativeHistory
-
- toString() - Method in class org.springframework.cloud.dataflow.rest.UpdateStreamRequest
-
- toString() - Method in class org.springframework.cloud.dataflow.rest.util.ProcessOutputResource
-
- toString() - Method in class org.springframework.cloud.dataflow.server.controller.security.support.AuthenticationRequest
-
- toString() - Method in class org.springframework.cloud.dataflow.shell.Target
-
- toString() - Method in class org.springframework.cloud.dataflow.shell.TargetCredentials
-
- toStringAndUriFunc - Static variable in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
- toStringWithContext() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidationProblem
-
- toValidAppRegistration(Map.Entry<String, URI>, URI) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
-
Builds a
Stream
from key/value mapping.
- toVerboseString() - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Graph
-
- TransitionNode - Class in org.springframework.cloud.dataflow.core.dsl
-
An AST node representing a transition found in a parsed task specification.
- triggerTarget() - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
-
- type(StreamApplication.ApplicationType) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.StreamApplication
-
- type - Variable in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands.QualifiedApplicationName
-
- 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() - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
-
- undeploy(String) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
Undeploy a deployed stream, retaining its definition.
- undeploy(String) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- 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.server.service.impl.DefaultStreamService
-
- undeployStream(String) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
-
Un-deploys the stream identified by the given stream name.
- undeployStream(String) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
-
- 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, ApplicationType) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
-
Unregister an application name and type.
- unregister(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
-
Unregister an application by name type and version
- unregister(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
-
- unregister(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
-
- unregister(ApplicationType, String, String) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
-
Unregister an application by name and type.
- unregister(ApplicationType, String) - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
-
Deprecated.
- unregister(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
-
- unregisterAll() - Method in interface org.springframework.cloud.dataflow.rest.client.AppRegistryOperations
-
Unregister all applications.
- unregisterAll() - Method in class org.springframework.cloud.dataflow.rest.client.AppRegistryTemplate
-
- unregisterAll() - Method in class org.springframework.cloud.dataflow.server.controller.AppRegistryController
-
- unregisterAll() - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
-
- UnregisterAppException - Exception in org.springframework.cloud.dataflow.server.controller
-
Exception thrown when an application can not be unregistered.
- UnregisterAppException(String) - Constructor for exception org.springframework.cloud.dataflow.server.controller.UnregisterAppException
-
- unschedule(String) - Method in interface org.springframework.cloud.dataflow.rest.client.SchedulerOperations
-
Unschedule a schedule that has been created.
- unschedule(String) - Method in class org.springframework.cloud.dataflow.rest.client.SchedulerTemplate
-
- unschedule(String) - Method in class org.springframework.cloud.dataflow.server.controller.TaskSchedulerController
-
Unschedule the schedule from the Scheduler.
- unschedule(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultSchedulerService
-
- unschedule(String) - Method in interface org.springframework.cloud.dataflow.server.service.SchedulerService
-
Unschedule a schedule that has been created.
- updatableStreamDeploymentController(StreamDefinitionRepository, StreamService) - Method in class org.springframework.cloud.dataflow.server.config.DataFlowControllerAutoConfiguration.StreamEnabledConfiguration
-
- update(String) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
-
Unforced Stream Update with properties string definition
- update(Map<String, String>) - Method in class org.springframework.cloud.dataflow.rest.client.dsl.Stream
-
Unforced Stream Update with properties map
- update(String, UpdateStreamRequest) - Method in class org.springframework.cloud.dataflow.server.controller.StreamDeploymentController
-
- updateAppRegistration(JdbcTemplate, List<AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData>) - Method in class org.springframework.cloud.dataflow.server.db.migration.AbstractMigrateUriRegistrySqlCommand
-
Update app registration.
- updateAppRegistration(JdbcTemplate, List<AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData>) - Method in class org.springframework.cloud.dataflow.server.db.migration.db2.Db2MigrateUriRegistrySqlCommand
-
- updateAppRegistration(JdbcTemplate, List<AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData>) - Method in class org.springframework.cloud.dataflow.server.db.migration.mysql.MysqlMigrateUriRegistrySqlCommand
-
- updateAppRegistration(JdbcTemplate, List<AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData>) - Method in class org.springframework.cloud.dataflow.server.db.migration.oracle.OracleMigrateUriRegistrySqlCommand
-
- updateAppRegistration(JdbcTemplate, List<AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData>) - Method in class org.springframework.cloud.dataflow.server.db.migration.postgresql.PostgresMigrateUriRegistrySqlCommand
-
- updateAppRegistration(JdbcTemplate, List<AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData>) - Method in class org.springframework.cloud.dataflow.server.db.migration.sqlserver.MsSqlMigrateUriRegistrySqlCommand
-
- updateDataFlowUriIfNeeded(String, Map<String, String>, List<String>) - Static method in class org.springframework.cloud.dataflow.server.service.impl.TaskServiceUtils
-
- updateExternalExecutionId(long, String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultTaskExecutionService
-
- updateFrom(String) - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Link
-
- updateJobExecution(JobExecution) - Method in class org.springframework.cloud.dataflow.server.batch.JdbcSearchableJobExecutionDao
-
- updateStream(String, String, PackageIdentifier, Map<String, String>, boolean, List<String>) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
Update the stream given its corresponding releaseName in Skipper using the specified
package and updated yaml config.
- updateStream(String, String, PackageIdentifier, Map<String, String>, boolean, List<String>) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- updateStream(String, UpdateStreamRequest) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
- updateStream(String, String, PackageIdentifier, Map<String, String>, boolean, List<String>) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
- updateStream(String, UpdateStreamRequest) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
-
Update the stream using the UpdateStreamRequest.
- updateStream(String, String, File, String, String, boolean, String) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- UpdateStreamRequest - Class in org.springframework.cloud.dataflow.rest
-
Captures the required data for updating a stream using Skipper.
- UpdateStreamRequest() - Constructor for class org.springframework.cloud.dataflow.rest.UpdateStreamRequest
-
- UpdateStreamRequest(String, PackageIdentifier, Map<String, String>) - Constructor for class org.springframework.cloud.dataflow.rest.UpdateStreamRequest
-
- UpdateStreamRequest(String, PackageIdentifier, Map<String, String>, boolean, List<String>) - Constructor for class org.springframework.cloud.dataflow.rest.UpdateStreamRequest
-
- updateTaskProperties(TaskDefinition, DataSourceProperties) - Static method in class org.springframework.cloud.dataflow.server.service.impl.TaskServiceUtils
-
Updates the task definition with the datasource properties.
- updateTo(String) - Method in class org.springframework.cloud.dataflow.core.dsl.graph.Link
-
- upgradeStream(String, PackageIdentifier, String, boolean, List<String>) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
-
Update the stream identified by the PackageIdentifier and runtime configuration values.
- UpperCaseSpringPhysicalNamingStrategy - Class in org.springframework.cloud.dataflow.server.repository.support
-
Override isCaseInsensitive
to always return false
- UpperCaseSpringPhysicalNamingStrategy() - Constructor for class org.springframework.cloud.dataflow.server.repository.support.UpperCaseSpringPhysicalNamingStrategy
-
- UriPersistenceConverter - Class in org.springframework.cloud.dataflow.core
-
Convert URI to strings, used by the repository to ser/deser URI fields in Hibernate.
- UriPersistenceConverter() - Constructor for class org.springframework.cloud.dataflow.core.UriPersistenceConverter
-
- userAccessTokenProvider() - Method in class org.springframework.cloud.dataflow.server.service.impl.ManualOAuthAuthenticationProvider
-
- userInput - Variable in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- userInput - Variable in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- UserInput - Interface in org.springframework.cloud.dataflow.shell.command
-
Abstraction for a mechanism used to get user interactive user input.
- V1__Initial_Setup - Class in org.springframework.cloud.dataflow.server.db.migration.db2
-
Initial schema setup for db2
.
- V1__Initial_Setup() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.db2.V1__Initial_Setup
-
- V1__Initial_Setup - Class in org.springframework.cloud.dataflow.server.db.migration.mysql
-
Initial schema setup for mysql
.
- V1__Initial_Setup() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.mysql.V1__Initial_Setup
-
- V1__Initial_Setup - Class in org.springframework.cloud.dataflow.server.db.migration.oracle
-
Initial schema setup for oracle
.
- V1__Initial_Setup() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.oracle.V1__Initial_Setup
-
- V1__Initial_Setup - Class in org.springframework.cloud.dataflow.server.db.migration.postgresql
-
Initial schema setup for postgres
.
- V1__Initial_Setup() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.postgresql.V1__Initial_Setup
-
- V1__Initial_Setup - Class in org.springframework.cloud.dataflow.server.db.migration.sqlserver
-
Initial schema setup for sqlserver
.
- V1__Initial_Setup() - Constructor for class org.springframework.cloud.dataflow.server.db.migration.sqlserver.V1__Initial_Setup
-
- validate() - Method in class org.springframework.cloud.dataflow.core.dsl.TaskNode
-
- validate(String) - Method in class org.springframework.cloud.dataflow.server.controller.StreamValidationController
-
- validate(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.server.service.impl.validation.DefaultValidationService
-
- validate(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.server.service.ValidationService
-
Validate application with given name and type.
- validate(String) - Method in class org.springframework.cloud.dataflow.server.TaskValidationController
-
- validate(String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
-
- validateAppVersionIsRegistered(StreamDefinition, AppDeploymentRequest, String) - Method in class org.springframework.cloud.dataflow.server.stream.SkipperStreamDeployer
-
- validateDeploymentProperties(Map<String, String>) - Static method in class org.springframework.cloud.dataflow.rest.util.DeploymentPropertiesUtils
-
Ensure that deployment properties only have keys starting with app.
,
deployer.
or, spring.cloud.scheduler.
.
- validateSkipperDeploymentProperties(Map<String, String>) - Static method in class org.springframework.cloud.dataflow.rest.util.DeploymentPropertiesUtils
-
Ensure that deployment properties only have keys starting with app.
,
deployer.
or version.
.
- validateStream(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.DefaultStreamService
-
Verifies that all apps in the stream are valid.
- validateStream(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.validation.DefaultStreamValidationService
-
- validateStream(String) - Method in interface org.springframework.cloud.dataflow.server.service.StreamService
-
Verifies that all apps in the stream are valid.
- validateStream(String) - Method in interface org.springframework.cloud.dataflow.server.service.StreamValidationService
-
Validate the stream given the registered name
- validateStream(String) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
-
- validateStreamDefinition(String) - Method in interface org.springframework.cloud.dataflow.rest.client.StreamOperations
-
Return the validation status for the apps in an stream.
- validateStreamDefinition(String) - Method in class org.springframework.cloud.dataflow.rest.client.StreamTemplate
-
- validateTask(String) - Method in class org.springframework.cloud.dataflow.server.service.impl.validation.DefaultTaskValidationService
-
- validateTask(String) - Method in interface org.springframework.cloud.dataflow.server.service.TaskValidationService
-
Validate the task given the registered name
- validateTaskDefinition(String) - Method in interface org.springframework.cloud.dataflow.rest.client.TaskOperations
-
Return the validation status for the tasks in an definition.
- validateTaskDefinition(String) - Method in class org.springframework.cloud.dataflow.rest.client.TaskTemplate
-
- ValidationService - Interface in org.springframework.cloud.dataflow.server.service
-
Perform validation on the provided application name and type.
- ValidationStatus - Class in org.springframework.cloud.dataflow.server.service
-
Contains the validation status of task, composed task, or stream definition.
- ValidationStatus(String, String) - Constructor for class org.springframework.cloud.dataflow.server.service.ValidationStatus
-
- 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.AuditActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cloud.dataflow.core.AuditOperationType
-
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.dsl.StreamApplication.ApplicationType
-
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.rest.resource.DeploymentStateResource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cloud.dataflow.rest.resource.TaskExecutionStatus
-
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.server.service.impl.NodeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cloud.dataflow.shell.command.support.OpsType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cloud.dataflow.shell.command.support.RoleType
-
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.AuditActionType
-
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.AuditOperationType
-
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.dsl.StreamApplication.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.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.rest.resource.DeploymentStateResource
-
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.resource.TaskExecutionStatus
-
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.server.service.impl.NodeStatus
-
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.command.support.OpsType
-
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.command.support.RoleType
-
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.
- Version - Class in org.springframework.cloud.dataflow.rest
-
Used by clients and servers to assert API compatibility.
- VERSION_INFO_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.GrafanaInfoProperties
-
- VERSION_INFO_PREFIX - Static variable in class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
-
- VersionInfo - Class in org.springframework.cloud.dataflow.rest.resource.about
-
Provides version information about core libraries used.
- VersionInfo() - Constructor for class org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
-
Default constructor for serialization frameworks.
- VersionInfoProperties - Class in org.springframework.cloud.dataflow.server.config
-
Properties for version information of core dependencies.
- VersionInfoProperties() - Constructor for class org.springframework.cloud.dataflow.server.config.VersionInfoProperties
-
- VersionInfoProperties.Dependencies - Class in org.springframework.cloud.dataflow.server.config
-
The dependencies that will be returned by the about controller.
- VersionInfoProperties.DependencyAboutInfo - Class in org.springframework.cloud.dataflow.server.config
-
Information about the dependency.
- VersionInfoProperties.DependencyStatus - Class in org.springframework.cloud.dataflow.server.config
-
Represents whether dependency information should be returned as a part
of the about result set.
- VersionUtils - Class in org.springframework.cloud.dataflow.rest.client.support
-
Utility methods for handling client/server version manipulations
- VersionUtils() - Constructor for class org.springframework.cloud.dataflow.rest.client.support.VersionUtils
-
- 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.
- visit(TransitionNode) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
-
- visit(TaskAppNode) - Method in class org.springframework.cloud.dataflow.core.dsl.GraphGeneratorVisitor
-
- visit(TaskAppNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
-
- visit(TransitionNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskValidatorVisitor
-
- visit(FlowNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
- visit(SplitNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
- visit(TaskAppNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
- visit(TransitionNode) - Method in class org.springframework.cloud.dataflow.core.dsl.TaskVisitor
-
- 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
-