Package org.apache.druid.server.broker
Class BrokerDynamicConfig
java.lang.Object
org.apache.druid.server.broker.BrokerDynamicConfig
Dynamic configuration for brokers that can be changed at runtime.
This configuration is stored in the metadata store and managed through the coordinator,
but is consumed by brokers.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBrokerDynamicConfig(List<QueryBlocklistRule> queryBlocklist, QueryContext queryContext, Map<String, PerSegmentTimeoutConfig> perSegmentTimeoutConfig) -
Method Summary
Modifier and TypeMethodDescriptionstatic BrokerDynamicConfig.Builderbuilder()booleaninthashCode()toString()
-
Field Details
-
CONFIG_KEY
- See Also:
-
-
Constructor Details
-
BrokerDynamicConfig
public BrokerDynamicConfig(@Nullable List<QueryBlocklistRule> queryBlocklist, @Nullable QueryContext queryContext, @Nullable Map<String, PerSegmentTimeoutConfig> perSegmentTimeoutConfig)
-
-
Method Details