Class ArrayListRecordWriter

java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.controller.AbstractControllerService
org.apache.nifi.serialization.record.ArrayListRecordWriter
All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent, org.apache.nifi.controller.ControllerService, RecordSetWriterFactory

public class ArrayListRecordWriter extends org.apache.nifi.controller.AbstractControllerService implements RecordSetWriterFactory
An implementation that is suitable for testing that does not serialize the data to an Output Stream but instead just buffers the data into an ArrayList and then provides that List of written records to the user.