Package io.github.jchejarla.springbatch.clustering.partition.impl


package io.github.jchejarla.springbatch.clustering.partition.impl
Built-in partition-assignment strategies: round-robin, fixed-node-count, and least-loaded.

Each maps the work units produced by the partitioner onto the available nodes; the strategy is selected at runtime via the partitioner's chosen PartitionStrategy. The least-loaded strategy is load-aware, using the live per-node load reported in BATCH_NODES.