public class WrapperJoinStrategy extends IndexCorrelatedJoinStrategy
| Modifier and Type | Field and Description |
|---|---|
private static String |
ENRICHMENT_FIELD_NAME |
private static String |
ORIGINAL_FIELD_NAME |
| Constructor and Description |
|---|
WrapperJoinStrategy(ComponentLog logger) |
| Modifier and Type | Method and Description |
|---|---|
protected Record |
combineRecords(Record originalRecord,
Record enrichmentRecord,
RecordSchema resultSchema) |
protected RecordSchema |
createResultSchema(Record firstOriginalRecord,
Record firstEnrichmentRecord) |
getLogger, joinprivate static final String ORIGINAL_FIELD_NAME
private static final String ENRICHMENT_FIELD_NAME
public WrapperJoinStrategy(ComponentLog logger)
protected Record combineRecords(Record originalRecord, Record enrichmentRecord, RecordSchema resultSchema)
combineRecords in class IndexCorrelatedJoinStrategyprotected RecordSchema createResultSchema(Record firstOriginalRecord, Record firstEnrichmentRecord)
createResultSchema in class IndexCorrelatedJoinStrategyCopyright © 2023 Apache NiFi Project. All rights reserved.