Package | Description |
---|---|
javax.batch.api.partition |
Provides APIs for artifacts specific to a Batch partitioned step.
|
Modifier and Type | Method and Description |
---|---|
static PartitionReducer.PartitionStatus |
PartitionReducer.PartitionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionReducer.PartitionStatus[] |
PartitionReducer.PartitionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PartitionReducer.afterPartitionedStepCompletion(PartitionReducer.PartitionStatus status)
The afterPartitionedStepCompletion method receives control
at the end of a partition processing.
|
void |
AbstractPartitionReducer.afterPartitionedStepCompletion(PartitionReducer.PartitionStatus status)
Override this method to take action after
partitioned step processing ends.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.