| Package | Description |
|---|---|
| org.apache.drill.exec.server.options | |
| org.apache.drill.exec.server.rest | |
| org.apache.drill.exec.store.sys |
| Modifier and Type | Field and Description |
|---|---|
OptionValue.OptionScope |
OptionValue.scope |
| Modifier and Type | Method and Description |
|---|---|
OptionValue.OptionScope |
OptionValue.getScope() |
protected OptionValue.OptionScope |
FragmentOptionManager.getScope() |
protected abstract OptionValue.OptionScope |
BaseOptionManager.getScope() |
protected OptionValue.OptionScope |
SessionOptionManager.getScope() |
protected OptionValue.OptionScope |
QueryOptionManager.getScope() |
protected OptionValue.OptionScope |
SystemOptionManager.getScope() |
static OptionValue.OptionScope |
OptionValue.OptionScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionValue.OptionScope[] |
OptionValue.OptionScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OptionWrapper(String name,
Object value,
String defaultValue,
OptionValue.AccessibleScopes type,
OptionValue.Kind kind,
OptionValue.OptionScope scope) |
| Modifier and Type | Field and Description |
|---|---|
OptionValue.OptionScope |
ExtendedOptionIterator.ExtendedOptionValueWrapper.optionScope |
OptionValue.OptionScope |
OptionIterator.OptionValueWrapper.optionScope |
| Constructor and Description |
|---|
ExtendedOptionValueWrapper(String name,
String kind,
OptionValue.AccessibleScopes type,
String value,
ExtendedOptionIterator.Status status,
OptionValue.OptionScope scope,
String description) |
OptionValueWrapper(String name,
OptionValue.Kind kind,
OptionValue.AccessibleScopes type,
OptionValue.OptionScope scope,
Long num_val,
String string_val,
Boolean bool_val,
Double float_val,
OptionIterator.Status status) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.