Toggle navigation
Home
org.apache.flink.client.program.Client to org.apache.flink.client.program.ClusterClient
No. of Instances - 16
No. of Commits - 1
No. of Projects - {'flink'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Method invocation
runDetached
to
setDetached
runDetached
to
run
runDetached
to
run
runDetached
to
run
runDetached
to
run
runDetached
to
run
runBlocking
to
run
runDetached
to
run
runDetached
to
run
Cascading Type Change (Different)
Client
to
StandaloneClusterClient
Client
to
StandaloneClusterClient
Client
to
StandaloneClusterClient
Client
to
StandaloneClusterClient
Add or Remove Method invocation
client.runBlocking(toRun,getParallelism(),savepointPath)
to
client.run(toRun,getParallelism(),savepointPath).getJobExecutionResult()
client.runBlocking(program,parallelism)
to
client.run(program,parallelism)