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 InetAddressConnectionUtils.LeaderConnectingAddressListener. findConnectingAddress(Duration timeout)InetAddressConnectionUtils.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 InetAddressLeaderRetrievalUtils. findConnectingAddress(LeaderRetrievalService leaderRetrievalService, Duration timeout, org.apache.flink.runtime.rpc.RpcSystemUtils rpcSystemUtils)static LeaderInformationLeaderRetrievalUtils. retrieveLeaderInformation(LeaderRetrievalService leaderRetrievalService, Duration timeout)Retrieves the leader pekko url and the current leader session ID.
-