Uses of Class
org.apache.druid.curator.ZkEnablementConfig
Packages that use ZkEnablementConfig
-
Uses of ZkEnablementConfig in org.apache.druid.curator
Fields in org.apache.druid.curator declared as ZkEnablementConfigMethods in org.apache.druid.curator with parameters of type ZkEnablementConfigModifier and TypeMethodDescriptionorg.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 ZkEnablementConfig in org.apache.druid.server.coordination
Constructors in org.apache.druid.server.coordination with parameters of type ZkEnablementConfigModifierConstructorDescriptionBatchDataSegmentAnnouncer(DruidServerMetadata server, BatchDataSegmentAnnouncerConfig config, ZkPathsConfig zkPaths, com.google.inject.Provider<ServiceAnnouncer> announcerProvider, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ZkEnablementConfig zkEnablementConfig)