Uses of Enum
org.apache.drill.exec.store.sys.ExtendedOptionIterator.Status
Packages that use ExtendedOptionIterator.Status
-
Uses of ExtendedOptionIterator.Status in org.apache.drill.exec.store.sys
Fields in org.apache.drill.exec.store.sys declared as ExtendedOptionIterator.StatusMethods in org.apache.drill.exec.store.sys that return ExtendedOptionIterator.StatusModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ExtendedOptionIterator.Status[]
ExtendedOptionIterator.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 ExtendedOptionIterator.StatusModifierConstructorDescriptionExtendedOptionValueWrapper
(String name, String kind, OptionValue.AccessibleScopes type, String value, ExtendedOptionIterator.Status status, OptionValue.OptionScope scope, String description)