Package org.apache.drill.exec.store.sys
Class OptionIterator
java.lang.Object
org.apache.drill.exec.store.sys.OptionIterator
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Wrapper class for OptionValue to add Statusstatic enum
-
Constructor Summary
ConstructorDescriptionOptionIterator
(FragmentContext context, org.apache.drill.exec.store.sys.OptionIterator.Mode mode) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
OptionIterator
public OptionIterator(FragmentContext context, org.apache.drill.exec.store.sys.OptionIterator.Mode mode)
-
-
Method Details