OPEN - issue BATCH-767: Update documentation for M2
http://jira.springframework.org/browse/BATCH-767 Updated chapter 2 to make sure JobExecution and StepExecution properties included the newest additions in M2.
This commit is contained in:
@@ -320,6 +320,20 @@
|
||||
by the framework for managing job level
|
||||
ExecutionContexts.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>lastUpdated</entry>
|
||||
|
||||
<entry>A <classname>java.util.Date</classname> representing the
|
||||
last time a JobExecution was persisted.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>executionContext</entry>
|
||||
|
||||
<entry>The 'property bag' containing any user data that needs to
|
||||
be persisted between executions.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
@@ -680,6 +694,20 @@
|
||||
be persisted between executions.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>readCount</entry>
|
||||
|
||||
<entry>The number of items that have been successfully
|
||||
read</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>writeCount</entry>
|
||||
|
||||
<entry>The number of items that have been successfully
|
||||
written</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>commitCount</entry>
|
||||
|
||||
@@ -687,13 +715,6 @@
|
||||
execution</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>itemCount</entry>
|
||||
|
||||
<entry>The number of items that have been processed for this
|
||||
execution.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>rollbackCount</entry>
|
||||
|
||||
@@ -708,6 +729,20 @@
|
||||
failed, resulting in a skipped item.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>processSkipCount</entry>
|
||||
|
||||
<entry>The number of times process has failed, resulting in a
|
||||
skipped item.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>filterCount</entry>
|
||||
|
||||
<entry>The number of items that have been 'filtered' by the
|
||||
ItemProcessor</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>writeSkipCount</entry>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user