Uses of Enum
org.apache.drill.exec.server.options.OptionValue.Kind
Packages that use OptionValue.Kind
Package
Description
-
Uses of OptionValue.Kind in org.apache.drill.exec.server.options
Fields in org.apache.drill.exec.server.options declared as OptionValue.KindMethods in org.apache.drill.exec.server.options that return OptionValue.KindModifier 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.Methods in org.apache.drill.exec.server.options with parameters of type OptionValue.KindModifier 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
.Constructors in org.apache.drill.exec.server.options with parameters of type OptionValue.KindModifierConstructorDescriptionPersistedOptionValue
(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
Constructors in org.apache.drill.exec.server.rest with parameters of type OptionValue.KindModifierConstructorDescriptionOptionWrapper
(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
Fields in org.apache.drill.exec.store.sys declared as OptionValue.KindConstructors in org.apache.drill.exec.store.sys with parameters of type OptionValue.KindModifierConstructorDescriptionOptionValueWrapper
(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)