| Package | Description |
|---|---|
| org.easybatch.core.filter |
This package contains built-in implementations of the
RecordFilter interface. |
| org.easybatch.core.mapper |
This package contains built-in object mapping support.
|
| org.easybatch.core.marshaller |
This package contains marshaller API.
|
| org.easybatch.core.processor |
This package contains built-in implementations of the
RecordProcessor interface. |
| org.easybatch.core.reader |
This package contains built-in implementations of the
RecordReader interface. |
| org.easybatch.core.record |
This package contains several convenient implementations of the
Record interface. |
| org.easybatch.core.validator |
This package contains validator API.
|
| org.easybatch.core.writer |
This package contains built-in implementations of the
RecordWriter interface. |
| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchFilter.processRecord(Batch batch) |
| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchFilter.processRecord(Batch batch) |
| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchMapper.processRecord(Batch batch) |
| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchMapper.processRecord(Batch batch) |
| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchMarshaller.processRecord(Batch batch) |
| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchMarshaller.processRecord(Batch batch) |
| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchProcessor.processRecord(Batch batch)
Process a batch of records.
|
| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchProcessor.processRecord(Batch batch)
Process a batch of records.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Batch |
BatchReader.readNextRecord() |
Batch |
AbstractBatchReader.readNextRecord() |
| Modifier and Type | Method and Description |
|---|---|
static List<Object> |
PayloadExtractor.extractPayloads(Batch batch)
Extract the payload form a batch of records.
|
| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchValidator.processRecord(Batch batch)
Validate a batch of records.
|
| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchValidator.processRecord(Batch batch)
Validate a batch of records.
|
| Modifier and Type | Method and Description |
|---|---|
Batch |
StringBatchWriter.processRecord(Batch batch) |
Batch |
StandardOutputBatchWriter.processRecord(Batch batch) |
Batch |
OutputStreamBatchWriter.processRecord(Batch batch) |
Batch |
FileBatchWriter.processRecord(Batch batch) |
Batch |
CollectionBatchWriter.processRecord(Batch batch) |
| Modifier and Type | Method and Description |
|---|---|
Batch |
StringBatchWriter.processRecord(Batch batch) |
Batch |
StandardOutputBatchWriter.processRecord(Batch batch) |
Batch |
OutputStreamBatchWriter.processRecord(Batch batch) |
Batch |
FileBatchWriter.processRecord(Batch batch) |
Batch |
CollectionBatchWriter.processRecord(Batch batch) |
Copyright © 2015. All Rights Reserved.