Interface | Description |
---|---|
RecordReader |
A RowRecordReader is responsible for parsing data and returning a record at a time
in order to allow the caller to iterate over the records individually.
|
RecordSetWriter |
A ResultSetWriter is responsible for writing a ResultSet to a given
OutputStream . |
RecordWriter | |
WriteResult |
Provides information about what was written to an OutputStream by a
RecordSetWriter . |
Class | Description |
---|---|
AbstractRecordSetWriter | |
SimpleRecordSchema |
Exception | Description |
---|---|
MalformedRecordException |
An Exception that can be thrown to indicate that data was read but could not properly be parsed
|
SchemaValidationException |
Copyright © 2021 Apache NiFi Project. All rights reserved.