Uses of Class
org.apache.druid.client.indexing.IndexingService
-
Packages that use IndexingService Package Description org.apache.druid.rpc.guice org.apache.druid.server -
-
Uses of IndexingService in org.apache.druid.rpc.guice
Methods in org.apache.druid.rpc.guice with annotations of type IndexingService Modifier and Type Method Description ServiceLocatorServiceClientModule. makeOverlordServiceLocator(DruidNodeDiscoveryProvider discoveryProvider)Method parameters in org.apache.druid.rpc.guice with annotations of type IndexingService Modifier and Type Method Description OverlordClientServiceClientModule. makeOverlordClient(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ServiceClientFactory clientFactory, ServiceLocator serviceLocator) -
Uses of IndexingService in org.apache.druid.server
Constructor parameters in org.apache.druid.server with annotations of type IndexingService Constructor Description AsyncManagementForwardingServlet(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.google.inject.Provider<org.eclipse.jetty.client.HttpClient> httpClientProvider, DruidHttpClientConfig httpClientConfig, DruidLeaderSelector coordLeaderSelector, DruidLeaderSelector overlordLeaderSelector)
-