Uses of Enum
org.apache.drill.exec.server.options.OptionValue.OptionScope
Package
Description
-
Uses of OptionValue.OptionScope in org.apache.drill.exec.server.options
Modifier and TypeMethodDescriptionprotected abstract OptionValue.OptionScope
BaseOptionManager.getScope()
protected OptionValue.OptionScope
FragmentOptionManager.getScope()
OptionValue.getScope()
protected OptionValue.OptionScope
QueryOptionManager.getScope()
protected OptionValue.OptionScope
SessionOptionManager.getScope()
protected OptionValue.OptionScope
SystemOptionManager.getScope()
static OptionValue.OptionScope
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.Modifier and TypeMethodDescriptionstatic OptionValue
OptionValue.create
(OptionValue.AccessibleScopes accessibleScopes, String name, boolean bool, OptionValue.OptionScope scope) static OptionValue
OptionValue.create
(OptionValue.AccessibleScopes accessibleScopes, String name, double val, OptionValue.OptionScope scope) static OptionValue
OptionValue.create
(OptionValue.AccessibleScopes accessibleScopes, String name, long val, OptionValue.OptionScope scope) static OptionValue
OptionValue.create
(OptionValue.AccessibleScopes type, String name, Object val, OptionValue.OptionScope scope, OptionValue.Kind kind) static OptionValue
OptionValue.create
(OptionValue.AccessibleScopes accessibleScopes, String name, String val, OptionValue.OptionScope scope) static OptionValue
OptionValue.create
(OptionValue.Kind kind, OptionValue.AccessibleScopes accessibleScopes, String name, String val, OptionValue.OptionScope scope) QueryOptionManager.getOptionManager
(OptionValue.OptionScope scope) OptionValue.getValueMinScope
(OptionValue.OptionScope minScope) Gets the value of this option if it exists at a scope at least as narrow as the given scope.boolean
OptionValue.AccessibleScopes.inScopeOf
(OptionValue.OptionScope scope) PersistedOptionValue.toOptionValue
(OptionDefinition optionDefinition, OptionValue.OptionScope optionScope) -
Uses of OptionValue.OptionScope 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.OptionScope in org.apache.drill.exec.store.sys
Modifier and TypeFieldDescriptionfinal OptionValue.OptionScope
ExtendedOptionIterator.ExtendedOptionValueWrapper.optionScope
final OptionValue.OptionScope
OptionIterator.OptionValueWrapper.optionScope
ModifierConstructorDescriptionExtendedOptionValueWrapper
(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)