Package org.springframework.cloud.dataflow.server.service.impl
package org.springframework.cloud.dataflow.server.service.impl
Contains Service implementations for the Dataflow Server.
-
ClassDescriptionCreate the list of
AppDeploymentRequest
s from aStreamDefinition
and deployment properties map.Properties used to define the behavior of the composed task runner.Default implementation of theSchedulerService
interface.Performs manipulation on application and deployment properties, expanding shorthand application property values, resolving wildcard deployment properties, and creates aStreamDeploymentRequest
.Default implementation of theTaskDeleteService
interface.Default implementation of theDefaultTaskExecutionInfoService
interface.Default implementation of TaskExecutionCreationService that creates aTaskExecution
with a transaction propagation setting ofPropagation.REQUIRES_NEW
Default implementation of theTaskExecutionService
interface.Repository that retrieves Tasks and JobExecutions/Instances and the associations between them.Default implementation of theDefaultTaskSaveService
interface.App Status of a node in a dataflow DSL.Exception thrown when a user requests a page and size combination that creates an offset that is greater thanInteger.MAX_VALUE
.Custom Jackson deserializer used to convert the URL of a resource (as it has been serialized) back to a ResourceJackson mixin used to serialize aResource
as its URIProvides methods to serialize a Spring BatchJobParameter
to the Spring Batch's default format.Provides methods to serialize a Spring BatchJobParameter
to the proper format.Provides methods to serialize a Spring BatchJobParameter
to JSON.Create aAppDeploymentRequest
from aTaskDefinition
and deployment properties map.Properties used to define the behavior of tasks created by Spring Cloud Data Flow.Stores execution information.Provides utility methods for setting up tasks for execution.