Class SQLMetadataStorageDruidModule

  • All Implemented Interfaces:
    com.google.inject.Module
    Direct Known Subclasses:
    DerbyMetadataStorageDruidModule

    public class SQLMetadataStorageDruidModule
    extends Object
    implements com.google.inject.Module
    • Constructor Detail

      • SQLMetadataStorageDruidModule

        public SQLMetadataStorageDruidModule​(String type)
    • Method Detail

      • createBindingChoices

        public void createBindingChoices​(com.google.inject.Binder binder,
                                         String defaultValue)
        This function only needs to be called by the default SQL metadata storage module Other modules should default to calling super.configure(...) alone
        Parameters:
        defaultValue - default property value
      • configure

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