Uses of Enum
org.apache.flink.runtime.leaderretrieval.ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy
Packages that use ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy
-
Uses of ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy in org.apache.flink.runtime.leaderretrieval
Methods in org.apache.flink.runtime.leaderretrieval that return ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.LeaderInformationClearancePolicyModifierConstructorDescriptionZooKeeperLeaderRetrievalDriver(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)