private static interface LookupRecord.ReplacementStrategy
| Modifier and Type | Method and Description |
|---|---|
RecordSchema |
determineResultSchema(RecordReaderFactory readerFactory,
RecordSetWriterFactory writerFactory,
ProcessContext context,
ProcessSession session,
FlowFile flowFile,
LookupRecord.LookupContext lookupContext) |
int |
getLookupCount() |
Set<Relationship> |
lookup(Record record,
ProcessContext context,
LookupRecord.LookupContext lookupContext) |
Set<Relationship> lookup(Record record, ProcessContext context, LookupRecord.LookupContext lookupContext)
RecordSchema determineResultSchema(RecordReaderFactory readerFactory, RecordSetWriterFactory writerFactory, ProcessContext context, ProcessSession session, FlowFile flowFile, LookupRecord.LookupContext lookupContext) throws IOException, SchemaNotFoundException, MalformedRecordException, LookupFailureException
int getLookupCount()
Copyright © 2023 Apache NiFi Project. All rights reserved.