RecordWriter interface.See: Description
| Interface | Description |
|---|---|
| RecordWriter<R extends Record> |
Marker interface for all record writers.
|
| Class | Description |
|---|---|
| AbstractRecordWriter<P,R extends Record<P>> |
Abstract class for record writers.
|
| BlockingQueueRecordWriter |
Write records to a
BlockingQueue. |
| CollectionBatchWriter |
Convenient processor that writes a batch of records to a
Collection. |
| CollectionRecordWriter |
Convenient processor that writes records to a
Collection. |
| FileBatchWriter |
Writes a batch of records to a file.
|
| FileRecordWriter |
Convenient processor that writes records to a file.
|
| OutputStreamBatchWriter |
Writes a batch of records to an output stream.
|
| OutputStreamRecordWriter |
Convenient processor to write the payload of a
Record to an output stream. |
| StandardOutputBatchWriter |
Writes a batch of records to the standard output.
|
| StandardOutputRecordWriter |
Convenient processor that writes the payload of a
Record to the standard output. |
| StringBatchWriter |
Writes a batch of records to a
StringWriter. |
| StringRecordWriter |
Writes record to a
StringWriter. |
| Exception | Description |
|---|---|
| RecordWritingException |
Exception thrown when an error occurs during record writing.
|
RecordWriter interface.Copyright © 2015. All Rights Reserved.