Package org.apache.druid.guice
Class LegacyBrokerParallelMergeConfigModule
- java.lang.Object
-
- org.apache.druid.guice.LegacyBrokerParallelMergeConfigModule
-
- All Implemented Interfaces:
com.google.inject.Module
@Deprecated public class LegacyBrokerParallelMergeConfigModule extends Object implements com.google.inject.Module
Deprecated.Backwards compatibility for runtime.properties for Druid 27 and older to make deprecated config paths ofLegacyBrokerParallelMergeConfigstill work for Druid 28.BrokerParallelMergeConfighas replaced these configs, and will warn when these deprecated paths are configured. This module should be removed in Druid 29, along withLegacyBrokerParallelMergeConfigas well as the config-magic library that makes it work.
-
-
Constructor Summary
Constructors Constructor Description LegacyBrokerParallelMergeConfigModule()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidconfigure(com.google.inject.Binder binder)Deprecated.
-