| Package | Description | 
|---|---|
| io.druid.cli | |
| io.druid.initialization | 
| Modifier and Type | Field and Description | 
|---|---|
ExtensionsConfig | 
PullDependencies.extensionsConfig  | 
| Modifier and Type | Method and Description | 
|---|---|
static File[] | 
Initialization.getExtensionFilesToLoad(ExtensionsConfig config)
Find all the extension files that should be loaded by druid. 
 | 
static <T> Collection<T> | 
Initialization.getFromExtensions(ExtensionsConfig config,
                 Class<T> serviceClass)
Look for implementations for the given class from both classpath and extensions directory, using  
ServiceLoader. | 
static File[] | 
Initialization.getHadoopDependencyFilesToLoad(List<String> hadoopDependencyCoordinates,
                              ExtensionsConfig extensionsConfig)
Find all the hadoop dependencies that should be loaded by druid 
 | 
Copyright © 2011–2018. All rights reserved.