Package | Description |
---|---|
org.apache.drill.exec.server | |
org.apache.drill.exec.server.options |
Modifier and Type | Method and Description |
---|---|
CaseInsensitiveMap<OptionDefinition> |
BootStrapContext.getDefinitions() |
Modifier and Type | Method and Description |
---|---|
static Drillbit |
Drillbit.start(DrillConfig config,
CaseInsensitiveMap<OptionDefinition> validators,
RemoteServiceSet remoteServiceSet) |
Constructor and Description |
---|
BootStrapContext(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) |
Modifier and Type | Method and Description |
---|---|
OptionDefinition |
FallbackOptionManager.getOptionDefinition(String name) |
@NotNull OptionDefinition |
OptionManager.getOptionDefinition(String name)
Get the option definition corresponding to the given option name.
|
OptionDefinition |
SystemOptionManager.getOptionDefinition(String name)
Gets the
OptionDefinition associated with the name. |
Modifier and Type | Method and Description |
---|---|
static CaseInsensitiveMap<OptionDefinition> |
SystemOptionManager.createDefaultOptionDefinitions()
Creates the
OptionDefinitions to be registered with the SystemOptionManager . |
Modifier and Type | Method and Description |
---|---|
OptionValue |
PersistedOptionValue.toOptionValue(OptionDefinition optionDefinition,
OptionValue.OptionScope optionScope) |
Constructor and Description |
---|
SystemOptionManager(LogicalPlanPersistence lpPersistence,
PersistentStoreProvider provider,
DrillConfig bootConfig,
CaseInsensitiveMap<OptionDefinition> definitions) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.