| 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.Kind |
PersistedOptionValueTest.MockPersistedOptionValue.kind |
OptionValue.Kind |
OptionValue.kind |
| Modifier and Type | Method and Description |
|---|---|
OptionValue.Kind |
TypeValidators.TypeValidator.getKind() |
abstract OptionValue.Kind |
OptionValidator.getKind()
Gets the kind of this option value for this validator.
|
OptionValue.Kind |
PersistedOptionValue.getKind()
This is present for forward compatibility.
|
static OptionValue.Kind |
OptionValue.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionValue.Kind[] |
OptionValue.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static OptionValue |
OptionValue.create(OptionValue.AccessibleScopes type,
String name,
Object val,
OptionValue.OptionScope scope,
OptionValue.Kind kind) |
static OptionValue |
OptionValue.create(OptionValue.Kind kind,
OptionValue.AccessibleScopes accessibleScopes,
String name,
String val,
OptionValue.OptionScope scope) |
void |
OptionManager.setLocalOption(OptionValue.Kind kind,
String name,
String value)
Sets an option of the specified
OptionValue.Kind on the OptionManager. |
void |
BaseOptionManager.setLocalOption(OptionValue.Kind kind,
String name,
String valueStr) |
| Constructor and Description |
|---|
MockPersistedOptionValue(String type,
OptionValue.Kind kind,
String name,
Long num_val,
String string_val,
Boolean bool_val,
Double float_val) |
PersistedOptionValue(OptionValue.Kind kind,
String name,
Long num_val,
String string_val,
Boolean bool_val,
Double float_val) |
TypeValidator(String name,
OptionValue.Kind kind,
OptionValidator.OptionDescription description) |
| 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.Kind |
OptionIterator.OptionValueWrapper.kind |
| Constructor and 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.