Uses of Interface
org.apache.flink.runtime.leaderretrieval.LeaderRetrievalListener
-
-
Uses of LeaderRetrievalListener in org.apache.flink.runtime.leaderretrieval
Methods in org.apache.flink.runtime.leaderretrieval with parameters of type LeaderRetrievalListener Modifier and Type Method Description voidDefaultLeaderRetrievalService. start(LeaderRetrievalListener listener)voidLeaderRetrievalService. start(LeaderRetrievalListener listener)Starts the leader retrieval service with the given listener to listen for new leaders.voidStandaloneLeaderRetrievalService. start(LeaderRetrievalListener listener) -
Uses of LeaderRetrievalListener in org.apache.flink.runtime.net
Classes in org.apache.flink.runtime.net that implement LeaderRetrievalListener Modifier and Type Class Description static classConnectionUtils.LeaderConnectingAddressListenerALeaderRetrievalListenerthat allows retrieving anInetAddressfor the current leader. -
Uses of LeaderRetrievalListener in org.apache.flink.runtime.util
Classes in org.apache.flink.runtime.util that implement LeaderRetrievalListener Modifier and Type Class Description static classLeaderRetrievalUtils.LeaderInformationListenerHelper class which is used by the retrieveLeaderInformation method to retrieve the leader's rpc URL and the current leader session ID. -
Uses of LeaderRetrievalListener in org.apache.flink.runtime.webmonitor.retriever
Classes in org.apache.flink.runtime.webmonitor.retriever that implement LeaderRetrievalListener Modifier and Type Class Description classLeaderGatewayRetriever<T extends org.apache.flink.runtime.rpc.RpcGateway>Retrieves and stores the leadingRpcGateway.classLeaderRetrieverRetrieves and stores the current leader address. -
Uses of LeaderRetrievalListener in org.apache.flink.runtime.webmonitor.retriever.impl
Classes in org.apache.flink.runtime.webmonitor.retriever.impl that implement LeaderRetrievalListener Modifier and Type Class Description classRpcGatewayRetriever<F extends Serializable,T extends org.apache.flink.runtime.rpc.FencedRpcGateway<F>>LeaderGatewayRetrieverimplementation using theRpcService.
-