Uses of Class
org.apache.druid.curator.CuratorConfig
Packages that use CuratorConfig
-
Uses of CuratorConfig in org.apache.druid.curator
Methods in org.apache.druid.curator that return CuratorConfigMethods in org.apache.druid.curator with parameters of type CuratorConfigModifier and TypeMethodDescriptionstatic org.apache.curator.framework.CuratorFrameworkCuratorModule.createCurator(CuratorConfig config) Create the Curator framework outside of Guice given the ZK config.org.apache.curator.framework.CuratorFrameworkCuratorModule.makeCurator(ZkEnablementConfig zkEnablementConfig, CuratorConfig config, DruidConnectionStateListener connectionStateListener, ServiceEmitter emitter, Lifecycle lifecycle) Provide the Curator framework via Guice, integrated with the Druid lifecycle. -
Uses of CuratorConfig in org.apache.druid.guice
Methods in org.apache.druid.guice with parameters of type CuratorConfigModifier and TypeMethodDescriptionAnnouncerModule.getAnnouncerWithDirectExecutorService(org.apache.curator.framework.CuratorFramework curator, CuratorConfig config) AnnouncerModule.getAnnouncerWithSingleThreadedExecutorService(org.apache.curator.framework.CuratorFramework curator, CuratorConfig config)