Package org.apache.druid.guice
Class SQLMetadataStorageDruidModule
java.lang.Object
org.apache.druid.guice.SQLMetadataStorageDruidModule
- All Implemented Interfaces:
com.google.inject.Module
- Direct Known Subclasses:
DerbyMetadataStorageDruidModule
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(com.google.inject.Binder binder) voidcreateBindingChoices(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
-
Field Details
-
PROPERTY
- See Also:
-
-
Constructor Details
-
SQLMetadataStorageDruidModule
-
-
Method Details
-
createBindingChoices
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:
configurein interfacecom.google.inject.Module
-