Uses of Interface
org.apache.flink.core.execution.PipelineExecutor
-
Packages that use PipelineExecutor Package Description org.apache.flink.core.execution -
-
Uses of PipelineExecutor in org.apache.flink.core.execution
Subinterfaces of PipelineExecutor in org.apache.flink.core.execution Modifier and Type Interface Description interfaceCacheSupportedPipelineExecutorThe pipeline executor that support caching intermediate dataset.Methods in org.apache.flink.core.execution that return PipelineExecutor Modifier and Type Method Description PipelineExecutorPipelineExecutorFactory. getExecutor(Configuration configuration)Instantiates anPipelineExecutorcompatible with the provided configuration.
-