Package org.springframework.cloud.task.batch.partition
package org.springframework.cloud.task.batch.partition
-
ClassDescriptionStrategy to allow for the customization of command line arguments passed to each partition's execution.A
PartitionHandler
implementation that delegates to aTaskLauncher
for each of the workers.ACommandLineRunner
used to execute aStep
.Strategy interface to allow for advanced configuration of environment variables for each worker in a partitioned job.A simple no-op implementation of theEnvironmentVariablesProvider
.Returns theList<String>
provided.Returns any command line arguments used with theTaskExecution
provided appended with any additional arguments configured.Copies all existing environment variables as made available in theEnvironment
only if includeCurrentEnvironment is set to true (default).Supports the launching of partitions.