Uses of Class
org.apache.druid.server.broker.BrokerDynamicConfig
Packages that use BrokerDynamicConfig
Package
Description
-
Uses of BrokerDynamicConfig in org.apache.druid.client
Methods in org.apache.druid.client that return BrokerDynamicConfigModifier and TypeMethodDescriptionprotected BrokerDynamicConfigBrokerViewOfBrokerConfig.fetchConfigFromClient()Methods in org.apache.druid.client with parameters of type BrokerDynamicConfigModifier and TypeMethodDescriptionvoidBrokerViewOfBrokerConfig.setDynamicConfig(@NotNull BrokerDynamicConfig updatedConfig) Update the config view with a new broker dynamic config snapshot, and recompute the resolved default query context by merging static defaults with dynamic overrides. -
Uses of BrokerDynamicConfig in org.apache.druid.client.broker
Methods in org.apache.druid.client.broker with parameters of type BrokerDynamicConfigModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Boolean>BrokerClient.updateBrokerDynamicConfig(BrokerDynamicConfig config) Updates the broker with the givenBrokerDynamicConfig.com.google.common.util.concurrent.ListenableFuture<Boolean>BrokerClientImpl.updateBrokerDynamicConfig(BrokerDynamicConfig config) -
Uses of BrokerDynamicConfig in org.apache.druid.client.coordinator
Methods in org.apache.druid.client.coordinator that return types with arguments of type BrokerDynamicConfigModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<BrokerDynamicConfig>CoordinatorClient.getBrokerDynamicConfig()Gets the latest broker dynamic config from the Coordinator.com.google.common.util.concurrent.ListenableFuture<BrokerDynamicConfig>CoordinatorClientImpl.getBrokerDynamicConfig()com.google.common.util.concurrent.ListenableFuture<BrokerDynamicConfig>NoopCoordinatorClient.getBrokerDynamicConfig() -
Uses of BrokerDynamicConfig in org.apache.druid.server
Methods in org.apache.druid.server with parameters of type BrokerDynamicConfigModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseBrokerDynamicConfigResource.setBrokerDynamicConfig(BrokerDynamicConfig brokerDynamicConfig) Updates theBrokerViewOfBrokerConfigwith the brokerDynamicConfig parameter. -
Uses of BrokerDynamicConfig in org.apache.druid.server.broker
Methods in org.apache.druid.server.broker that return BrokerDynamicConfigModifier and TypeMethodDescriptionBrokerDynamicConfig.Builder.build()BrokerDynamicConfig.Builder.build(BrokerDynamicConfig defaults) Builds a BrokerDynamicConfig using either the configured values, or the default value if not configured.Methods in org.apache.druid.server.broker with parameters of type BrokerDynamicConfigModifier and TypeMethodDescriptionBrokerDynamicConfig.Builder.build(BrokerDynamicConfig defaults) Builds a BrokerDynamicConfig using either the configured values, or the default value if not configured. -
Uses of BrokerDynamicConfig in org.apache.druid.server.http
Methods in org.apache.druid.server.http that return BrokerDynamicConfigModifier and TypeMethodDescriptionprotected BrokerDynamicConfigBrokerDynamicConfigSyncer.getCurrentConfig()Methods in org.apache.druid.server.http with parameters of type BrokerDynamicConfigModifier and TypeMethodDescriptionprotected booleanBrokerDynamicConfigSyncer.pushConfigToBroker(BrokerClient brokerClient, BrokerDynamicConfig config)