@NonNullApi
程序包 org.springframework.batch.integration.partition
Remote partitioning components.
- 作者:
- Michael Minella, Mahmoud Ben Hassine
类概要 类 说明 BeanFactoryStepLocator AStepLocatorimplementation that just looks in its enclosing bean factory for components of typeStep.MessageChannelPartitionHandler APartitionHandlerthat usesMessageChannelinstances to send instructions to remote workers and receive their responses.RemotePartitioningMasterStepBuilder Builder for a master step in a remote partitioning setup.RemotePartitioningMasterStepBuilderFactory Convenient factory for aRemotePartitioningMasterStepBuilderwhich sets theJobRepository,JobExplorer,BeanFactoryandPlatformTransactionManagerautomatically.RemotePartitioningWorkerStepBuilder Builder for a worker step in a remote partitioning setup.RemotePartitioningWorkerStepBuilderFactory Convenient factory for aRemotePartitioningWorkerStepBuilderwhich sets theJobRepository,JobExplorer,BeanFactoryandPlatformTransactionManagerautomatically.StepExecutionRequest Class encapsulating information required to request a step execution in a remote partitioning setup.StepExecutionRequestHandler