Example usage for org.springframework.batch.core.step.tasklet Tasklet interface-usage

List of usage examples for org.springframework.batch.core.step.tasklet Tasklet interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.step.tasklet Tasklet interface-usage.

Usage

From source file org.springframework.batch.core.step.item.ExceptionThrowingTaskletStub.java

/**
 * @author Dan Garrette
 * @since 2.0.2
 */
public class ExceptionThrowingTaskletStub implements Tasklet {

From source file com.flipkart.aesop.serializer.batch.step.StateEngineFinalizerStep.java

/**
 * The <code>StateEngineFinalizerStep</code> class is an implementation of the Spring batch {@link Tasklet} that writes contents of the Zeno {@link FastBlobStateEngine}
 * for snapshot (as described here : {@link https://github.com/Netflix/zeno/wiki/Producing-a-Snapshot}) or a delta (as described here : https://github.com/Netflix/zeno/wiki/Producing-a-Delta).
 * 
 * This tasklet is intended to be used in a batch job definition comprising steps as described below:
 * <pre>

From source file cn.cuizuoli.appranking.batch.tasklet.AppleStoreTasklet.java

/**
 * AppleStoreTasklet
 * @author cuizuoli
 */
public class AppleStoreTasklet implements Tasklet {

From source file cn.cuizuoli.appranking.batch.tasklet.GooglePlayTasklet.java

/**
 * GooglePlayTasklet
 * @author cuizuoli
 */
public class GooglePlayTasklet implements Tasklet {

From source file de.langmi.spring.batch.examples.complex.crosscutting.interstepcommunication.promotion.ReadingJobExecutionContextTasklet.java

/**
 * Tasklet which accesses the (Job){@link ExecutionContext} directly to 
 * read a value.
 *
 * @author Michael R. Lange <michael.r.lange@langmi.de>
 * @see http://stackoverflow.com/questions/8117060/spring-batch-storing-in-jobexecutioncontext-from-tasklet-and-accessing-in-anot

From source file org.cloudfoundry.identity.uaa.scim.job.AdminUsersTasklet.java

/**
 * Tasklet to change users' granted authorities.
 * 
 * @author Dave Syer
 * 
 */

From source file bamons.process.batch.support.SampleTasklet.java

public class SampleTasklet implements Tasklet {

    private final Logger logger = LoggerFactory.getLogger(this.getClass());

    @Autowired
    private SampleDAO sampleDAO;

From source file com.javaetmoi.core.batch.test.EndTasklet.java

/**
 * Display the masterpieces number that have been processed by unpartitioned steps.
 * 
 */
public class EndTasklet implements Tasklet {

From source file de.langmi.spring.batch.examples.complex.file.split.GetLineCountTasklet.java

/**
 * Simple {@link Tasklet} which gets the line count from a file.
 *
 * @author Michael R. Lange <michael.r.lange@langmi.de>
 */
public class GetLineCountTasklet implements Tasklet {

From source file uk.ac.ebi.eva.pipeline.jobs.steps.VariantNormalizerStep.java

/**
 *
 * @author Jose Miguel Mut Lopez &lt;jmmut@ebi.ac.uk&gt;
 *
 * Tasklet that normalizes variants. To see the applied rules please refer to:
 *