Modifier and Type | Field and Description |
---|---|
private RecordSet |
original |
private Record |
pushback |
Constructor and Description |
---|
PushBackRecordSet(RecordSet original) |
Modifier and Type | Method and Description |
---|---|
RecordSchema |
getSchema() |
boolean |
isAnotherRecord() |
Record |
next() |
void |
pushback(Record record) |
public PushBackRecordSet(RecordSet original)
public RecordSchema getSchema() throws IOException
getSchema
in interface RecordSet
RecordSchema
that applies to the records in this RecordSetIOException
public Record next() throws IOException
next
in interface RecordSet
Record
in the set or null
if there are no more recordsIOException
public void pushback(Record record)
public boolean isAnotherRecord() throws IOException
IOException
Copyright © 2021 Apache NiFi Project. All rights reserved.