Class CollectionExecutor
- java.lang.Object
-
- org.apache.flink.api.common.operators.CollectionExecutor
-
@Internal public class CollectionExecutor extends Object
Execution utility for serial, local, collection-based executions of Flink programs.
-
-
Constructor Summary
Constructors Constructor Description CollectionExecutor(ExecutionConfig executionConfig)
-
-
-
Constructor Detail
-
CollectionExecutor
public CollectionExecutor(ExecutionConfig executionConfig)
-
-
Method Detail
-
execute
public JobExecutionResult execute(Plan program) throws Exception
- Throws:
Exception
-
-