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.
Remote partitioning components.
-
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. -
Uses of PartitionHandler in org.springframework.batch.integration.partition
Classes in org.springframework.batch.integration.partition that implement PartitionHandlerModifier and TypeClassDescriptionclassAPartitionHandlerthat usesMessageChannelinstances to send instructions to remote workers and receive their responses.Methods in org.springframework.batch.integration.partition with parameters of type PartitionHandlerModifier and TypeMethodDescriptionRemotePartitioningManagerStepBuilder.partitionHandler(PartitionHandler partitionHandler) This method will throw aUnsupportedOperationExceptionsince the partition handler of the manager step will be automatically set to an instance ofMessageChannelPartitionHandler.