Interface DynamicRecordGenerator<T>
- All Superinterfaces:
- Serializable
A generator to yield 
DynamicRecord from the provided input.- 
Method SummaryModifier and TypeMethodDescriptionvoidgenerate(T inputRecord, org.apache.flink.util.Collector<DynamicRecord> out) Takes the user-defined input and yields zero, one, or multipleDynamicRecords using theCollector.default voidopen(org.apache.flink.api.common.functions.OpenContext openContext) 
- 
Method Details- 
open- Throws:
- Exception
 
- 
generateTakes the user-defined input and yields zero, one, or multipleDynamicRecords using theCollector.- Throws:
- Exception
 
 
-