Class MetadataConfigModule

java.lang.Object
org.apache.druid.guice.MetadataConfigModule
All Implemented Interfaces:
com.google.inject.Module

public class MetadataConfigModule extends Object implements com.google.inject.Module
Binds the following metadata configs for all services: Ideally, the storage configs should be bound only on Coordinator and Overlord, but they are needed for other services too since metadata storage extensions are currently loaded on all services.
  • Field Details

    • CENTRALIZED_DATASOURCE_SCHEMA_ENABLED

      public static final String CENTRALIZED_DATASOURCE_SCHEMA_ENABLED
      See Also:
  • Constructor Details

    • MetadataConfigModule

      public MetadataConfigModule()
  • Method Details

    • configure

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

      public static boolean isSegmentSchemaCacheEnabled(Properties properties)