Uses of Interface
org.springframework.batch.core.partition.PartitionHandler
Packages that use PartitionHandler
Package
Description
Parsers for XML based configuration
Implementation of common partition components.
Step level builders for java based job configuration.
-
Uses of PartitionHandler in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml that return PartitionHandlerModifier and TypeMethodDescriptionprotected PartitionHandlerStepParserStepFactoryBean.getPartitionHandler()Methods in org.springframework.batch.core.configuration.xml with parameters of type PartitionHandlerModifier and TypeMethodDescriptionvoidStepParserStepFactoryBean.setPartitionHandler(PartitionHandler partitionHandler) -
Uses of PartitionHandler in org.springframework.batch.core.partition.support
Classes in org.springframework.batch.core.partition.support that implement PartitionHandlerModifier and TypeClassDescriptionclassBasePartitionHandlerimplementation providing common base features.classAPartitionHandlerthat uses aTaskExecutorto execute the partitionedSteplocally in multiple threads.Methods in org.springframework.batch.core.partition.support that return PartitionHandlerMethods in org.springframework.batch.core.partition.support with parameters of type PartitionHandlerModifier and TypeMethodDescriptionvoidPartitionStep.setPartitionHandler(PartitionHandler partitionHandler) APartitionHandlerwhich can send out step executions for remote processing and bring back the results. -
Uses of PartitionHandler in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder that return PartitionHandlerModifier and TypeMethodDescriptionprotected PartitionHandlerPartitionStepBuilder.getPartitionHandler()Methods in org.springframework.batch.core.step.builder with parameters of type PartitionHandlerModifier and TypeMethodDescriptionPartitionStepBuilder.partitionHandler(PartitionHandler partitionHandler) Provide an explicit partition handler that will carry out the work of the partition step.