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