Uses of Enum Class
jakarta.batch.api.partition.PartitionReducer.PartitionStatus
Package
Description
Provides APIs for artifacts specific to a Batch partitioned step.
-
Uses of PartitionReducer.PartitionStatus in jakarta.batch.api.partition
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PartitionReducer.PartitionStatus[]
PartitionReducer.PartitionStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AbstractPartitionReducer.afterPartitionedStepCompletion
(PartitionReducer.PartitionStatus status) Override this method to take action after partitioned step processing ends.void
PartitionReducer.afterPartitionedStepCompletion
(PartitionReducer.PartitionStatus status) The afterPartitionedStepCompletion method receives control at the end of a partition processing.