Uses of Interface
jakarta.batch.api.partition.PartitionPlan
-
Packages that use PartitionPlan Package Description jakarta.batch.api.partition Provides APIs for artifacts specific to a Batch partitioned step. -
-
Uses of PartitionPlan in jakarta.batch.api.partition
Classes in jakarta.batch.api.partition that implement PartitionPlan Modifier and Type Class Description class
PartitionPlanImpl
The PartitionPlanImpl class provides a basic implementation of the PartitionPlan interface.Methods in jakarta.batch.api.partition that return PartitionPlan Modifier and Type Method Description PartitionPlan
PartitionMapper. mapPartitions()
The mapPartitions method that receives control at the start of partitioned step processing.
-