Classes in
org.apache.flink.api.common
that implement
Pipeline
Modifier and Type
Class and Description
class
This class represents Flink programs, in the form of dataflow plans.
Methods in
org.apache.flink.client
with parameters of type
Pipeline
Modifier and Type
Method and Description
boolean
StreamGraphTranslator.
canTranslate
(
Pipeline
pipeline)
boolean
FlinkPipelineTranslator.
canTranslate
(
Pipeline
pipeline)
boolean
PlanTranslator.
canTranslate
(
Pipeline
pipeline)
static
JobGraph
FlinkPipelineTranslationUtil.
getJobGraph
(
Pipeline
pipeline,
Configuration
optimizerConfiguration,
int defaultParallelism)
static
JobGraph
FlinkPipelineTranslationUtil.
getJobGraphUnderUserClassLoader
(
ClassLoader
userClassloader,
Pipeline
pipeline,
Configuration
configuration,
int defaultParallelism)
JobGraph
StreamGraphTranslator.
translateToJobGraph
(
Pipeline
pipeline,
Configuration
optimizerConfiguration,
int defaultParallelism)
JobGraph
FlinkPipelineTranslator.
translateToJobGraph
(
Pipeline
pipeline,
Configuration
optimizerConfiguration,
int defaultParallelism)
JobGraph
PlanTranslator.
translateToJobGraph
(
Pipeline
pipeline,
Configuration
optimizerConfiguration,
int defaultParallelism)
static
String
FlinkPipelineTranslationUtil.
translateToJSONExecutionPlan
(
Pipeline
pipeline)
Extracts the execution plan (as JSON) from the given
Pipeline
.
String
StreamGraphTranslator.
translateToJSONExecutionPlan
(
Pipeline
pipeline)
String
FlinkPipelineTranslator.
translateToJSONExecutionPlan
(
Pipeline
pipeline)
Extracts the execution plan (as JSON) from the given
Pipeline
.
String
PlanTranslator.
translateToJSONExecutionPlan
(
Pipeline
pipeline)
Methods in
org.apache.flink.client.deployment.application.executors
with parameters of type
Pipeline
Modifier and Type
Method and Description
CompletableFuture
<
JobClient
>
EmbeddedExecutor.
execute
(
Pipeline
pipeline,
Configuration
configuration,
ClassLoader
userCodeClassloader)
Methods in
org.apache.flink.client.deployment.executors
with parameters of type
Pipeline
Modifier and Type
Method and Description
CompletableFuture
<
JobClient
>
LocalExecutor.
execute
(
Pipeline
pipeline,
Configuration
configuration,
ClassLoader
userCodeClassloader)
CompletableFuture
<
JobClient
>
AbstractJobClusterExecutor.
execute
(
Pipeline
pipeline,
Configuration
configuration,
ClassLoader
userCodeClassloader)
CompletableFuture
<
JobClient
>
AbstractSessionClusterExecutor.
execute
(
Pipeline
pipeline,
Configuration
configuration,
ClassLoader
userCodeClassloader)
static
JobGraph
PipelineExecutorUtils.
getJobGraph
(
Pipeline
pipeline,
Configuration
configuration)
Methods in
org.apache.flink.client.program
that return
Pipeline
Modifier and Type
Method and Description
Pipeline
OptimizerPlanEnvironment.
getPipeline
()
Pipeline
StreamPlanEnvironment.
getPipeline
()
static
Pipeline
PackagedProgramUtils.
getPipelineFromProgram
(
PackagedProgram
program,
Configuration
configuration,
int parallelism,
boolean suppressOutput)
Methods in
org.apache.flink.core.execution
with parameters of type
Pipeline
Modifier and Type
Method and Description
CompletableFuture
<
JobClient
>
PipelineExecutor.
execute
(
Pipeline
pipeline,
Configuration
configuration,
ClassLoader
userCodeClassloader)
Executes a
Pipeline
based on the provided configuration and returns a
JobClient
which allows to interact with the job being executed, e.g.
Classes in
org.apache.flink.streaming.api.graph
that implement
Pipeline
Modifier and Type
Class and Description
class
StreamGraph
Class representing the streaming topology.
Methods in
org.apache.flink.table.api.bridge.java.internal
that return
Pipeline
Modifier and Type
Method and Description
Pipeline
StreamTableEnvironmentImpl.
getPipeline
(
String
jobName)
This method is used for sql client to submit job.
Methods in
org.apache.flink.table.client.gateway.local
that return
Pipeline
Modifier and Type
Method and Description
Pipeline
ExecutionContext.
createPipeline
(
String
name)
Constructors in
org.apache.flink.table.client.gateway.local
with parameters of type
Pipeline
Constructor and Description
ProgramDeployer
(
Configuration
configuration,
String
jobName,
Pipeline
pipeline,
ClassLoader
userCodeClassloader)
Deploys a table program on the cluster.
Methods in
org.apache.flink.table.delegation
that return
Pipeline
Modifier and Type
Method and Description
Pipeline
Executor.
createPipeline
(
List
<
Transformation
<?>> transformations,
TableConfig
tableConfig,
String
jobName)
Translates the given transformations to a Pipeline.
Methods in
org.apache.flink.table.delegation
with parameters of type
Pipeline
Modifier and Type
Method and Description
JobExecutionResult
Executor.
execute
(
Pipeline
pipeline)
Executes the given pipeline.
JobClient
Executor.
executeAsync
(
Pipeline
pipeline)
Executes the given pipeline asynchronously.
Methods in
org.apache.flink.table.executor
that return
Pipeline
Modifier and Type
Method and Description
Pipeline
StreamExecutor.
createPipeline
(
List
<
Transformation
<?>> transformations,
TableConfig
tableConfig,
String
jobName)
Methods in
org.apache.flink.table.executor
with parameters of type
Pipeline
Modifier and Type
Method and Description
JobExecutionResult
StreamExecutor.
execute
(
Pipeline
pipeline)
JobClient
StreamExecutor.
executeAsync
(
Pipeline
pipeline)
Methods in
org.apache.flink.table.planner.delegation
that return
Pipeline
Modifier and Type
Method and Description
Pipeline
BatchExecutor.
createPipeline
(
List
<
Transformation
<?>> transformations,
TableConfig
tableConfig,
String
jobName)
Pipeline
StreamExecutor.
createPipeline
(
List
<
Transformation
<?>> transformations,
TableConfig
tableConfig,
String
jobName)
Methods in
org.apache.flink.table.planner.delegation
with parameters of type
Pipeline
Modifier and Type
Method and Description
JobExecutionResult
ExecutorBase.
execute
(
Pipeline
pipeline)
JobClient
ExecutorBase.
executeAsync
(
Pipeline
pipeline)