Uses of Interface
javax.batch.api.partition.PartitionPlan
-
Packages that use PartitionPlan Package Description javax.batch.api.partition Provides APIs for artifacts specific to a Batch partitioned step. -
-
Uses of PartitionPlan in javax.batch.api.partition
Classes in javax.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 javax.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.
-