| Interface | Description |
|---|---|
| BindingMapper<T> |
Similar to a RowMapper in spring-jdbc, except this interface is for (jena) bindings.
|
| Class | Description |
|---|---|
| BatchWorkflowManager | |
| BindingMapperPassThrough | |
| ConfigBatchJobDynamic |
Source: http://robbypelssers.blogspot.de/2013/09/spring-batch-demo.html
NOTE DataSource must contain the spring batch schema
.addScript("classpath:org/springframework/batch/core/schema-drop-hsqldb.sql")
.addScript("classpath:org/springframework/batch/core/schema-hsqldb.sql")
Note: This class needs a datasource
|
| ConfigSparqlExportJob |
Source: http://robbypelssers.blogspot.de/2013/09/spring-batch-demo.html
NOTE DataSource must contain the spring batch schema
.addScript("classpath:org/springframework/batch/core/schema-drop-hsqldb.sql")
.addScript("classpath:org/springframework/batch/core/schema-hsqldb.sql")
|
| ExportProgress |
Phase 1: Counting...
|
| ItemReaderSparqlPaging<T> |
Item reader that reads a SPARQL SELECT query using pagination
|
| JsonConfigProcessor |
Context := {
context: [
myBean1: 'MyClass',
myBean2: { class: 'MyClass', args: [] }
],
}
BatchProcess := {
context: { // jobContext
},
steps: [{
context: // stepContext
}]
}
|
| LineAggregatorBindingToXml | |
| MainBatchWorkflow | |
| ResultSetXmlUtils | |
| SparqlBatchUtils | |
| SparqlExportManager | |
| TaskletSparqlCountData |
Copyright © 2015. All rights reserved.