@Internal public class DefaultDispatcherGatewayService extends Object implements AbstractDispatcherLeaderProcess.DispatcherGatewayService
Dispatcher that exposes specific functionality.| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<Void> |
closeAsync() |
static DefaultDispatcherGatewayService |
from(Dispatcher dispatcher) |
DispatcherGateway |
getGateway() |
CompletableFuture<ApplicationStatus> |
getShutDownFuture() |
CompletableFuture<Void> |
getTerminationFuture() |
CompletableFuture<Void> |
onRemovedJobGraph(org.apache.flink.api.common.JobID jobId) |
public DispatcherGateway getGateway()
public CompletableFuture<Void> onRemovedJobGraph(org.apache.flink.api.common.JobID jobId)
public CompletableFuture<ApplicationStatus> getShutDownFuture()
public CompletableFuture<Void> getTerminationFuture()
public CompletableFuture<Void> closeAsync()
closeAsync 在接口中 org.apache.flink.util.AutoCloseableAsyncpublic static DefaultDispatcherGatewayService from(Dispatcher dispatcher)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.