| Package | Description |
|---|---|
| org.apache.flink.runtime.net | |
| org.apache.flink.runtime.util |
| Modifier and Type | Method and Description |
|---|---|
InetAddress |
ConnectionUtils.LeaderConnectingAddressListener.findConnectingAddress(scala.concurrent.duration.FiniteDuration timeout) |
InetAddress |
ConnectionUtils.LeaderConnectingAddressListener.findConnectingAddress(scala.concurrent.duration.FiniteDuration timeout,
scala.concurrent.duration.FiniteDuration startLoggingAfter) |
| Modifier and Type | Method and Description |
|---|---|
static InetAddress |
LeaderRetrievalUtils.findConnectingAddress(LeaderRetrievalService leaderRetrievalService,
scala.concurrent.duration.FiniteDuration timeout) |
static InetAddress |
LeaderRetrievalUtils.findConnectingAddress(LeaderRetrievalService leaderRetrievalService,
org.apache.flink.api.common.time.Time timeout) |
static LeaderConnectionInfo |
LeaderRetrievalUtils.retrieveLeaderConnectionInfo(LeaderRetrievalService leaderRetrievalService,
scala.concurrent.duration.FiniteDuration timeout)
Retrieves the leader akka url and the current leader session ID.
|
static LeaderConnectionInfo |
LeaderRetrievalUtils.retrieveLeaderConnectionInfo(LeaderRetrievalService leaderRetrievalService,
org.apache.flink.api.common.time.Time timeout)
Retrieves the leader akka url and the current leader session ID.
|
static ActorGateway |
LeaderRetrievalUtils.retrieveLeaderGateway(LeaderRetrievalService leaderRetrievalService,
akka.actor.ActorSystem actorSystem,
scala.concurrent.duration.FiniteDuration timeout)
Retrieves the current leader gateway using the given
LeaderRetrievalService. |
static UUID |
LeaderRetrievalUtils.retrieveLeaderSessionId(LeaderRetrievalService leaderRetrievalService,
scala.concurrent.duration.FiniteDuration timeout)
Retrieves the current leader session id of the component identified by the given leader
retrieval service.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.