Uses of Class
org.apache.flink.api.common.ExecutionConfig.ClosureCleanerLevel
-
Packages that use ExecutionConfig.ClosureCleanerLevel Package Description org.apache.flink.api.common org.apache.flink.api.java org.apache.flink.configuration -
-
Uses of ExecutionConfig.ClosureCleanerLevel in org.apache.flink.api.common
Methods in org.apache.flink.api.common that return ExecutionConfig.ClosureCleanerLevel Modifier and Type Method Description ExecutionConfig.ClosureCleanerLevelExecutionConfig. getClosureCleanerLevel()Returns the configuredExecutionConfig.ClosureCleanerLevel.static ExecutionConfig.ClosureCleanerLevelExecutionConfig.ClosureCleanerLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionConfig.ClosureCleanerLevel[]ExecutionConfig.ClosureCleanerLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.api.common with parameters of type ExecutionConfig.ClosureCleanerLevel Modifier and Type Method Description ExecutionConfigExecutionConfig. setClosureCleanerLevel(ExecutionConfig.ClosureCleanerLevel level)Configures the closure cleaner. -
Uses of ExecutionConfig.ClosureCleanerLevel in org.apache.flink.api.java
Methods in org.apache.flink.api.java with parameters of type ExecutionConfig.ClosureCleanerLevel Modifier and Type Method Description static voidClosureCleaner. clean(Object func, ExecutionConfig.ClosureCleanerLevel level, boolean checkSerializable)Tries to clean the closure of the given object, if the object is a non-static inner class. -
Uses of ExecutionConfig.ClosureCleanerLevel in org.apache.flink.configuration
Fields in org.apache.flink.configuration with type parameters of type ExecutionConfig.ClosureCleanerLevel Modifier and Type Field Description static ConfigOption<ExecutionConfig.ClosureCleanerLevel>PipelineOptions. CLOSURE_CLEANER_LEVEL
-