public class SQLMetadataStorageDruidModule extends Object implements com.google.inject.Module
| Constructor and Description | 
|---|
SQLMetadataStorageDruidModule(String type)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
configure(com.google.inject.Binder binder)  | 
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 
 | 
public static final String PROPERTY
public SQLMetadataStorageDruidModule(String type)
public void createBindingChoices(com.google.inject.Binder binder,
                                 String defaultValue)
defaultValue - default property valuepublic void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.ModuleCopyright © 2011–2018. All rights reserved.