Uses of Enum
org.apache.drill.exec.store.sys.OptionIterator.Status
Packages that use OptionIterator.Status
-
Uses of OptionIterator.Status in org.apache.drill.exec.store.sys
Fields in org.apache.drill.exec.store.sys declared as OptionIterator.StatusModifier and TypeFieldDescriptionfinal OptionIterator.Status
OptionIterator.OptionValueWrapper.status
Methods in org.apache.drill.exec.store.sys that return OptionIterator.StatusModifier and TypeMethodDescriptionstatic OptionIterator.Status
Returns the enum constant of this type with the specified name.static OptionIterator.Status[]
OptionIterator.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.drill.exec.store.sys with parameters of type OptionIterator.StatusModifierConstructorDescriptionOptionValueWrapper
(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)