| 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 |
SystemOptionManager.getOptionDefinition(String name)
Gets the
OptionDefinition associated with the name. |
OptionDefinition |
OptionManager.getOptionDefinition(String name)
Get the option definition corresponding to the given option name.
|
OptionDefinition |
FallbackOptionManager.getOptionDefinition(String name) |
| Modifier and Type | Method and Description |
|---|---|
static CaseInsensitiveMap<OptionDefinition> |
SystemOptionManager.createDefaultOptionDefinitions()
Creates all the OptionDefinitions to be registered with the
SystemOptionManager. |
| Modifier and Type | Method and Description |
|---|---|
OptionValue |
PersistedOptionValue.toOptionValue(OptionDefinition optionDefinition,
OptionValue.OptionScope optionScope) |
| Modifier and Type | Method and Description |
|---|---|
static CaseInsensitiveMap<OptionValue> |
SystemOptionManager.populateDefaultValues(Map<String,OptionDefinition> definitions,
DrillConfig bootConfig) |
| Constructor and Description |
|---|
SystemOptionManager(LogicalPlanPersistence lpPersistence,
PersistentStoreProvider provider,
DrillConfig bootConfig,
CaseInsensitiveMap<OptionDefinition> definitions) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.