Uses of Enum Class
jakarta.batch.api.partition.PartitionReducer.PartitionStatus
Packages that use PartitionReducer.PartitionStatus
Package
Description
Provides APIs for artifacts specific to a Batch partitioned step.
-
Uses of PartitionReducer.PartitionStatus in jakarta.batch.api.partition
Methods in jakarta.batch.api.partition that return PartitionReducer.PartitionStatusModifier 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.Methods in jakarta.batch.api.partition with parameters of type PartitionReducer.PartitionStatusModifier and TypeMethodDescriptionvoidAbstractPartitionReducer.afterPartitionedStepCompletion(PartitionReducer.PartitionStatus status) Override this method to take action after partitioned step processing ends.voidPartitionReducer.afterPartitionedStepCompletion(PartitionReducer.PartitionStatus status) The afterPartitionedStepCompletion method receives control at the end of a partition processing.