T - @Internal
public abstract class WrappingFunction<T extends org.apache.flink.api.common.functions.Function>
extends org.apache.flink.api.common.functions.AbstractRichFunction
Function.| Modifier and Type | Field and Description |
|---|---|
protected T |
wrappedFunction |
| Modifier | Constructor and Description |
|---|---|
protected |
WrappingFunction(T wrappedFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
T |
getWrappedFunction() |
void |
open(org.apache.flink.configuration.Configuration parameters) |
void |
setRuntimeContext(org.apache.flink.api.common.functions.RuntimeContext t) |
protected T extends org.apache.flink.api.common.functions.Function wrappedFunction
protected WrappingFunction(T wrappedFunction)
public void open(org.apache.flink.configuration.Configuration parameters)
throws Exception
open in interface org.apache.flink.api.common.functions.RichFunctionopen in class org.apache.flink.api.common.functions.AbstractRichFunctionExceptionpublic void close()
throws Exception
close in interface org.apache.flink.api.common.functions.RichFunctionclose in class org.apache.flink.api.common.functions.AbstractRichFunctionExceptionpublic void setRuntimeContext(org.apache.flink.api.common.functions.RuntimeContext t)
setRuntimeContext in interface org.apache.flink.api.common.functions.RichFunctionsetRuntimeContext in class org.apache.flink.api.common.functions.AbstractRichFunctionpublic T getWrappedFunction()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.