Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | afterPartitionedStepCompletion(PartitionReducer.
specifies the outcome of the partitioned step.
Values are "COMMIT" or "ROLLBACK". statusImplements jakarta. |
public void | beforePartitionedStepCompletion()
Implements jakarta. |
public void | beginPartitionedStep()
Implements jakarta. |
public void | rollbackPartitionedStep()
Implements jakarta. |
AbstractPartitionReducer | back to summary |
---|---|
public AbstractPartitionReducer() |
afterPartitionedStepCompletion | back to summary |
---|---|
public void afterPartitionedStepCompletion(PartitionReducer. Implements jakarta. Override this method to take action after partitioned step processing ends.
|
beforePartitionedStepCompletion | back to summary |
---|---|
public void beforePartitionedStepCompletion() throws Exception Implements jakarta. Override this method to take action before normal partitioned step processing ends. |
beginPartitionedStep | back to summary |
---|---|
public void beginPartitionedStep() throws Exception Implements jakarta. Override this method to take action before partitioned step processing begins. |
rollbackPartitionedStep | back to summary |
---|---|
public void rollbackPartitionedStep() throws Exception Implements jakarta. Override this method to take action when a partitioned step is rolling back. |