Uses of Class
org.apache.druid.curator.CuratorConfig
-
Packages that use CuratorConfig Package Description org.apache.druid.curator -
-
Uses of CuratorConfig in org.apache.druid.curator
Methods in org.apache.druid.curator that return CuratorConfig Modifier and Type Method Description static CuratorConfigCuratorConfig. create(String hosts)Methods in org.apache.druid.curator with parameters of type CuratorConfig Modifier and Type Method Description static 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, org.apache.druid.java.util.emitter.service.ServiceEmitter emitter, org.apache.druid.java.util.common.lifecycle.Lifecycle lifecycle)Provide the Curator framework via Guice, integrated with the Druid lifecycle.
-