Uses of Class
org.apache.drill.common.scanner.persistence.ScanResult
Package
Description
Internal configuration state definitions.
Communication security.
Holds functionality common to the Drill-on-YARN client and Application Master (AM).
-
Uses of ScanResult in org.apache.drill.common.config
Modifier and TypeMethodDescriptionLogicalPlanPersistence.getSubTypes
(ScanResult classpathScan, Class<T> parent) Scan for implementations of the given interface.ModifierConstructorDescriptionLogicalPlanPersistence
(DrillConfig conf, ScanResult scanResult) LogicalPlanPersistence
(DrillConfig conf, ScanResult scanResult, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Uses of ScanResult in org.apache.drill.common.scanner
Modifier and TypeMethodDescriptionstatic 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. -
Uses of ScanResult in org.apache.drill.common.scanner.persistence
Modifier and TypeMethodDescriptionScanResult.merge
(ScanResult other) merges this and other together into a new result objectModifier and TypeMethodDescriptionScanResult.merge
(ScanResult other) merges this and other together into a new result object -
Uses of ScanResult in org.apache.drill.exec.expr.fn
ModifierConstructorDescriptionFunctionImplementationRegistry
(DrillConfig config, ScanResult classpathScan) FunctionImplementationRegistry
(DrillConfig config, ScanResult classpathScan, OptionManager optionManager) FunctionImplementationRegistry
(DrillConfig config, ScanResult classpathScan, OptionSet optionManager) -
Uses of ScanResult in org.apache.drill.exec.expr.fn.registry
Modifier and TypeMethodDescriptionLocalFunctionRegistry.validate
(String jarName, ScanResult scanResult) Validates all functions, present in jars.ModifierConstructorDescriptionJarScan
(String jarName, ScanResult scanResult, ClassLoader classLoader) LocalFunctionRegistry
(ScanResult classpathScan) Registers all functions present in Drill classpath on start-up. -
Uses of ScanResult in org.apache.drill.exec.physical.base
Modifier and TypeMethodDescriptionstatic Set<Class<? extends PhysicalOperator>>
PhysicalOperatorUtil.getSubTypes
(ScanResult classpathScan) -
Uses of ScanResult in org.apache.drill.exec.physical.impl
-
Uses of ScanResult in org.apache.drill.exec.planner
ModifierConstructorDescriptionPhysicalPlanReader
(DrillConfig config, ScanResult scanResult, LogicalPlanPersistence lpPersistance, CoordinationProtos.DrillbitEndpoint endpoint, StoragePluginRegistry pluginRegistry) -
Uses of ScanResult in org.apache.drill.exec.rpc.security
-
Uses of ScanResult in org.apache.drill.exec.rpc.user.security
Modifier and TypeMethodDescriptionstatic UserAuthenticator
UserAuthenticatorFactory.createAuthenticator
(DrillConfig config, ScanResult scan) Create aUserAuthenticator
implementation based on BOOT settings in given drillConfig. -
Uses of ScanResult in org.apache.drill.exec.server
Modifier and TypeMethodDescriptionBootStrapContext.getClasspathScan()
DrillbitContext.getClasspathScan()
ModifierConstructorDescriptionBootStrapContext
(DrillConfig config, CaseInsensitiveMap<OptionDefinition> definitions, ScanResult classpathScan) Drillbit
(DrillConfig config, CaseInsensitiveMap<OptionDefinition> definitions, RemoteServiceSet serviceSet, ScanResult classpathScan) Drillbit
(DrillConfig config, RemoteServiceSet serviceSet, ScanResult classpathScan) -
Uses of ScanResult in org.apache.drill.exec.store
Modifier and TypeMethodDescriptionDrillbitPluginRegistryContext.classpathScan()
PluginRegistryContext.classpathScan()
-
Uses of ScanResult in org.apache.drill.exec.store.dfs
ModifierConstructorDescriptionWorkspaceSchemaFactory
(FileSystemPlugin plugin, String schemaName, String storageEngineName, WorkspaceConfig config, List<FormatMatcher> formatMatchers, com.fasterxml.jackson.databind.ObjectMapper mapper, ScanResult scanResult) -
Uses of ScanResult in org.apache.drill.yarn.core
Modifier and TypeMethodDescriptionDrillOnYarnConfig.getClassPathScan()
Return Drill's class path scan.