public class AkkaJobManagerRetriever extends LeaderGatewayRetriever<JobManagerGateway>
LeaderGatewayRetriever implementation for Akka based JobManagers.log| Constructor and Description |
|---|
AkkaJobManagerRetriever(akka.actor.ActorSystem actorSystem,
org.apache.flink.api.common.time.Time timeout,
int retries,
org.apache.flink.api.common.time.Time retryDelay) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<JobManagerGateway> |
createGateway(CompletableFuture<org.apache.flink.api.java.tuple.Tuple2<String,UUID>> leaderFuture) |
getFuture, notifyNewLeaderAddressgetLeaderFuture, getLeaderNow, handleError, notifyLeaderAddressclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNowpublic AkkaJobManagerRetriever(akka.actor.ActorSystem actorSystem,
org.apache.flink.api.common.time.Time timeout,
int retries,
org.apache.flink.api.common.time.Time retryDelay)
protected CompletableFuture<JobManagerGateway> createGateway(CompletableFuture<org.apache.flink.api.java.tuple.Tuple2<String,UUID>> leaderFuture)
createGateway in class LeaderGatewayRetriever<JobManagerGateway>Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.