Class ArrayListRecordReader.ArrayListReader
java.lang.Object
org.apache.nifi.serialization.record.ArrayListRecordReader.ArrayListReader
- All Implemented Interfaces:
Closeable,AutoCloseable,RecordReader
- Enclosing class:
ArrayListRecordReader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()nextRecord(boolean coerceTypes, boolean dropUnknownFields) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.nifi.serialization.RecordReader
createRecordSet, nextRecord
-
Field Details
-
schema
-
itr
-
in
-
-
Constructor Details
-
ArrayListReader
-
-
Method Details
-
nextRecord
- Specified by:
nextRecordin interfaceRecordReader
-
getSchema
- Specified by:
getSchemain interfaceRecordReader
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-