public interface NewClusterClient
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<org.apache.flink.runtime.jobmaster.JobResult> |
requestJobResult(org.apache.flink.api.common.JobID jobId)
Request the
JobResult for the given JobID. |
CompletableFuture<org.apache.flink.api.common.JobSubmissionResult> |
submitJob(org.apache.flink.runtime.jobgraph.JobGraph jobGraph)
Submit the given
JobGraph to the cluster. |
CompletableFuture<org.apache.flink.api.common.JobSubmissionResult> submitJob(@Nonnull org.apache.flink.runtime.jobgraph.JobGraph jobGraph)
JobGraph to the cluster.jobGraph - to submitJobSubmissionResultCompletableFuture<org.apache.flink.runtime.jobmaster.JobResult> requestJobResult(@Nonnull org.apache.flink.api.common.JobID jobId)
JobResult for the given JobID.jobId - for which to request the JobResultJobResultCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.