Uses of Class
org.apache.druid.curator.announcement.Announcer
-
Packages that use Announcer Package Description org.apache.druid.curator.discovery org.apache.druid.guice org.apache.druid.server.coordination -
-
Uses of Announcer in org.apache.druid.curator.discovery
Constructors in org.apache.druid.curator.discovery with parameters of type Announcer Constructor Description CuratorDruidNodeAnnouncer(Announcer announcer, ZkPathsConfig config, com.fasterxml.jackson.databind.ObjectMapper jsonMapper) -
Uses of Announcer in org.apache.druid.guice
Methods in org.apache.druid.guice that return Announcer Modifier and Type Method Description AnnouncerAnnouncerModule. getAnnouncer(org.apache.curator.framework.CuratorFramework curator) -
Uses of Announcer in org.apache.druid.server.coordination
Constructors in org.apache.druid.server.coordination with parameters of type Announcer Constructor Description BatchDataSegmentAnnouncer(DruidServerMetadata server, BatchDataSegmentAnnouncerConfig config, ZkPathsConfig zkPaths, Announcer announcer, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)CuratorDataSegmentServerAnnouncer(DruidServerMetadata server, ZkPathsConfig config, Announcer announcer, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)Deprecated.Constructor parameters in org.apache.druid.server.coordination with type arguments of type Announcer Constructor Description BatchDataSegmentAnnouncer(DruidServerMetadata server, BatchDataSegmentAnnouncerConfig config, ZkPathsConfig zkPaths, com.google.inject.Provider<Announcer> announcerProvider, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ZkEnablementConfig zkEnablementConfig)
-