JavaScript is disabled on your browser.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
javax.batch.api.partition
Interface PartitionMapper
-
-
Method Summary
All Methods
Modifier and Type |
Method and Description |
PartitionPlan |
mapPartitions ()
The mapPartitions method that receives control at the
start of partitioned step processing.
|
-
-
Method Detail
-
mapPartitions
PartitionPlan mapPartitions()
throws Exception
The mapPartitions method that receives control at the
start of partitioned step processing. The method
returns a PartitionPlan, which specifies the batch properties
for each partition.
- Returns:
- partition plan for a partitioned step.
- Throws:
Exception
- is thrown if an error occurs.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.