Uses of Enum
org.apache.drill.exec.server.options.OptionValue.Kind
Package
Description
-
Uses of OptionValue.Kind in org.apache.drill.exec.server.options
Modifier and TypeMethodDescriptionabstract OptionValue.Kind
OptionValidator.getKind()
Gets the kind of this option value for this validator.PersistedOptionValue.getKind()
This is present for forward compatibility.TypeValidators.TypeValidator.getKind()
static OptionValue.Kind
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 TypeMethodDescriptionstatic 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
BaseOptionManager.setLocalOption
(OptionValue.Kind kind, String name, String valueStr) void
OptionManager.setLocalOption
(OptionValue.Kind kind, String name, String value) Sets an option of the specifiedOptionValue.Kind
on theOptionManager
.ModifierConstructorDescriptionPersistedOptionValue
(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) -
Uses of OptionValue.Kind in org.apache.drill.exec.server.rest
ModifierConstructorDescriptionOptionWrapper
(String name, Object value, String defaultValue, OptionValue.AccessibleScopes type, OptionValue.Kind kind, OptionValue.OptionScope scope) -
Uses of OptionValue.Kind in org.apache.drill.exec.store.sys
ModifierConstructorDescriptionOptionValueWrapper
(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)