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> clazz)
Look for extension modules for the given class from both classpath and extensions directory.
|
static File[] |
Initialization.getHadoopDependencyFilesToLoad(List<String> hadoopDependencyCoordinates,
ExtensionsConfig extensionsConfig)
Find all the hadoop dependencies that should be loaded by druid
|
Copyright © 2011–2017. All rights reserved.