Uses of Interface
org.apache.flink.runtime.leaderretrieval.LeaderRetrievalEventHandler
-
Packages that use LeaderRetrievalEventHandler Package Description org.apache.flink.runtime.leaderretrieval -
-
Uses of LeaderRetrievalEventHandler in org.apache.flink.runtime.leaderretrieval
Classes in org.apache.flink.runtime.leaderretrieval that implement LeaderRetrievalEventHandler Modifier and Type Class Description class
DefaultLeaderRetrievalService
The counterpart to theDefaultLeaderElectionService
.Methods in org.apache.flink.runtime.leaderretrieval with parameters of type LeaderRetrievalEventHandler Modifier and Type Method Description LeaderRetrievalDriver
LeaderRetrievalDriverFactory. createLeaderRetrievalDriver(LeaderRetrievalEventHandler leaderEventHandler, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)
Create a specificLeaderRetrievalDriver
and start the necessary services.ZooKeeperLeaderRetrievalDriver
ZooKeeperLeaderRetrievalDriverFactory. createLeaderRetrievalDriver(LeaderRetrievalEventHandler leaderEventHandler, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)
Constructors in org.apache.flink.runtime.leaderretrieval with parameters of type LeaderRetrievalEventHandler Constructor Description ZooKeeperLeaderRetrievalDriver(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client, String path, LeaderRetrievalEventHandler leaderRetrievalEventHandler, ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy leaderInformationClearancePolicy, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)
Creates a leader retrieval service which uses ZooKeeper to retrieve the leader information.
-