Uses of Interface
org.apache.druid.curator.announcement.ServiceAnnouncer
Packages that use ServiceAnnouncer
Package
Description
-
Uses of ServiceAnnouncer in org.apache.druid.curator.announcement
Classes in org.apache.druid.curator.announcement that implement ServiceAnnouncerModifier and TypeClassDescriptionclassTheNodeAnnouncerclass is responsible for announcing a single node in a ZooKeeper ensemble.classThePathChildrenAnnouncerclass manages the announcement of a node, and watches all child and sibling nodes under the specified path in a ZooKeeper ensemble. -
Uses of ServiceAnnouncer in org.apache.druid.curator.discovery
Constructors in org.apache.druid.curator.discovery with parameters of type ServiceAnnouncerModifierConstructorDescriptionCuratorDruidNodeAnnouncer(ServiceAnnouncer announcer, ZkPathsConfig config, com.fasterxml.jackson.databind.ObjectMapper jsonMapper) -
Uses of ServiceAnnouncer in org.apache.druid.guice
Methods in org.apache.druid.guice that return ServiceAnnouncerModifier and TypeMethodDescriptionAnnouncerModule.getAnnouncerWithDirectExecutorService(org.apache.curator.framework.CuratorFramework curator, CuratorConfig config) AnnouncerModule.getAnnouncerWithSingleThreadedExecutorService(org.apache.curator.framework.CuratorFramework curator, CuratorConfig config) -
Uses of ServiceAnnouncer in org.apache.druid.server.coordination
Constructors in org.apache.druid.server.coordination with parameters of type ServiceAnnouncerModifierConstructorDescriptionBatchDataSegmentAnnouncer(DruidServerMetadata server, BatchDataSegmentAnnouncerConfig config, ZkPathsConfig zkPaths, ServiceAnnouncer announcer, com.fasterxml.jackson.databind.ObjectMapper jsonMapper) CuratorDataSegmentServerAnnouncer(DruidServerMetadata server, ZkPathsConfig config, ServiceAnnouncer announcer, com.fasterxml.jackson.databind.ObjectMapper jsonMapper) Deprecated.Constructor parameters in org.apache.druid.server.coordination with type arguments of type ServiceAnnouncerModifierConstructorDescriptionBatchDataSegmentAnnouncer(DruidServerMetadata server, BatchDataSegmentAnnouncerConfig config, ZkPathsConfig zkPaths, com.google.inject.Provider<ServiceAnnouncer> announcerProvider, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ZkEnablementConfig zkEnablementConfig)