Package | Description |
---|---|
org.apache.nifi.serialization | |
org.apache.nifi.serialization.record | |
org.apache.nifi.serialization.record.util | |
org.apache.nifi.serialization.record.validation |
Modifier and Type | Method and Description |
---|---|
default Record |
RecordReader.nextRecord()
Returns the next record in the stream or
null if no more records are available. |
Record |
RecordReader.nextRecord(boolean coerceTypes,
boolean dropUnknownFields)
Reads the next record from the underlying stream.
|
Modifier and Type | Method and Description |
---|---|
WriteResult |
RecordWriter.write(Record record)
Writes the given record to the underlying stream
|
WriteResult |
AbstractRecordSetWriter.write(Record record) |
protected abstract Map<String,String> |
AbstractRecordSetWriter.writeRecord(Record record) |
Modifier and Type | Class and Description |
---|---|
class |
MapRecord |
Modifier and Type | Field and Description |
---|---|
private Record |
PushBackRecordSet.pushback |
Modifier and Type | Field and Description |
---|---|
private Iterator<Record> |
ListRecordSet.recordItr |
Modifier and Type | Method and Description |
---|---|
protected Record |
ResultSetRecordSet.createRecord(ResultSet rs) |
Record |
Record.getAsRecord(String fieldName,
RecordSchema schema) |
Record |
MapRecord.getAsRecord(String fieldName,
RecordSchema schema) |
Record |
ResultSetRecordSet.next() |
Record |
PushBackRecordSet.next() |
Record |
ListRecordSet.next() |
Record |
RecordSet.next() |
Modifier and Type | Method and Description |
---|---|
static RecordSet |
RecordSet.of(RecordSchema schema,
Record... records) |
void |
PushBackRecordSet.pushback(Record record) |
WriteResult |
RawRecordWriter.writeRawRecord(Record record)
Writes the given result set to the underlying stream
|
Constructor and Description |
---|
ListRecordSet(RecordSchema schema,
List<Record> records) |
Modifier and Type | Method and Description |
---|---|
static Record |
DataTypeUtils.toRecord(Object value,
RecordSchema recordSchema,
String fieldName) |
static Record |
DataTypeUtils.toRecord(Object value,
RecordSchema recordSchema,
String fieldName,
Charset charset) |
static Record |
DataTypeUtils.toRecord(Object value,
String fieldName) |
static Record |
DataTypeUtils.toRecord(Object value,
String fieldName,
Charset charset) |
Modifier and Type | Method and Description |
---|---|
SchemaValidationResult |
RecordSchemaValidator.validate(Record record) |
Copyright © 2021 Apache NiFi Project. All rights reserved.