Uses of Class
org.apache.drill.exec.server.options.OptionDefinition
-
Uses of OptionDefinition in org.apache.drill.exec.server
Modifier and TypeMethodDescriptionstatic Drillbit
Drillbit.start
(DrillConfig config, CaseInsensitiveMap<OptionDefinition> validators, RemoteServiceSet remoteServiceSet) ModifierConstructorDescriptionBootStrapContext
(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
Modifier and TypeMethodDescriptionFallbackOptionManager.getOptionDefinition
(String name) @NotNull OptionDefinition
OptionManager.getOptionDefinition
(String name) Get the option definition corresponding to the given option name.SystemOptionManager.getOptionDefinition
(String name) Gets theOptionDefinition
associated with the name.Modifier and TypeMethodDescriptionstatic CaseInsensitiveMap<OptionDefinition>
SystemOptionManager.createDefaultOptionDefinitions()
Creates theOptionDefinitions
to be registered with theSystemOptionManager
.Modifier and TypeMethodDescriptionPersistedOptionValue.toOptionValue
(OptionDefinition optionDefinition, OptionValue.OptionScope optionScope) ModifierConstructorDescriptionSystemOptionManager
(LogicalPlanPersistence lpPersistence, PersistentStoreProvider provider, DrillConfig bootConfig, CaseInsensitiveMap<OptionDefinition> definitions)