Uses of Class
org.apache.drill.common.scanner.persistence.ScanResult
Packages that use 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
Methods in org.apache.drill.common.config with parameters of type ScanResultModifier and TypeMethodDescriptionLogicalPlanPersistence.getSubTypes
(ScanResult classpathScan, Class<T> parent) Scan for implementations of the given interface.Constructors in org.apache.drill.common.config with parameters of type ScanResultModifierConstructorDescriptionLogicalPlanPersistence
(DrillConfig conf, ScanResult scanResult) LogicalPlanPersistence
(DrillConfig conf, ScanResult scanResult, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Uses of ScanResult in org.apache.drill.common.scanner
Methods in org.apache.drill.common.scanner that return ScanResultModifier 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
Methods in org.apache.drill.common.scanner.persistence that return ScanResultModifier and TypeMethodDescriptionScanResult.merge
(ScanResult other) merges this and other together into a new result objectMethods in org.apache.drill.common.scanner.persistence with parameters of type ScanResultModifier 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
Constructors in org.apache.drill.exec.expr.fn with parameters of type ScanResultModifierConstructorDescriptionFunctionImplementationRegistry
(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
Methods in org.apache.drill.exec.expr.fn.registry that return ScanResultMethods in org.apache.drill.exec.expr.fn.registry with parameters of type ScanResultModifier and TypeMethodDescriptionLocalFunctionRegistry.validate
(String jarName, ScanResult scanResult) Validates all functions, present in jars.Constructors in org.apache.drill.exec.expr.fn.registry with parameters of type ScanResultModifierConstructorDescriptionJarScan
(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
Methods in org.apache.drill.exec.physical.base with parameters of type ScanResultModifier and TypeMethodDescriptionstatic Set<Class<? extends PhysicalOperator>>
PhysicalOperatorUtil.getSubTypes
(ScanResult classpathScan) -
Uses of ScanResult in org.apache.drill.exec.physical.impl
Constructors in org.apache.drill.exec.physical.impl with parameters of type ScanResult -
Uses of ScanResult in org.apache.drill.exec.planner
Constructors in org.apache.drill.exec.planner with parameters of type ScanResultModifierConstructorDescriptionPhysicalPlanReader
(DrillConfig config, ScanResult scanResult, LogicalPlanPersistence lpPersistance, CoordinationProtos.DrillbitEndpoint endpoint, StoragePluginRegistry pluginRegistry) -
Uses of ScanResult in org.apache.drill.exec.rpc.security
Constructors in org.apache.drill.exec.rpc.security with parameters of type ScanResult -
Uses of ScanResult in org.apache.drill.exec.rpc.user.security
Methods in org.apache.drill.exec.rpc.user.security with parameters of type ScanResultModifier 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
Methods in org.apache.drill.exec.server that return ScanResultModifier and TypeMethodDescriptionBootStrapContext.getClasspathScan()
DrillbitContext.getClasspathScan()
Constructors in org.apache.drill.exec.server with parameters of type ScanResultModifierConstructorDescriptionBootStrapContext
(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
Methods in org.apache.drill.exec.store that return ScanResultModifier and TypeMethodDescriptionDrillbitPluginRegistryContext.classpathScan()
PluginRegistryContext.classpathScan()
-
Uses of ScanResult in org.apache.drill.exec.store.dfs
Constructors in org.apache.drill.exec.store.dfs with parameters of type ScanResultModifierConstructorDescriptionWorkspaceSchemaFactory
(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
Methods in org.apache.drill.yarn.core that return ScanResultModifier and TypeMethodDescriptionDrillOnYarnConfig.getClassPathScan()
Return Drill's class path scan.