Uses of Class
org.apache.flink.runtime.leaderretrieval.ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy
-
Packages that use ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy Package Description org.apache.flink.runtime.leaderretrieval -
-
Uses of ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy in org.apache.flink.runtime.leaderretrieval
Methods in org.apache.flink.runtime.leaderretrieval that return ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy Modifier and Type Method Description static ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicyZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy[]ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.runtime.leaderretrieval with parameters of type ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy 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.ZooKeeperLeaderRetrievalDriverFactory(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client, String retrievalPath, ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy leaderInformationClearancePolicy)
-