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