public static interface AbstractDispatcherLeaderProcess.DispatcherGatewayService
extends org.apache.flink.util.AutoCloseableAsync
DispatcherGateway.| Modifier and Type | Method and Description |
|---|---|
DispatcherGateway |
getGateway() |
CompletableFuture<ApplicationStatus> |
getShutDownFuture() |
CompletableFuture<Void> |
getTerminationFuture() |
CompletableFuture<Void> |
onRemovedJobGraph(org.apache.flink.api.common.JobID jobId) |
DispatcherGateway getGateway()
CompletableFuture<Void> onRemovedJobGraph(org.apache.flink.api.common.JobID jobId)
CompletableFuture<ApplicationStatus> getShutDownFuture()
CompletableFuture<Void> getTerminationFuture()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.