| 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 RecordSetRecordSchema that applies to the records in this RecordSetIOExceptionpublic Record next() throws IOException
next in interface RecordSetRecord in the set or null if there are no more recordsIOExceptionpublic void pushback(Record record)
public boolean isAnotherRecord()
throws IOException
IOExceptionCopyright © 2021 Apache NiFi Project. All rights reserved.