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.KindOptionValidator.getKind()Gets the kind of this option value for this validator.PersistedOptionValue.getKind()This is present for forward compatibility.TypeValidators.TypeValidator.getKind()static OptionValue.KindReturns 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 OptionValueOptionValue.create(OptionValue.AccessibleScopes type, String name, Object val, OptionValue.OptionScope scope, OptionValue.Kind kind) static OptionValueOptionValue.create(OptionValue.Kind kind, OptionValue.AccessibleScopes accessibleScopes, String name, String val, OptionValue.OptionScope scope) voidBaseOptionManager.setLocalOption(OptionValue.Kind kind, String name, String valueStr) voidOptionManager.setLocalOption(OptionValue.Kind kind, String name, String value) Sets an option of the specifiedOptionValue.Kindon 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)