Example usage for org.springframework.batch.core.partition PartitionHandler interface-usage

List of usage examples for org.springframework.batch.core.partition PartitionHandler interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.partition PartitionHandler interface-usage.

Usage

From source file org.springframework.yarn.batch.partition.AbstractBatchPartitionHandler.java

/**
 * Base implementation of Spring Batch {@link PartitionHandler} handling
 * partitioning for Yarn containers.
 *
 * @author Janne Valkealahti
 *

From source file org.springframework.yarn.batch.partition.AbstractPartitionHandler.java

/**
 * Base implementation of Spring Batch {@link PartitionHandler} handling
 * partitioning for Yarn containers.
 *
 * @author Janne Valkealahti
 *

From source file org.springframework.cloud.task.batch.partition.DeployerPartitionHandler.java

/**
 * <p>A {@link PartitionHandler} implementation that delegates to a {@link TaskLauncher} for
 * each of the workers.  The id of the worker's StepExecution is passed as an environment
 * variable to the worker.  The worker, bootstrapped by the
 * {@link DeployerStepExecutionHandler}, looks up the StepExecution in the JobRepository
 * and executes it.  This PartitionHandler polls the JobRepository for the results.</p>