Uses of Interface
org.apache.nifi.repository.schema.Record
-
Uses of Record in org.apache.nifi.repository.schema
Classes in org.apache.nifi.repository.schema that implement RecordFields in org.apache.nifi.repository.schema declared as RecordMethods in org.apache.nifi.repository.schema that return RecordModifier and TypeMethodDescriptionRecordIterator.next()SingleRecordIterator.next()private RecordSchemaRecordReader.readInlineRecord(InputStream in) SchemaRecordReader.readRecord(InputStream in) Methods in org.apache.nifi.repository.schema with parameters of type RecordModifier and TypeMethodDescriptionvoidSchemaRecordWriter.writeRecord(Record record, OutputStream out) private voidSchemaRecordWriter.writeRecordFields(Record record, OutputStream out, byte[] buffer) private voidSchemaRecordWriter.writeRecordFields(Record record, RecordSchema schema, OutputStream out, byte[] buffer) Constructors in org.apache.nifi.repository.schema with parameters of type Record