Package | Description |
---|---|
org.apache.drill.common.config |
Internal configuration state definitions.
|
org.apache.drill.common.scanner | |
org.apache.drill.common.scanner.persistence | |
org.apache.drill.exec.expr.fn | |
org.apache.drill.exec.expr.fn.registry | |
org.apache.drill.exec.physical.base | |
org.apache.drill.exec.physical.impl | |
org.apache.drill.exec.planner | |
org.apache.drill.exec.rpc.security |
Communication security.
|
org.apache.drill.exec.rpc.user.security | |
org.apache.drill.exec.server | |
org.apache.drill.exec.store | |
org.apache.drill.exec.store.dfs | |
org.apache.drill.yarn.core |
Holds functionality common to the Drill-on-YARN client and Application Master (AM).
|
Modifier and Type | Method and Description |
---|---|
static <T> Set<Class<? extends T>> |
LogicalPlanPersistence.getSubTypes(ScanResult classpathScan,
Class<T> parent)
Scan for implementations of the given interface.
|
Constructor and Description |
---|
LogicalPlanPersistence(DrillConfig conf,
ScanResult scanResult) |
LogicalPlanPersistence(DrillConfig conf,
ScanResult scanResult,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
Modifier and Type | Method and Description |
---|---|
static ScanResult |
RunTimeScan.dynamicPackageScan(DrillConfig config,
Set<URL> markedPath)
Scans packages retrieved from config.
|
static ScanResult |
ClassPathScanner.fromPrescan(DrillConfig config) |
static ScanResult |
RunTimeScan.fromPrescan(DrillConfig config)
Loads prescanned classpath info and scans for extra ones based on configuration.
|
Modifier and Type | Method and Description |
---|---|
ScanResult |
ScanResult.merge(ScanResult other)
merges this and other together into a new result object
|
Modifier and Type | Method and Description |
---|---|
ScanResult |
ScanResult.merge(ScanResult other)
merges this and other together into a new result object
|
Constructor and Description |
---|
FunctionImplementationRegistry(DrillConfig config,
ScanResult classpathScan) |
FunctionImplementationRegistry(DrillConfig config,
ScanResult classpathScan,
OptionManager optionManager) |
FunctionImplementationRegistry(DrillConfig config,
ScanResult classpathScan,
OptionSet optionManager) |
Modifier and Type | Method and Description |
---|---|
ScanResult |
JarScan.getScanResult() |
Modifier and Type | Method and Description |
---|---|
List<String> |
LocalFunctionRegistry.validate(String jarName,
ScanResult scanResult)
Validates all functions, present in jars.
|
Constructor and Description |
---|
JarScan(String jarName,
ScanResult scanResult,
ClassLoader classLoader) |
LocalFunctionRegistry(ScanResult classpathScan)
Registers all functions present in Drill classpath on start-up.
|
Modifier and Type | Method and Description |
---|---|
static Set<Class<? extends PhysicalOperator>> |
PhysicalOperatorUtil.getSubTypes(ScanResult classpathScan) |
Constructor and Description |
---|
OperatorCreatorRegistry(ScanResult scanResult) |
Constructor and Description |
---|
PhysicalPlanReader(DrillConfig config,
ScanResult scanResult,
LogicalPlanPersistence lpPersistance,
CoordinationProtos.DrillbitEndpoint endpoint,
StoragePluginRegistry pluginRegistry) |
Constructor and Description |
---|
AuthenticatorProviderImpl(DrillConfig config,
ScanResult scan) |
Modifier and Type | Method and Description |
---|---|
static UserAuthenticator |
UserAuthenticatorFactory.createAuthenticator(DrillConfig config,
ScanResult scan)
Create a
UserAuthenticator implementation based on BOOT settings in
given drillConfig. |
Modifier and Type | Method and Description |
---|---|
ScanResult |
BootStrapContext.getClasspathScan() |
ScanResult |
DrillbitContext.getClasspathScan() |
Constructor and Description |
---|
BootStrapContext(DrillConfig config,
CaseInsensitiveMap<OptionDefinition> definitions,
ScanResult classpathScan) |
Drillbit(DrillConfig config,
CaseInsensitiveMap<OptionDefinition> definitions,
RemoteServiceSet serviceSet,
ScanResult classpathScan) |
Drillbit(DrillConfig config,
RemoteServiceSet serviceSet,
ScanResult classpathScan) |
Modifier and Type | Method and Description |
---|---|
ScanResult |
DrillbitPluginRegistryContext.classpathScan() |
ScanResult |
PluginRegistryContext.classpathScan() |
Constructor and Description |
---|
WorkspaceSchemaFactory(FileSystemPlugin plugin,
String schemaName,
String storageEngineName,
WorkspaceConfig config,
List<FormatMatcher> formatMatchers,
com.fasterxml.jackson.databind.ObjectMapper mapper,
ScanResult scanResult) |
Modifier and Type | Method and Description |
---|---|
ScanResult |
DrillOnYarnConfig.getClassPathScan()
Return Drill's class path scan.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.