Uses of Class
org.apache.druid.curator.ZkEnablementConfig
-
Packages that use ZkEnablementConfig Package Description org.apache.druid.curator org.apache.druid.server.coordination -
-
Uses of ZkEnablementConfig in org.apache.druid.curator
Fields in org.apache.druid.curator declared as ZkEnablementConfig Modifier and Type Field Description static ZkEnablementConfigZkEnablementConfig. ENABLEDMethods in org.apache.druid.curator with parameters of type ZkEnablementConfig Modifier and Type Method Description 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. -
Uses of ZkEnablementConfig in org.apache.druid.server.coordination
Constructors in org.apache.druid.server.coordination with parameters of type ZkEnablementConfig Constructor Description BatchDataSegmentAnnouncer(DruidServerMetadata server, BatchDataSegmentAnnouncerConfig config, ZkPathsConfig zkPaths, com.google.inject.Provider<Announcer> announcerProvider, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ZkEnablementConfig zkEnablementConfig)
-