Uses of Interface
org.apache.druid.client.broker.BrokerClient
Packages that use BrokerClient
Package
Description
-
Uses of BrokerClient in org.apache.druid.client.broker
Classes in org.apache.druid.client.broker that implement BrokerClient -
Uses of BrokerClient in org.apache.druid.rpc.guice
Methods in org.apache.druid.rpc.guice that return BrokerClientModifier and TypeMethodDescriptionServiceClientModule.makeBrokerClient(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ServiceClient serviceClient) -
Uses of BrokerClient in org.apache.druid.server.http
Methods in org.apache.druid.server.http with parameters of type BrokerClientModifier and TypeMethodDescriptionprotected abstract booleanBaseDynamicConfigSyncer.pushConfigToBroker(BrokerClient brokerClient, DynamicConfig config) Push the config to a broker using the appropriate BrokerClient method.protected booleanBrokerDynamicConfigSyncer.pushConfigToBroker(BrokerClient brokerClient, BrokerDynamicConfig config) protected booleanCoordinatorDynamicConfigSyncer.pushConfigToBroker(BrokerClient brokerClient, CoordinatorDynamicConfig config)