public class LeaderRetrievalUtils extends Object
LeaderRetrievalService class.| 限定符和类型 | 类和说明 |
|---|---|
static class |
LeaderRetrievalUtils.LeaderConnectionInfoListener
Helper class which is used by the retrieveLeaderConnectionInfo method to retrieve the
leader's akka URL and the current leader session ID.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static InetAddress |
findConnectingAddress(LeaderRetrievalService leaderRetrievalService,
java.time.Duration timeout,
org.apache.flink.runtime.rpc.RpcSystemUtils rpcSystemUtils) |
static LeaderConnectionInfo |
retrieveLeaderConnectionInfo(LeaderRetrievalService leaderRetrievalService,
java.time.Duration timeout)
Retrieves the leader akka url and the current leader session ID.
|
public static LeaderConnectionInfo retrieveLeaderConnectionInfo(LeaderRetrievalService leaderRetrievalService, java.time.Duration timeout) throws LeaderRetrievalException
LeaderConnectionInfo instance.leaderRetrievalService - Leader retrieval service to retrieve the leader connection
informationtimeout - Timeout when to give up looking for the leaderLeaderRetrievalExceptionpublic static InetAddress findConnectingAddress(LeaderRetrievalService leaderRetrievalService, java.time.Duration timeout, org.apache.flink.runtime.rpc.RpcSystemUtils rpcSystemUtils) throws LeaderRetrievalException
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.