Uses of Class
org.apache.druid.server.broker.BrokerDynamicConfig.Builder
Packages that use BrokerDynamicConfig.Builder
-
Uses of BrokerDynamicConfig.Builder in org.apache.druid.server.broker
Methods in org.apache.druid.server.broker that return BrokerDynamicConfig.BuilderModifier and TypeMethodDescriptionstatic BrokerDynamicConfig.BuilderBrokerDynamicConfig.builder()BrokerDynamicConfig.Builder.withPerSegmentTimeoutConfig(Map<String, PerSegmentTimeoutConfig> perSegmentTimeoutConfig) BrokerDynamicConfig.Builder.withQueryBlocklist(List<QueryBlocklistRule> queryBlocklist) BrokerDynamicConfig.Builder.withQueryContext(QueryContext queryContext) -
Uses of BrokerDynamicConfig.Builder in org.apache.druid.server.http
Methods in org.apache.druid.server.http with parameters of type BrokerDynamicConfig.BuilderModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseCoordinatorBrokerConfigsResource.setBrokerDynamicConfig(BrokerDynamicConfig.Builder configBuilder, javax.servlet.http.HttpServletRequest req)