Uses of Interface
org.springframework.batch.core.partition.StepExecutionSplitter
Packages that use StepExecutionSplitter
Package
Description
Interfaces for partitioning components.
Implementation of common partition components.
Step level builders for java based job configuration.
-
Uses of StepExecutionSplitter in org.springframework.batch.core.partition
Methods in org.springframework.batch.core.partition with parameters of type StepExecutionSplitterModifier and TypeMethodDescriptionPartitionHandler.handle(StepExecutionSplitter stepSplitter, StepExecution stepExecution) Main entry point forPartitionHandlerinterface. -
Uses of StepExecutionSplitter in org.springframework.batch.core.partition.support
Classes in org.springframework.batch.core.partition.support that implement StepExecutionSplitterModifier and TypeClassDescriptionclassGeneric implementation ofStepExecutionSplitterthat delegates to aPartitionerto generateExecutionContextinstances.Methods in org.springframework.batch.core.partition.support that return StepExecutionSplitterModifier and TypeMethodDescriptionprotected StepExecutionSplitterPartitionStep.getStepExecutionSplitter()Methods in org.springframework.batch.core.partition.support with parameters of type StepExecutionSplitterModifier and TypeMethodDescriptionAbstractPartitionHandler.handle(StepExecutionSplitter stepSplitter, StepExecution managerStepExecution) voidPartitionStep.setStepExecutionSplitter(StepExecutionSplitter stepExecutionSplitter) Public setter for mandatory propertyStepExecutionSplitter. -
Uses of StepExecutionSplitter in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder that return StepExecutionSplitterModifier and TypeMethodDescriptionprotected StepExecutionSplitterPartitionStepBuilder.getSplitter()Methods in org.springframework.batch.core.step.builder with parameters of type StepExecutionSplitterModifier and TypeMethodDescriptionPartitionStepBuilder.splitter(StepExecutionSplitter splitter) Provide an explicitStepExecutionSplitterinstead of having one build from thePartitionStepBuilder.partitioner(String, Partitioner).