Package io.github.jchejarla.springbatch.clustering.partition
package io.github.jchejarla.springbatch.clustering.partition
Master-side partitioning.
Contains the cluster-aware PartitionHandler that persists partitions, monitors their
completion, and reassigns orphaned work, together with the partition-assignment strategy
abstraction that maps work units to the currently live nodes.
-
ClassDescriptionA custom
PartitionHandlerthat coordinates partition execution across a dynamic cluster of Spring Batch nodes using a shared relational database for metadata synchronization.Maps work units onto the currently live cluster nodes.Lifecycle states of a single partition row inBATCH_PARTITIONS.