Record interface.See: Description
| Interface | Description |
|---|---|
| Record<P> |
Interface for input records.
A record can be: A line in a flat file A tag in a xml file A row in a database table A file in a directory A message in a queue etc |
| Class | Description |
|---|---|
| Batch |
A batch contains a list of records.
|
| FileRecord |
Record representing a file in a directory.
|
| GenericRecord<P> |
General purpose record implementation.
|
| Header |
The record header contains metadata about the record.
|
| PayloadExtractor |
Utility class to extract payloads from records and batches.
|
| PoisonRecord |
A marker record that serves as End-Of-Stream record or Poison Record.
|
| StringRecord |
A
Record implementation that has textual data as raw content. |
Record interface.Copyright © 2015. All Rights Reserved.