RecordProcessor interface.See: Description
| Interface | Description |
|---|---|
| ComputationalRecordProcessor<I extends Record,O extends Record,R> |
A computational record processor is a processor that performs some computation on input records.
The result of computation is returned at the end of job execution. |
| RecordProcessor<I extends Record,O extends Record> |
A record processor performs some business logic on input records and produces output records.
|
| Class | Description |
|---|---|
| BatchProcessor |
Process records in batches.
|
| RecordCollector |
Convenient processor that collects records.
|
| RecordCompactor |
Convenient processor to compact hierarchical data (Json, Xml, etc).
|
| Exception | Description |
|---|---|
| RecordProcessingException |
Exception thrown when an error occurs during record processing.
|
RecordProcessor interface.Copyright © 2015. All Rights Reserved.