Uses of Enum
org.apache.drill.exec.server.options.OptionValue.OptionScope
Packages that use OptionValue.OptionScope
Package
Description
-
Uses of OptionValue.OptionScope in org.apache.drill.exec.server.options
Fields in org.apache.drill.exec.server.options declared as OptionValue.OptionScopeMethods in org.apache.drill.exec.server.options that return OptionValue.OptionScopeModifier and TypeMethodDescriptionprotected abstract OptionValue.OptionScopeBaseOptionManager.getScope()protected OptionValue.OptionScopeFragmentOptionManager.getScope()OptionValue.getScope()protected OptionValue.OptionScopeQueryOptionManager.getScope()protected OptionValue.OptionScopeSessionOptionManager.getScope()protected OptionValue.OptionScopeSystemOptionManager.getScope()static OptionValue.OptionScopeReturns 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.Methods in org.apache.drill.exec.server.options with parameters of type OptionValue.OptionScopeModifier and TypeMethodDescriptionstatic OptionValueOptionValue.create(OptionValue.AccessibleScopes accessibleScopes, String name, boolean bool, OptionValue.OptionScope scope) static OptionValueOptionValue.create(OptionValue.AccessibleScopes accessibleScopes, String name, double val, OptionValue.OptionScope scope) static OptionValueOptionValue.create(OptionValue.AccessibleScopes accessibleScopes, String name, long val, OptionValue.OptionScope scope) static OptionValueOptionValue.create(OptionValue.AccessibleScopes type, String name, Object val, OptionValue.OptionScope scope, OptionValue.Kind kind) static OptionValueOptionValue.create(OptionValue.AccessibleScopes accessibleScopes, String name, String val, OptionValue.OptionScope scope) static OptionValueOptionValue.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.booleanOptionValue.AccessibleScopes.inScopeOf(OptionValue.OptionScope scope) PersistedOptionValue.toOptionValue(OptionDefinition optionDefinition, OptionValue.OptionScope optionScope) -
Uses of OptionValue.OptionScope in org.apache.drill.exec.server.rest
Constructors in org.apache.drill.exec.server.rest with parameters of type OptionValue.OptionScopeModifierConstructorDescriptionOptionWrapper(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
Fields in org.apache.drill.exec.store.sys declared as OptionValue.OptionScopeModifier and TypeFieldDescriptionfinal OptionValue.OptionScopeExtendedOptionIterator.ExtendedOptionValueWrapper.optionScopefinal OptionValue.OptionScopeOptionIterator.OptionValueWrapper.optionScopeConstructors in org.apache.drill.exec.store.sys with parameters of type OptionValue.OptionScopeModifierConstructorDescriptionExtendedOptionValueWrapper(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)