C - type of collectorpublic class GeneratedCollector<C extends org.apache.flink.util.Collector<?>> extends GeneratedClass<C>
Collector.| Constructor and Description |
|---|
GeneratedCollector(String className,
String code,
Object[] references) |
GeneratedCollector(String className,
String code,
Object[] references,
org.apache.flink.configuration.ReadableConfig conf)
Creates a GeneratedCollector.
|
compile, getClass, getClassName, getCode, getReferences, newInstance, newInstance@VisibleForTesting public GeneratedCollector(String className, String code, Object[] references)
public GeneratedCollector(String className, String code, Object[] references, org.apache.flink.configuration.ReadableConfig conf)
className - class name of the generated Collector.code - code of the generated Collector.references - referenced objects of the generated Collector.conf - configuration when generating Collector.Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.