You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@batchee.apache.org by "Reinhard Sandtner (JIRA)" <ji...@apache.org> on 2014/05/14 22:33:14 UTC

[jira] [Created] (BATCHEE-40) rename BufferedItemReader to NoStateBufferedItemReader and implement a BufferedItemReader to have one with a checkpoint

Reinhard Sandtner created BATCHEE-40:
----------------------------------------

             Summary: rename BufferedItemReader to NoStateBufferedItemReader and implement a BufferedItemReader<R, C> to have one with a checkpoint
                 Key: BATCHEE-40
                 URL: https://issues.apache.org/jira/browse/BATCHEE-40
             Project: BatchEE
          Issue Type: Improvement
          Components: batchee-extensions
    Affects Versions: 0.2-incubating
            Reporter: Reinhard Sandtner
            Priority: Minor


currently the BufferedItemReader<R> extends NoStateTypedItemReader<R> but we also need a BufferedItemReader which has a 'state'.

The problem is how to get the last processed index.
i.e. we can count the number of chunks and on restart we calculate where to continue





--
This message was sent by Atlassian JIRA
(v6.2#6252)