Class 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 of LegacyBrokerParallelMergeConfig still work for Druid 28. BrokerParallelMergeConfig has replaced these configs, and will warn when these deprecated paths are configured. This module should be removed in Druid 29, along with LegacyBrokerParallelMergeConfig as well as the config-magic library that makes it work.
    • Constructor Detail

      • LegacyBrokerParallelMergeConfigModule

        public LegacyBrokerParallelMergeConfigModule()
        Deprecated.
    • Method Detail

      • configure

        public void configure​(com.google.inject.Binder binder)
        Deprecated.
        Specified by:
        configure in interface com.google.inject.Module