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.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 default voidRichFunction. open(OpenContext openContext)Initialization method for the function. -
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(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)
-