Uses of Enum
org.apache.drill.exec.server.options.OptionValue.AccessibleScopes
Package
Description
-
Uses of OptionValue.AccessibleScopes in org.apache.drill.exec.server.options
Modifier and TypeMethodDescriptionOptionMetaData.getAccessibleScopes()
static OptionValue.AccessibleScopes
Returns the enum constant of this type with the specified name.static OptionValue.AccessibleScopes[]
OptionValue.AccessibleScopes.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) ModifierConstructorDescriptionOptionMetaData
(OptionValue.AccessibleScopes type, boolean adminOnly, boolean internal) -
Uses of OptionValue.AccessibleScopes 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.AccessibleScopes in org.apache.drill.exec.store.sys
Modifier and TypeFieldDescriptionExtendedOptionIterator.ExtendedOptionValueWrapper.accessibleScopes
OptionIterator.OptionValueWrapper.accessibleScopes
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)