Uses of Class
org.apache.flink.runtime.leaderretrieval.ZooKeeperLeaderRetrievalDriverFactory
-
Packages that use ZooKeeperLeaderRetrievalDriverFactory Package Description org.apache.flink.runtime.util -
-
Uses of ZooKeeperLeaderRetrievalDriverFactory in org.apache.flink.runtime.util
Methods in org.apache.flink.runtime.util that return ZooKeeperLeaderRetrievalDriverFactory Modifier and Type Method Description static ZooKeeperLeaderRetrievalDriverFactoryZooKeeperUtils. createLeaderRetrievalDriverFactory(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client)Creates aLeaderRetrievalDriverFactoryimplemented by ZooKeeper.static ZooKeeperLeaderRetrievalDriverFactoryZooKeeperUtils. createLeaderRetrievalDriverFactory(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client, String path)Creates aLeaderRetrievalDriverFactoryimplemented by ZooKeeper.static ZooKeeperLeaderRetrievalDriverFactoryZooKeeperUtils. createLeaderRetrievalDriverFactory(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client, String path, org.apache.flink.configuration.Configuration configuration)Creates aLeaderRetrievalDriverFactoryimplemented by ZooKeeper.
-