public class AkkaJobManagerRetriever extends LeaderGatewayRetriever<JobManagerGateway>
LeaderGatewayRetriever
implementation for Akka based JobManagers.log
Constructor and Description |
---|
AkkaJobManagerRetriever(akka.actor.ActorSystem actorSystem,
Time timeout,
int retries,
Time retryDelay) |
Modifier and Type | Method and Description |
---|---|
protected CompletableFuture<JobManagerGateway> |
createGateway(CompletableFuture<Tuple2<String,UUID>> leaderFuture) |
getFuture, notifyNewLeaderAddress
getLeaderFuture, getLeaderNow, handleError, notifyLeaderAddress
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNow
protected CompletableFuture<JobManagerGateway> createGateway(CompletableFuture<Tuple2<String,UUID>> leaderFuture)
createGateway
in class LeaderGatewayRetriever<JobManagerGateway>
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.