Uses of Class
org.apache.drill.exec.server.options.OptionDefinition
Packages that use OptionDefinition
-
Uses of OptionDefinition in org.apache.drill.exec.server
Methods in org.apache.drill.exec.server that return types with arguments of type OptionDefinitionMethod parameters in org.apache.drill.exec.server with type arguments of type OptionDefinitionModifier and TypeMethodDescriptionstatic DrillbitDrillbit.start(DrillConfig config, CaseInsensitiveMap<OptionDefinition> validators, RemoteServiceSet remoteServiceSet) Constructor parameters in org.apache.drill.exec.server with type arguments of type OptionDefinitionModifierConstructorDescriptionBootStrapContext(DrillConfig config, CaseInsensitiveMap<OptionDefinition> definitions, ScanResult classpathScan) Drillbit(DrillConfig config, CaseInsensitiveMap<OptionDefinition> definitions, RemoteServiceSet serviceSet) Drillbit(DrillConfig config, CaseInsensitiveMap<OptionDefinition> definitions, RemoteServiceSet serviceSet, ScanResult classpathScan) -
Uses of OptionDefinition in org.apache.drill.exec.server.options
Methods in org.apache.drill.exec.server.options that return OptionDefinitionModifier and TypeMethodDescriptionFallbackOptionManager.getOptionDefinition(String name) @NotNull OptionDefinitionOptionManager.getOptionDefinition(String name) Get the option definition corresponding to the given option name.SystemOptionManager.getOptionDefinition(String name) Gets theOptionDefinitionassociated with the name.Methods in org.apache.drill.exec.server.options that return types with arguments of type OptionDefinitionModifier and TypeMethodDescriptionstatic CaseInsensitiveMap<OptionDefinition> SystemOptionManager.createDefaultOptionDefinitions()Creates theOptionDefinitionsto be registered with theSystemOptionManager.Methods in org.apache.drill.exec.server.options with parameters of type OptionDefinitionModifier and TypeMethodDescriptionPersistedOptionValue.toOptionValue(OptionDefinition optionDefinition, OptionValue.OptionScope optionScope) Constructor parameters in org.apache.drill.exec.server.options with type arguments of type OptionDefinitionModifierConstructorDescriptionSystemOptionManager(LogicalPlanPersistence lpPersistence, PersistentStoreProvider provider, DrillConfig bootConfig, CaseInsensitiveMap<OptionDefinition> definitions)