Uses of Annotation Type
org.apache.druid.client.coordinator.Coordinator
Packages that use Coordinator
Package
Description
-
Uses of Coordinator in org.apache.druid.client
Constructor parameters in org.apache.druid.client with annotations of type CoordinatorModifierConstructorDescriptionBrokerViewOfCoordinatorConfig(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ServiceClientFactory clientFactory, ServiceLocator serviceLocator) -
Uses of Coordinator in org.apache.druid.guice
Methods in org.apache.druid.guice with annotations of type CoordinatorModifier and TypeMethodDescriptionCoordinatorDiscoveryModule.getLeaderHttpClient(HttpClient httpClient, DruidNodeDiscoveryProvider druidNodeDiscoveryProvider) -
Uses of Coordinator in org.apache.druid.rpc.guice
Methods in org.apache.druid.rpc.guice with annotations of type CoordinatorModifier and TypeMethodDescriptionServiceClientModule.makeCoordinatorServiceLocator(DruidNodeDiscoveryProvider discoveryProvider) Method parameters in org.apache.druid.rpc.guice with annotations of type CoordinatorModifier and TypeMethodDescriptionServiceClientModule.makeCoordinatorClient(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ServiceClientFactory clientFactory, ServiceLocator serviceLocator) -
Uses of Coordinator in org.apache.druid.server
Constructor parameters in org.apache.druid.server with annotations of type CoordinatorModifierConstructorDescriptionAsyncManagementForwardingServlet(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.google.inject.Provider<org.eclipse.jetty.client.HttpClient> httpClientProvider, DruidHttpClientConfig httpClientConfig, DruidLeaderSelector coordLeaderSelector, DruidLeaderSelector overlordLeaderSelector, AuthorizerMapper authorizerMapper) -
Uses of Coordinator in org.apache.druid.server.coordinator
Constructor parameters in org.apache.druid.server.coordinator with annotations of type CoordinatorModifierConstructorDescriptionDruidCoordinator(DruidCoordinatorConfig config, MetadataManager metadataManager, ServerInventoryView serverInventoryView, ServiceEmitter emitter, ScheduledExecutorFactory scheduledExecutorFactory, OverlordClient overlordClient, LoadQueueTaskMaster taskMaster, SegmentLoadQueueManager loadQueueManager, ServiceAnnouncer serviceAnnouncer, DruidNode self, CoordinatorCustomDutyGroups customDutyGroups, LookupCoordinatorManager lookupCoordinatorManager, DruidLeaderSelector coordLeaderSelector, CoordinatorSegmentMetadataCache coordinatorSegmentMetadataCache, CentralizedDatasourceSchemaConfig centralizedDatasourceSchemaConfig, CompactionStatusTracker compactionStatusTracker, CoordinatorDynamicConfigSyncer coordinatorDynamicConfigSyncer, CloneStatusManager cloneStatusManager)