public interface ItemReader| 修飾子と型 | メソッドと説明 |
|---|---|
SerializableSE | checkpointInfo()checkpointInfo メソッドは、このリーダーの現在のチェックポイントデータを返します。 |
void | close()close メソッドは、ItemReader の使用の終了を示します。 |
void | open(SerializableSE checkpoint)open メソッドは、リーダーがアイテムを読む準備をします。 |
ObjectSE | readItem()readItem メソッドは、チャンク処理の次の項目を返します。 |
void open(SerializableSE checkpoint) throws ExceptionSE
checkpoint - 最後のチェックポイントを指定します ExceptionSE - エラーが発生するとスローされます。void close()
throws ExceptionSEExceptionSE - エラーが発生するとスローされます。ObjectSE readItem() throws ExceptionSE
ExceptionSE - エラーが発生するとスローされます。SerializableSE checkpointInfo() throws ExceptionSE
ExceptionSE - エラーが発生するとスローされます。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.