Uses of Class
org.apache.flink.runtime.highavailability.zookeeper.CuratorFrameworkWithUnhandledErrorListener
-
Packages that use CuratorFrameworkWithUnhandledErrorListener Package Description org.apache.flink.runtime.highavailability.zookeeper org.apache.flink.runtime.util -
-
Uses of CuratorFrameworkWithUnhandledErrorListener in org.apache.flink.runtime.highavailability.zookeeper
Constructors in org.apache.flink.runtime.highavailability.zookeeper with parameters of type CuratorFrameworkWithUnhandledErrorListener Constructor Description ZooKeeperClientHAServices(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 CuratorFrameworkWithUnhandledErrorListener Modifier and Type Method Description static CuratorFrameworkWithUnhandledErrorListenerZooKeeperUtils. startCuratorFramework(org.apache.flink.configuration.Configuration configuration, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)Starts aCuratorFrameworkinstance and connects it to the given ZooKeeper quorum.static CuratorFrameworkWithUnhandledErrorListenerZooKeeperUtils. 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.
-