Class ArrayListRecordReader
java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.controller.AbstractControllerService
org.apache.nifi.serialization.record.ArrayListRecordReader
- All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent,org.apache.nifi.controller.ControllerService,RecordReaderFactory
public class ArrayListRecordReader
extends org.apache.nifi.controller.AbstractControllerService
implements RecordReaderFactory
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionArrayListRecordReader(org.apache.nifi.serialization.record.RecordSchema schema) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRecord(org.apache.nifi.serialization.record.Record record) createRecordReader(Map<String, String> variables, InputStream in, long inputLength, org.apache.nifi.logging.ComponentLog logger) Methods inherited from class org.apache.nifi.controller.AbstractControllerService
abstractClearConfigContext, abstractStoreConfigContext, disabled, enabled, getConfigurationContext, getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, getProperty, getStateManager, init, initialize, isEnabledMethods inherited from class org.apache.nifi.components.AbstractConfigurableComponent
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, getSupportedPropertyDescriptors, hashCode, onPropertyModified, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.controller.ControllerService
initialize, isStateful, migratePropertiesMethods inherited from interface org.apache.nifi.serialization.RecordReaderFactory
createRecordReader
-
Field Details
-
records
-
schema
private final org.apache.nifi.serialization.record.RecordSchema schema
-
-
Constructor Details
-
ArrayListRecordReader
public ArrayListRecordReader(org.apache.nifi.serialization.record.RecordSchema schema)
-
-
Method Details
-
createRecordReader
public ArrayListRecordReader.ArrayListReader createRecordReader(Map<String, String> variables, InputStream in, long inputLength, org.apache.nifi.logging.ComponentLog logger) - Specified by:
createRecordReaderin interfaceRecordReaderFactory
-
addRecord
public void addRecord(org.apache.nifi.serialization.record.Record record)
-