Java org.springframework.batch.core StepContribution fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core StepContribution fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core StepContribution.

The text is from its open source code.

Constructor

Method

ExitStatusgetExitStatus()
Public getter for the status.
intgetFilterCount()
Public getter for the filter counter.
intgetProcessSkipCount()
Public getter for the process skip count.
intgetStepSkipCount()
intgetWriteCount()
Public access to the write counter.
intgetWriteSkipCount()
voidincrementFilterCount(int count)
Increment the counter for the number of items processed.
voidincrementProcessSkipCount()
voidincrementReadCount()
Increment the counter for the number of items read.
voidincrementReadSkipCount()
Increment the read skip count for this contribution
voidincrementWriteCount(int count)
Increment the counter for the number of items written.
voidincrementWriteSkipCount()
Increment the write skip count for this contribution
voidsetExitStatus(ExitStatus status)
Set the ExitStatus for this contribution.