Uses of Class
org.apache.flink.runtime.highavailability.zookeeper.CuratorFrameworkWithUnhandledErrorListener
Packages that use CuratorFrameworkWithUnhandledErrorListener
Package
Description
-
Uses of CuratorFrameworkWithUnhandledErrorListener in org.apache.flink.runtime.highavailability.zookeeper
Constructors in org.apache.flink.runtime.highavailability.zookeeper with parameters of type CuratorFrameworkWithUnhandledErrorListenerModifierConstructorDescriptionZooKeeperClientHAServices(CuratorFrameworkWithUnhandledErrorListener curatorFrameworkWrapper, org.apache.flink.configuration.Configuration configuration) ZooKeeperLeaderElectionHaServices(CuratorFrameworkWithUnhandledErrorListener curatorFrameworkWrapper, org.apache.flink.configuration.Configuration configuration, Executor executor, BlobStoreService blobStoreService) -
Uses of CuratorFrameworkWithUnhandledErrorListener in org.apache.flink.runtime.util
Methods in org.apache.flink.runtime.util that return CuratorFrameworkWithUnhandledErrorListenerModifier and TypeMethodDescriptionZooKeeperUtils.startCuratorFramework(org.apache.flink.configuration.Configuration configuration, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) Starts aCuratorFrameworkinstance and connects it to the given ZooKeeper quorum.ZooKeeperUtils.startCuratorFramework(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFrameworkFactory.Builder builder, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) Starts aCuratorFrameworkinstance and connects it to the given ZooKeeper quorum from a builder.