public abstract class AbstractPartitionReducer extends ObjectSE implements PartitionReducer
PartitionReducer.PartitionStatus| コンストラクターと説明 |
|---|
AbstractPartitionReducer() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPartitionedStepCompletion(PartitionReducer.PartitionStatus status) このメソッドをオーバーライドして、パーティション化されたステップの処理が終了した後にアクションを実行します。 |
void | beforePartitionedStepCompletion() このメソッドをオーバーライドして、通常のパーティション化されたステップ処理が終了する前にアクションを実行します。 |
void | beginPartitionedStep() このメソッドをオーバーライドして、パーティション化されたステップ処理を開始する前にアクションを実行します。 |
void | rollbackPartitionedStep() パーティション化されたステップがロールバックしているときにアクションを実行するには、このメソッドをオーバーライドします。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic void beginPartitionedStep()
throws ExceptionSEPartitionReducer の beginPartitionedStep ExceptionSE - エラーが発生した場合にスローされます。public void beforePartitionedStepCompletion()
throws ExceptionSEPartitionReducer の beforePartitionedStepCompletion ExceptionSE - エラーが発生した場合にスローされます。public void rollbackPartitionedStep()
throws ExceptionSEPartitionReducer の rollbackPartitionedStep ExceptionSE - エラーが発生した場合にスローされます。public void afterPartitionedStepCompletion(PartitionReducer.PartitionStatus status) throws ExceptionSE
PartitionReducer の afterPartitionedStepCompletion status - 分割されたステップの結果を指定します。値は "COMMIT" または "ROLLBACK" です。ExceptionSE - エラーが発生した場合にスローされます。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.