blob: c8417061593b429b2ed2e6b744f410ce8beeaecd [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>OptionValue (Drill : 1.20.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="OptionValue (Drill : 1.20.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/OptionValue.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/drill/exec/server/options/OptionValidator.OptionDescription.html" title="class in org.apache.drill.exec.server.options"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/drill/exec/server/options/OptionValue.html" target="_top">Frames</a></li>
<li><a href="OptionValue.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.drill.exec.server.options</div>
<h2 title="Class OptionValue" class="title">Class OptionValue</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.drill.exec.server.options.OptionValue</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a>&gt;</dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">OptionValue</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
implements <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a>&gt;</pre>
<div class="block"><p>
An <a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options"><code>option value</code></a> is used internally by an
<a href="../../../../../../org/apache/drill/exec/server/options/OptionManager.html" title="interface in org.apache.drill.exec.server.options"><code>OptionManager</code></a> to store a run-time setting. This setting, for example,
could affect a query in an execution stage. Instances of this class are JSON
serializable and can be stored in a <code>persistent store</code>
(see <a href="../../../../../../org/apache/drill/exec/server/options/SystemOptionManager.html#options"><code>SystemOptionManager.options</code></a>), or in memory (see
<a href="../../../../../../org/apache/drill/exec/server/options/InMemoryOptionManager.html#options"><code>InMemoryOptionManager.options</code></a>).
</p>
<p>
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options"><code>OptionValue.AccessibleScopes</code></a> defines the scopes at which the option can be set.
If it can be set at System level or Session level or so on. Whereas
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options"><code>OptionValue.OptionScope</code></a> defines the scope at which the option is being set. If
the option is being set at the BOOT time the scope of the option is BOOT. If
it is set at SYSTEM level the scope is SYSTEM. Although they look similar
there is a fine level which differentiates both of them which is at which
level of hierarchy they can be set and at what at level of hierarchy they
were actually set.
</p></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options">OptionValue.AccessibleScopes</a></span></code>
<div class="block">Defines where an option can be configured.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.Kind.html" title="enum in org.apache.drill.exec.server.options">OptionValue.Kind</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a></span></code>
<div class="block">This defines where an option was actually configured.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options">OptionValue.AccessibleScopes</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#accessibleScopes">accessibleScopes</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#bool_val">bool_val</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#float_val">float_val</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#JSON_ACCESSIBLE_SCOPES">JSON_ACCESSIBLE_SCOPES</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#JSON_BOOL_VAL">JSON_BOOL_VAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#JSON_FLOAT_VAL">JSON_FLOAT_VAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#JSON_INTEGER_VAL">JSON_INTEGER_VAL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#JSON_KIND">JSON_KIND</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#JSON_NAME">JSON_NAME</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#JSON_NUM_VAL">JSON_NUM_VAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#JSON_SCOPE">JSON_SCOPE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#JSON_STRING_VAL">JSON_STRING_VAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.Kind.html" title="enum in org.apache.drill.exec.server.options">OptionValue.Kind</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#kind">kind</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#name">name</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#num_val">num_val</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#scope">scope</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#string_val">string_val</a></span></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#compareTo-org.apache.drill.exec.server.options.OptionValue-">compareTo</a></span>(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a>&nbsp;o)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#create-org.apache.drill.exec.server.options.OptionValue.AccessibleScopes-java.lang.String-boolean-org.apache.drill.exec.server.options.OptionValue.OptionScope-">create</a></span>(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options">OptionValue.AccessibleScopes</a>&nbsp;accessibleScopes,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
boolean&nbsp;bool,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a>&nbsp;scope)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#create-org.apache.drill.exec.server.options.OptionValue.AccessibleScopes-java.lang.String-double-org.apache.drill.exec.server.options.OptionValue.OptionScope-">create</a></span>(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options">OptionValue.AccessibleScopes</a>&nbsp;accessibleScopes,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
double&nbsp;val,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a>&nbsp;scope)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#create-org.apache.drill.exec.server.options.OptionValue.AccessibleScopes-java.lang.String-long-org.apache.drill.exec.server.options.OptionValue.OptionScope-">create</a></span>(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options">OptionValue.AccessibleScopes</a>&nbsp;accessibleScopes,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
long&nbsp;val,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a>&nbsp;scope)</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#create-org.apache.drill.exec.server.options.OptionValue.AccessibleScopes-java.lang.String-java.lang.Object-org.apache.drill.exec.server.options.OptionValue.OptionScope-org.apache.drill.exec.server.options.OptionValue.Kind-">create</a></span>(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options">OptionValue.AccessibleScopes</a>&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;val,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a>&nbsp;scope,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.Kind.html" title="enum in org.apache.drill.exec.server.options">OptionValue.Kind</a>&nbsp;kind)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#create-org.apache.drill.exec.server.options.OptionValue.AccessibleScopes-java.lang.String-java.lang.String-org.apache.drill.exec.server.options.OptionValue.OptionScope-">create</a></span>(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options">OptionValue.AccessibleScopes</a>&nbsp;accessibleScopes,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;val,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a>&nbsp;scope)</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#create-org.apache.drill.exec.server.options.OptionValue.Kind-org.apache.drill.exec.server.options.OptionValue.AccessibleScopes-java.lang.String-java.lang.String-org.apache.drill.exec.server.options.OptionValue.OptionScope-">create</a></span>(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.Kind.html" title="enum in org.apache.drill.exec.server.options">OptionValue.Kind</a>&nbsp;kind,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options">OptionValue.AccessibleScopes</a>&nbsp;accessibleScopes,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;val,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a>&nbsp;scope)</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#equals-java.lang.Object-">equals</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;obj)</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#equalsIgnoreType-java.lang.Object-">equalsIgnoreType</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;obj)</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#getName--">getName</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#getScope--">getScope</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#getValue--">getValue</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#getValueMinScope-org.apache.drill.exec.server.options.OptionValue.OptionScope-">getValueMinScope</a></span>(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a>&nbsp;minScope)</code>
<div class="block">Gets the value of this option if it exists at a scope at least as narrow as the given scope.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#hashCode--">hashCode</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/drill/exec/server/options/PersistedOptionValue.html" title="class in org.apache.drill.exec.server.options">PersistedOptionValue</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#toPersisted--">toPersisted</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html#toString--">toString</a></span>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="JSON_KIND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JSON_KIND</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> JSON_KIND</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.apache.drill.exec.server.options.OptionValue.JSON_KIND">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="JSON_ACCESSIBLE_SCOPES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JSON_ACCESSIBLE_SCOPES</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> JSON_ACCESSIBLE_SCOPES</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.apache.drill.exec.server.options.OptionValue.JSON_ACCESSIBLE_SCOPES">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="JSON_NAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JSON_NAME</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> JSON_NAME</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.apache.drill.exec.server.options.OptionValue.JSON_NAME">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="JSON_NUM_VAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JSON_NUM_VAL</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> JSON_NUM_VAL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.apache.drill.exec.server.options.OptionValue.JSON_NUM_VAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="JSON_STRING_VAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JSON_STRING_VAL</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> JSON_STRING_VAL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.apache.drill.exec.server.options.OptionValue.JSON_STRING_VAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="JSON_BOOL_VAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JSON_BOOL_VAL</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> JSON_BOOL_VAL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.apache.drill.exec.server.options.OptionValue.JSON_BOOL_VAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="JSON_FLOAT_VAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JSON_FLOAT_VAL</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> JSON_FLOAT_VAL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.apache.drill.exec.server.options.OptionValue.JSON_FLOAT_VAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="JSON_INTEGER_VAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JSON_INTEGER_VAL</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> JSON_INTEGER_VAL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.apache.drill.exec.server.options.OptionValue.JSON_INTEGER_VAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="JSON_SCOPE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JSON_SCOPE</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> JSON_SCOPE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.apache.drill.exec.server.options.OptionValue.JSON_SCOPE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="name">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>name</h4>
<pre>public final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
</ul>
<a name="kind">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>kind</h4>
<pre>public final&nbsp;<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.Kind.html" title="enum in org.apache.drill.exec.server.options">OptionValue.Kind</a> kind</pre>
</li>
</ul>
<a name="accessibleScopes">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>accessibleScopes</h4>
<pre>public final&nbsp;<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options">OptionValue.AccessibleScopes</a> accessibleScopes</pre>
</li>
</ul>
<a name="num_val">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>num_val</h4>
<pre>public final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a> num_val</pre>
</li>
</ul>
<a name="string_val">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>string_val</h4>
<pre>public final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> string_val</pre>
</li>
</ul>
<a name="bool_val">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>bool_val</h4>
<pre>public final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> bool_val</pre>
</li>
</ul>
<a name="float_val">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>float_val</h4>
<pre>public final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a> float_val</pre>
</li>
</ul>
<a name="scope">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>scope</h4>
<pre>public final&nbsp;<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a> scope</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="create-org.apache.drill.exec.server.options.OptionValue.AccessibleScopes-java.lang.String-long-org.apache.drill.exec.server.options.OptionValue.OptionScope-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static&nbsp;<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a>&nbsp;create(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options">OptionValue.AccessibleScopes</a>&nbsp;accessibleScopes,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
long&nbsp;val,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a>&nbsp;scope)</pre>
</li>
</ul>
<a name="create-org.apache.drill.exec.server.options.OptionValue.AccessibleScopes-java.lang.String-boolean-org.apache.drill.exec.server.options.OptionValue.OptionScope-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static&nbsp;<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a>&nbsp;create(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options">OptionValue.AccessibleScopes</a>&nbsp;accessibleScopes,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
boolean&nbsp;bool,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a>&nbsp;scope)</pre>
</li>
</ul>
<a name="create-org.apache.drill.exec.server.options.OptionValue.AccessibleScopes-java.lang.String-java.lang.String-org.apache.drill.exec.server.options.OptionValue.OptionScope-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static&nbsp;<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a>&nbsp;create(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options">OptionValue.AccessibleScopes</a>&nbsp;accessibleScopes,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;val,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a>&nbsp;scope)</pre>
</li>
</ul>
<a name="create-org.apache.drill.exec.server.options.OptionValue.AccessibleScopes-java.lang.String-double-org.apache.drill.exec.server.options.OptionValue.OptionScope-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static&nbsp;<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a>&nbsp;create(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options">OptionValue.AccessibleScopes</a>&nbsp;accessibleScopes,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
double&nbsp;val,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a>&nbsp;scope)</pre>
</li>
</ul>
<a name="create-org.apache.drill.exec.server.options.OptionValue.Kind-org.apache.drill.exec.server.options.OptionValue.AccessibleScopes-java.lang.String-java.lang.String-org.apache.drill.exec.server.options.OptionValue.OptionScope-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static&nbsp;<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a>&nbsp;create(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.Kind.html" title="enum in org.apache.drill.exec.server.options">OptionValue.Kind</a>&nbsp;kind,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options">OptionValue.AccessibleScopes</a>&nbsp;accessibleScopes,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;val,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a>&nbsp;scope)</pre>
</li>
</ul>
<a name="create-org.apache.drill.exec.server.options.OptionValue.AccessibleScopes-java.lang.String-java.lang.Object-org.apache.drill.exec.server.options.OptionValue.OptionScope-org.apache.drill.exec.server.options.OptionValue.Kind-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static&nbsp;<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a>&nbsp;create(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options">OptionValue.AccessibleScopes</a>&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;val,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a>&nbsp;scope,
<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.Kind.html" title="enum in org.apache.drill.exec.server.options">OptionValue.Kind</a>&nbsp;kind)</pre>
</li>
</ul>
<a name="getName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName()</pre>
</li>
</ul>
<a name="getValue--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getValue</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;getValue()</pre>
</li>
</ul>
<a name="getValueMinScope-org.apache.drill.exec.server.options.OptionValue.OptionScope-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getValueMinScope</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;getValueMinScope(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a>&nbsp;minScope)</pre>
<div class="block">Gets the value of this option if it exists at a scope at least as narrow as the given scope.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>minScope</code> - scope which the option's scope should be narrower than</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>null if the option does not exist at a scope at least as narrow as minScope</dd>
</dl>
</li>
</ul>
<a name="getScope--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getScope</h4>
<pre>public&nbsp;<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.OptionScope.html" title="enum in org.apache.drill.exec.server.options">OptionValue.OptionScope</a>&nbsp;getScope()</pre>
</li>
</ul>
<a name="toPersisted--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toPersisted</h4>
<pre>public&nbsp;<a href="../../../../../../org/apache/drill/exec/server/options/PersistedOptionValue.html" title="class in org.apache.drill.exec.server.options">PersistedOptionValue</a>&nbsp;toPersisted()</pre>
</li>
</ul>
<a name="hashCode--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public&nbsp;int&nbsp;hashCode()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
</dl>
</li>
</ul>
<a name="equalsIgnoreType-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equalsIgnoreType</h4>
<pre>public&nbsp;boolean&nbsp;equalsIgnoreType(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;obj)</pre>
</li>
</ul>
<a name="equals-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public&nbsp;boolean&nbsp;equals(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;obj)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
</dl>
</li>
</ul>
<a name="compareTo-org.apache.drill.exec.server.options.OptionValue-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compareTo</h4>
<pre>public&nbsp;int&nbsp;compareTo(<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a>&nbsp;o)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true#compareTo-T-" title="class or interface in java.lang">compareTo</a></code>&nbsp;in interface&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.html" title="class in org.apache.drill.exec.server.options">OptionValue</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a name="toString--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/OptionValue.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/drill/exec/server/options/OptionValidator.OptionDescription.html" title="class in org.apache.drill.exec.server.options"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../org/apache/drill/exec/server/options/OptionValue.AccessibleScopes.html" title="enum in org.apache.drill.exec.server.options"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/drill/exec/server/options/OptionValue.html" target="_top">Frames</a></li>
<li><a href="OptionValue.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>