Uses of Interface
org.apache.druid.curator.discovery.ServiceAnnouncer
-
Packages that use ServiceAnnouncer Package Description org.apache.druid.curator.discovery org.apache.druid.segment.realtime.firehose org.apache.druid.server.coordinator -
-
Uses of ServiceAnnouncer in org.apache.druid.curator.discovery
Classes in org.apache.druid.curator.discovery that implement ServiceAnnouncer Modifier and Type Class Description classCuratorServiceAnnouncerDeprecated.classNoopServiceAnnouncerDeprecated.static classServiceAnnouncer.NoopDeprecated. -
Uses of ServiceAnnouncer in org.apache.druid.segment.realtime.firehose
Constructors in org.apache.druid.segment.realtime.firehose with parameters of type ServiceAnnouncer Constructor Description ServiceAnnouncingChatHandlerProvider(DruidNode node, ServiceAnnouncer serviceAnnouncer) -
Uses of ServiceAnnouncer in org.apache.druid.server.coordinator
Constructors in org.apache.druid.server.coordinator with parameters of type ServiceAnnouncer Constructor Description DruidCoordinator(DruidCoordinatorConfig config, MetadataManager metadataManager, ServerInventoryView serverInventoryView, org.apache.druid.java.util.emitter.service.ServiceEmitter emitter, org.apache.druid.java.util.common.concurrent.ScheduledExecutorFactory scheduledExecutorFactory, OverlordClient overlordClient, LoadQueueTaskMaster taskMaster, SegmentLoadQueueManager loadQueueManager, ServiceAnnouncer serviceAnnouncer, DruidNode self, CoordinatorCustomDutyGroups customDutyGroups, BalancerStrategyFactory balancerStrategyFactory, LookupCoordinatorManager lookupCoordinatorManager, DruidLeaderSelector coordLeaderSelector, CompactionSegmentSearchPolicy compactionSegmentSearchPolicy)
-