public interface DispatcherGateway extends org.apache.flink.runtime.rpc.FencedRpcGateway<DispatcherId>, RestfulGateway
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Integer> |
getBlobServerPort(org.apache.flink.api.common.time.Time timeout)
Returns the port of the blob server.
|
CompletableFuture<Collection<org.apache.flink.api.common.JobID>> |
listJobs(org.apache.flink.api.common.time.Time timeout)
List the current set of submitted jobs.
|
default CompletableFuture<Acknowledge> |
shutDownCluster(ApplicationStatus applicationStatus) |
CompletableFuture<Acknowledge> |
submitJob(JobGraph jobGraph,
org.apache.flink.api.common.time.Time timeout)
Submit a job to the dispatcher.
|
cancelJob, deliverCoordinationRequestToCoordinator, disposeSavepoint, requestClusterOverview, requestExecutionGraphInfo, requestJob, requestJobResult, requestJobStatus, requestMetricQueryServiceAddresses, requestMultipleJobDetails, requestTaskManagerMetricQueryServiceAddresses, shutDownCluster, stopWithSavepoint, triggerSavepointCompletableFuture<Acknowledge> submitJob(JobGraph jobGraph, org.apache.flink.api.common.time.Time timeout)
jobGraph - JobGraph to submittimeout - RPC timeoutCompletableFuture<Collection<org.apache.flink.api.common.JobID>> listJobs(org.apache.flink.api.common.time.Time timeout)
timeout - RPC timeoutCompletableFuture<Integer> getBlobServerPort(org.apache.flink.api.common.time.Time timeout)
timeout - of the operationdefault CompletableFuture<Acknowledge> shutDownCluster(ApplicationStatus applicationStatus)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.