Uses of Class
org.apache.flink.runtime.leaderretrieval.LeaderRetrievalException
Packages that use LeaderRetrievalException
-
Uses of LeaderRetrievalException in org.apache.flink.runtime.net
Methods in org.apache.flink.runtime.net that throw LeaderRetrievalExceptionModifier and TypeMethodDescriptionConnectionUtils.LeaderConnectingAddressListener.findConnectingAddress(Duration timeout) 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 LeaderRetrievalExceptionModifier and TypeMethodDescriptionstatic 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.