@PublicEvolving
public class StreamPlanEnvironment
extends org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
StreamExecutionEnvironment that is used in the web frontend when generating a
user-inspectable graph of a streaming job.| Constructor and Description |
|---|
StreamPlanEnvironment(org.apache.flink.configuration.Configuration configuration,
ClassLoader userClassLoader,
int parallelism) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.core.execution.JobClient |
executeAsync(org.apache.flink.streaming.api.graph.StreamGraph streamGraph) |
org.apache.flink.api.dag.Pipeline |
getPipeline() |
void |
setAsContext() |
void |
unsetAsContext() |
addDefaultKryoSerializer, addDefaultKryoSerializer, addOperator, addSource, addSource, addSource, addSource, clean, clearJobListeners, configure, createInput, createInput, createLocalEnvironment, createLocalEnvironment, createLocalEnvironment, createLocalEnvironment, createLocalEnvironmentWithWebUI, createRemoteEnvironment, createRemoteEnvironment, createRemoteEnvironment, disableOperatorChaining, enableCheckpointing, enableCheckpointing, enableCheckpointing, enableCheckpointing, execute, execute, execute, executeAsync, executeAsync, fromCollection, fromCollection, fromCollection, fromCollection, fromElements, fromElements, fromParallelCollection, fromParallelCollection, fromSequence, fromSource, fromSource, generateSequence, getBufferTimeout, getCachedFiles, getCheckpointConfig, getCheckpointingMode, getCheckpointInterval, getConfig, getConfiguration, getDefaultLocalParallelism, getDefaultSavepointDirectory, getExecutionEnvironment, getExecutionEnvironment, getExecutionPlan, getJobListeners, getMaxParallelism, getNumberOfExecutionRetries, getParallelism, getRestartStrategy, getStateBackend, getStreamGraph, getStreamGraph, getStreamGraph, getStreamTimeCharacteristic, getUserClassloader, initializeContextEnvironment, isChainingEnabled, isForceCheckpointing, isForceUnalignedCheckpoints, isUnalignedCheckpointsEnabled, readFile, readFile, readFile, readFile, readFileStream, readTextFile, readTextFile, registerCachedFile, registerCachedFile, registerJobListener, registerType, registerTypeWithKryoSerializer, registerTypeWithKryoSerializer, resetContextEnvironment, setBufferTimeout, setDefaultLocalParallelism, setDefaultSavepointDirectory, setDefaultSavepointDirectory, setDefaultSavepointDirectory, setMaxParallelism, setNumberOfExecutionRetries, setParallelism, setRestartStrategy, setRuntimeMode, setStateBackend, setStreamTimeCharacteristic, socketTextStream, socketTextStream, socketTextStream, socketTextStream, socketTextStreampublic StreamPlanEnvironment(org.apache.flink.configuration.Configuration configuration,
ClassLoader userClassLoader,
int parallelism)
public org.apache.flink.api.dag.Pipeline getPipeline()
public org.apache.flink.core.execution.JobClient executeAsync(org.apache.flink.streaming.api.graph.StreamGraph streamGraph)
executeAsync in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironmentpublic void setAsContext()
public void unsetAsContext()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.