Uses of Class
org.apache.flink.runtime.leaderretrieval.LeaderRetrievalException
-
Packages that use LeaderRetrievalException Package Description org.apache.flink.runtime.net org.apache.flink.runtime.util -
-
Uses of LeaderRetrievalException in org.apache.flink.runtime.net
Methods in org.apache.flink.runtime.net that throw LeaderRetrievalException Modifier and Type Method Description InetAddress
ConnectionUtils.LeaderConnectingAddressListener. findConnectingAddress(Duration timeout)
InetAddress
ConnectionUtils.LeaderConnectingAddressListener. findConnectingAddress(Duration timeout, Duration startLoggingAfter)
-
Uses of LeaderRetrievalException in org.apache.flink.runtime.util
Methods in org.apache.flink.runtime.util that throw LeaderRetrievalException Modifier and Type Method Description static InetAddress
LeaderRetrievalUtils. findConnectingAddress(LeaderRetrievalService leaderRetrievalService, Duration timeout, RpcSystemUtils rpcSystemUtils)
static LeaderInformation
LeaderRetrievalUtils. retrieveLeaderInformation(LeaderRetrievalService leaderRetrievalService, Duration timeout)
Retrieves the leader pekko url and the current leader session ID.
-