Uses of Class
org.apache.druid.discovery.DruidLeaderClient
-
Packages that use DruidLeaderClient Package Description org.apache.druid.guice org.apache.druid.query.lookup -
-
Uses of DruidLeaderClient in org.apache.druid.guice
Methods in org.apache.druid.guice that return DruidLeaderClient Modifier and Type Method Description DruidLeaderClientCoordinatorDiscoveryModule. getLeaderHttpClient(org.apache.druid.java.util.http.client.HttpClient httpClient, DruidNodeDiscoveryProvider druidNodeDiscoveryProvider) -
Uses of DruidLeaderClient in org.apache.druid.query.lookup
Constructors in org.apache.druid.query.lookup with parameters of type DruidLeaderClient Constructor Description LookupReferencesManager(org.apache.druid.query.lookup.LookupConfig lookupConfig, com.fasterxml.jackson.databind.ObjectMapper objectMapper, DruidLeaderClient druidLeaderClient, org.apache.druid.query.lookup.LookupListeningAnnouncerConfig lookupListeningAnnouncerConfig)
-