Uses of Interface
org.apache.flink.api.common.functions.OpenContext
-
Packages that use OpenContext Package Description org.apache.flink.api.common.functions org.apache.flink.api.common.functions.util org.apache.flink.api.common.operators.base -
-
Uses of OpenContext in org.apache.flink.api.common.functions
Classes in org.apache.flink.api.common.functions that implement OpenContext Modifier and Type Class Description classDefaultOpenContextThe default implementation ofOpenContext.classWithConfigurationOpenContextA specialOpenContextfor passing configuration to udf.Fields in org.apache.flink.api.common.functions declared as OpenContext Modifier and Type Field Description static OpenContextDefaultOpenContext. INSTANCEMethods in org.apache.flink.api.common.functions with parameters of type OpenContext Modifier and Type Method Description voidAbstractRichFunction. open(OpenContext openContext)voidRichFunction. open(OpenContext openContext)Initialization method for the function.voidWrappingFunction. open(OpenContext openContext) -
Uses of OpenContext in org.apache.flink.api.common.functions.util
Methods in org.apache.flink.api.common.functions.util with parameters of type OpenContext Modifier and Type Method Description static voidFunctionUtils. openFunction(org.apache.flink.api.common.functions.Function function, OpenContext openContext) -
Uses of OpenContext in org.apache.flink.api.common.operators.base
Methods in org.apache.flink.api.common.operators.base with parameters of type OpenContext Modifier and Type Method Description voidBulkIterationBase.TerminationCriterionMapper. open(OpenContext openContext)
-