- saveRelationship(TaskExecution, JobExecution) - Method in class org.springframework.cloud.task.batch.listener.support.JdbcTaskBatchDao
-
- saveRelationship(TaskExecution, JobExecution) - Method in class org.springframework.cloud.task.batch.listener.support.MapTaskBatchDao
-
- saveRelationship(TaskExecution, JobExecution) - Method in interface org.springframework.cloud.task.batch.listener.TaskBatchDao
-
Saves the relationship between a task execution and a job execution.
- setAppendedArgs(List<String>) - Method in class org.springframework.cloud.task.batch.partition.SimpleCommandLineArgsProvider
-
Additional command line args to be appended.
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.cloud.task.batch.handler.TaskJobLauncherCommandLineRunner
-
- setApplicationName(String) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
The name of the application to be launched.
- setCommandLineArgsProvider(CommandLineArgsProvider) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
Used to provide any command line arguements to be passed to each worker launched.
- setCommandLineRunnerOrder(int) - Method in class org.springframework.cloud.task.batch.configuration.TaskBatchProperties
-
- setDefaultArgsAsEnvironmentVars(boolean) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
If set to true, the default args that are used internally by Spring Cloud Task and
Spring Batch are passed as environment variables instead of command line arguments.
- setDeploymentProperties(Map<String, String>) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
Map of deployment properties to be used by the TaskLauncher
.
- setEnvironment(Environment) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
- setEnvironmentProperties(Map<String, String>) - Method in class org.springframework.cloud.task.batch.partition.SimpleEnvironmentVariablesProvider
-
- setEnvironmentVariablesProvider(EnvironmentVariablesProvider) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
Used to provide any environment variables to be set on each worker launched.
- setFailOnJobFailurePollInterval(long) - Method in class org.springframework.cloud.task.batch.configuration.TaskBatchProperties
-
- setGridSize(int) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
Approximate size of the pool of worker JVMs available.
- setIncludeCurrentEnvironment(boolean) - Method in class org.springframework.cloud.task.batch.partition.SimpleEnvironmentVariablesProvider
-
Establishes if current environment variables will be included as a part of the
provider.
- setJobNames(List<String>) - Method in class org.springframework.cloud.task.batch.configuration.TaskBatchExecutionListenerBeanPostProcessor
-
- setJobNames(String) - Method in class org.springframework.cloud.task.batch.configuration.TaskBatchProperties
-
- setMaxWorkers(int) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
The maximum number of workers to be executing at once.
- setOrder(int) - Method in class org.springframework.cloud.task.batch.configuration.TaskJobLauncherCommandLineRunnerFactoryBean
-
- setPollInterval(long) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
The interval to check the job repository for completed steps.
- setTimeout(long) - Method in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
Timeout for the master step.
- SimpleCommandLineArgsProvider - Class in org.springframework.cloud.task.batch.partition
-
Returns any command line arguments used with the
TaskExecution
provided
appended with any additional arguments configured.
- SimpleCommandLineArgsProvider() - Constructor for class org.springframework.cloud.task.batch.partition.SimpleCommandLineArgsProvider
-
- SimpleCommandLineArgsProvider(TaskExecution) - Constructor for class org.springframework.cloud.task.batch.partition.SimpleCommandLineArgsProvider
-
- SimpleEnvironmentVariablesProvider - Class in org.springframework.cloud.task.batch.partition
-
Copies all existing environment variables as made available in the Environment
only if includeCurrentEnvironment is set to true (default).
- SimpleEnvironmentVariablesProvider(Environment) - Constructor for class org.springframework.cloud.task.batch.partition.SimpleEnvironmentVariablesProvider
-
- SPRING_CLOUD_TASK_EXECUTION_ID - Static variable in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
ID of the Spring Cloud Task execution.
- SPRING_CLOUD_TASK_JOB_EXECUTION_ID - Static variable in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
ID of Spring Cloud Task job execution.
- SPRING_CLOUD_TASK_NAME - Static variable in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
Spring Cloud Task name property.
- SPRING_CLOUD_TASK_PARENT_EXECUTION_ID - Static variable in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
ID of Spring Cloud Task parent execution.
- SPRING_CLOUD_TASK_STEP_EXECUTION_ID - Static variable in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
ID of Spring Cloud Task step execution.
- SPRING_CLOUD_TASK_STEP_NAME - Static variable in class org.springframework.cloud.task.batch.partition.DeployerPartitionHandler
-
Name of Spring Cloud Task step.