Package | Description |
---|---|
org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
Modifier and Type | Method and Description |
---|---|
protected Chunk<O> |
SimpleChunkProcessor.getAdjustedOutputs(Chunk<I> inputs,
Chunk<O> outputs)
Extension point for subclasses that want to adjust the outputs based on
additional saved data in the inputs.
|
protected Chunk<O> |
FaultTolerantChunkProcessor.getAdjustedOutputs(Chunk<I> inputs,
Chunk<O> outputs) |
Chunk<I> |
SimpleChunkProvider.provide(StepContribution contribution) |
Chunk<T> |
ChunkProvider.provide(StepContribution contribution) |
protected Chunk<O> |
SimpleChunkProcessor.transform(StepContribution contribution,
Chunk<I> inputs) |
protected Chunk<O> |
FaultTolerantChunkProcessor.transform(StepContribution contribution,
Chunk<I> inputs) |
Modifier and Type | Method and Description |
---|---|
protected Chunk<O> |
SimpleChunkProcessor.getAdjustedOutputs(Chunk<I> inputs,
Chunk<O> outputs)
Extension point for subclasses that want to adjust the outputs based on
additional saved data in the inputs.
|
protected Chunk<O> |
SimpleChunkProcessor.getAdjustedOutputs(Chunk<I> inputs,
Chunk<O> outputs)
Extension point for subclasses that want to adjust the outputs based on
additional saved data in the inputs.
|
protected Chunk<O> |
FaultTolerantChunkProcessor.getAdjustedOutputs(Chunk<I> inputs,
Chunk<O> outputs) |
protected Chunk<O> |
FaultTolerantChunkProcessor.getAdjustedOutputs(Chunk<I> inputs,
Chunk<O> outputs) |
protected int |
SimpleChunkProcessor.getFilterCount(Chunk<I> inputs,
Chunk<O> outputs)
Extension point for subclasses to calculate the filter count.
|
protected int |
SimpleChunkProcessor.getFilterCount(Chunk<I> inputs,
Chunk<O> outputs)
Extension point for subclasses to calculate the filter count.
|
protected int |
FaultTolerantChunkProcessor.getFilterCount(Chunk<I> inputs,
Chunk<O> outputs) |
protected int |
FaultTolerantChunkProcessor.getFilterCount(Chunk<I> inputs,
Chunk<O> outputs) |
protected void |
SimpleChunkProcessor.initializeUserData(Chunk<I> inputs)
Extension point for subclasses to allow them to memorise the contents of
the inputs, in case they are needed for accounting purposes later.
|
protected void |
FaultTolerantChunkProcessor.initializeUserData(Chunk<I> inputs) |
protected boolean |
SimpleChunkProcessor.isComplete(Chunk<I> inputs)
Extension point for subclasses that want to store additional data in the
inputs.
|
protected boolean |
FaultTolerantChunkProcessor.isComplete(Chunk<I> inputs) |
void |
SimpleChunkProvider.postProcess(StepContribution contribution,
Chunk<I> chunk) |
void |
FaultTolerantChunkProvider.postProcess(StepContribution contribution,
Chunk<I> chunk) |
void |
ChunkProvider.postProcess(StepContribution contribution,
Chunk<T> chunk) |
void |
SimpleChunkProcessor.process(StepContribution contribution,
Chunk<I> inputs) |
void |
ChunkProcessor.process(StepContribution contribution,
Chunk<I> chunk) |
protected I |
SimpleChunkProvider.read(StepContribution contribution,
Chunk<I> chunk)
Delegates to
SimpleChunkProvider.doRead() . |
protected I |
FaultTolerantChunkProvider.read(StepContribution contribution,
Chunk<I> chunk) |
protected Chunk<O> |
SimpleChunkProcessor.transform(StepContribution contribution,
Chunk<I> inputs) |
protected Chunk<O> |
FaultTolerantChunkProcessor.transform(StepContribution contribution,
Chunk<I> inputs) |
protected void |
SimpleChunkProcessor.write(StepContribution contribution,
Chunk<I> inputs,
Chunk<O> outputs)
Simple implementation delegates to the
SimpleChunkProcessor.doWrite(List) method and
increments the write count in the contribution. |
protected void |
SimpleChunkProcessor.write(StepContribution contribution,
Chunk<I> inputs,
Chunk<O> outputs)
Simple implementation delegates to the
SimpleChunkProcessor.doWrite(List) method and
increments the write count in the contribution. |
protected void |
FaultTolerantChunkProcessor.write(StepContribution contribution,
Chunk<I> inputs,
Chunk<O> outputs) |
protected void |
FaultTolerantChunkProcessor.write(StepContribution contribution,
Chunk<I> inputs,
Chunk<O> outputs) |
Copyright © 2014 Pivotal. All rights reserved.