| Package | Description |
|---|---|
| org.apache.drill.exec.server | |
| org.apache.drill.exec.server.options | |
| org.apache.drill.test |
Provides a variety of test framework tools to simplify Drill unit
tests and ad-hoc tests created while developing features.
|
| 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 |
|---|---|
static OptionDefinition |
TestConfigLinkage.createMockPropOptionDefinition() |
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) |
| Modifier and Type | Field and Description |
|---|---|
protected CaseInsensitiveMap<OptionDefinition> |
ConfigBuilder.definitions |
| Modifier and Type | Method and Description |
|---|---|
CaseInsensitiveMap<OptionDefinition> |
ConfigBuilder.getDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
ConfigBuilder |
ConfigBuilder.putDefinition(OptionDefinition definition) |
ClusterFixtureBuilder |
ClusterFixtureBuilder.putDefinition(OptionDefinition definition) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.