private static class UpdateDatabaseTable.OutputMetadataHolder extends Object
Modifier and Type | Field and Description |
---|---|
private Map<String,String> |
fieldMap |
private RecordSchema |
outputSchema |
Constructor and Description |
---|
OutputMetadataHolder(RecordSchema outputSchema,
Map<String,String> fieldMap) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getFieldMap() |
RecordSchema |
getOutputSchema() |
private final RecordSchema outputSchema
public OutputMetadataHolder(RecordSchema outputSchema, Map<String,String> fieldMap)
public RecordSchema getOutputSchema()
Copyright © 2024 Apache NiFi Project. All rights reserved.