Uses of Interface
org.apache.druid.client.coordinator.CoordinatorClient
Packages that use CoordinatorClient
Package
Description
-
Uses of CoordinatorClient in org.apache.druid.client
Constructors in org.apache.druid.client with parameters of type CoordinatorClient -
Uses of CoordinatorClient in org.apache.druid.client.coordinator
Classes in org.apache.druid.client.coordinator that implement CoordinatorClientMethods in org.apache.druid.client.coordinator that return CoordinatorClientModifier and TypeMethodDescriptionCoordinatorClient.withRetryPolicy(ServiceRetryPolicy retryPolicy) Returns a new instance backed by a ServiceClient which follows the provided retryPolicyNoopCoordinatorClient.withRetryPolicy(ServiceRetryPolicy retryPolicy) -
Uses of CoordinatorClient in org.apache.druid.query.lookup
Constructors in org.apache.druid.query.lookup with parameters of type CoordinatorClientModifierConstructorDescriptionLookupReferencesManager(LookupConfig lookupConfig, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CoordinatorClient coordinatorClient, org.apache.druid.query.lookup.LookupListeningAnnouncerConfig lookupListeningAnnouncerConfig) -
Uses of CoordinatorClient in org.apache.druid.rpc.guice
Methods in org.apache.druid.rpc.guice that return CoordinatorClientModifier and TypeMethodDescriptionServiceClientModule.makeCoordinatorClient(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ServiceClientFactory clientFactory, ServiceLocator serviceLocator) -
Uses of CoordinatorClient in org.apache.druid.segment.handoff
Constructors in org.apache.druid.segment.handoff with parameters of type CoordinatorClientModifierConstructorDescriptionCoordinatorBasedSegmentHandoffNotifier(String dataSource, CoordinatorClient coordinatorClient, CoordinatorBasedSegmentHandoffNotifierConfig config, String taskId) CoordinatorBasedSegmentHandoffNotifierFactory(CoordinatorClient client, CoordinatorBasedSegmentHandoffNotifierConfig config) -
Uses of CoordinatorClient in org.apache.druid.server.coordination
Constructors in org.apache.druid.server.coordination with parameters of type CoordinatorClientModifierConstructorDescriptionSegmentBootstrapper(SegmentLoadDropHandler loadDropHandler, SegmentLoaderConfig config, DataSegmentAnnouncer segmentAnnouncer, DataSegmentServerAnnouncer serverAnnouncer, SegmentManager segmentManager, ServerTypeConfig serverTypeConfig, CoordinatorClient coordinatorClient, ServiceEmitter emitter, DataSourceTaskIdHolder datasourceHolder)