@Internal public class CollectionPipelineExecutor extends Object implements org.apache.flink.core.execution.PipelineExecutor
PipelineExecutor
for serial, local, collection-based executions of Flink programs.Constructor and Description |
---|
CollectionPipelineExecutor() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<org.apache.flink.core.execution.JobClient> |
execute(org.apache.flink.api.dag.Pipeline pipeline,
org.apache.flink.configuration.Configuration configuration) |
public static final String NAME
public CompletableFuture<org.apache.flink.core.execution.JobClient> execute(org.apache.flink.api.dag.Pipeline pipeline, org.apache.flink.configuration.Configuration configuration) throws Exception
execute
in interface org.apache.flink.core.execution.PipelineExecutor
Exception
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.