Uses of Interface
org.springframework.batch.core.partition.support.Partitioner
Packages that use Partitioner
Package
Description
Parsers for XML based configuration
Implementation of common partition components.
Step level builders for java based job configuration.
-
Uses of Partitioner in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml with parameters of type PartitionerModifier and TypeMethodDescriptionvoidStepParserStepFactoryBean.setPartitioner(Partitioner partitioner) -
Uses of Partitioner in org.springframework.batch.core.partition.support
Classes in org.springframework.batch.core.partition.support that implement PartitionerModifier and TypeClassDescriptionclassImplementation ofPartitionerthat locates multiple resources and associates their file names with execution context keys.classSimplest possible implementation ofPartitioner.Methods in org.springframework.batch.core.partition.support with parameters of type PartitionerModifier and TypeMethodDescriptionvoidSimpleStepExecutionSplitter.setPartitioner(Partitioner partitioner) ThePartitionerthat will be used to generate step execution meta data for the target step.Constructors in org.springframework.batch.core.partition.support with parameters of type PartitionerModifierConstructorDescriptionSimpleStepExecutionSplitter(JobRepository jobRepository, boolean allowStartIfComplete, String stepName, Partitioner partitioner) Construct aSimpleStepExecutionSplitterfrom its mandatory properties. -
Uses of Partitioner in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder that return PartitionerMethods in org.springframework.batch.core.step.builder with parameters of type PartitionerModifier and TypeMethodDescriptionPartitionStepBuilder.partitioner(String workerStepName, Partitioner partitioner) Add a partitioner which can be used to create aStepExecutionSplitter.StepBuilder.partitioner(String stepName, Partitioner partitioner) Create a partition step builder for a remote (or local) step.