Skip navigation links
C G O R 

C

CACHE_IDENTIFIER_ATTRIBUTE - Static variable in interface org.apache.nifi.serialization.RecordSchemaCacheService
 
cacheSchema(RecordSchema) - Method in interface org.apache.nifi.serialization.RecordSchemaCacheService
Updates the cache to include the given Record Schema and returns an identifier for the Schema.
createRecordReader(FlowFile, InputStream, ComponentLog) - Method in interface org.apache.nifi.serialization.RecordReaderFactory
Create a RecordReader instance to read records from specified InputStream.
createRecordReader(Map<String, String>, InputStream, long, ComponentLog) - Method in interface org.apache.nifi.serialization.RecordReaderFactory
Create a RecordReader instance to read records from specified InputStream.
createWriter(ComponentLog, RecordSchema, OutputStream) - Method in interface org.apache.nifi.serialization.RecordSetWriterFactory
createWriter(ComponentLog, RecordSchema, OutputStream, FlowFile) - Method in interface org.apache.nifi.serialization.RecordSetWriterFactory
Creates a new RecordSetWriter that is capable of writing record contents to an OutputStream.
createWriter(ComponentLog, RecordSchema, OutputStream, Map<String, String>) - Method in interface org.apache.nifi.serialization.RecordSetWriterFactory
Creates a new RecordSetWriter that is capable of writing record contents to an OutputStream.

G

getSchema(String) - Method in interface org.apache.nifi.serialization.RecordSchemaCacheService
Returns the Schema with the given identifier, if it can be found in the cache.
getSchema(Map<String, String>, RecordSchema) - Method in interface org.apache.nifi.serialization.RecordSetWriterFactory
Returns the Schema that will be used for writing Records.

O

org.apache.nifi.serialization - package org.apache.nifi.serialization
 

R

RecordReaderFactory - Interface in org.apache.nifi.serialization
A Controller Service that is responsible for creating a RecordReader.
RecordSchemaCacheService - Interface in org.apache.nifi.serialization
 
RecordSetWriterFactory - Interface in org.apache.nifi.serialization
A Controller Service that is responsible for creating a RecordSetWriter.
C G O R 
Skip navigation links

Copyright © 2021 Apache NiFi Project. All rights reserved.