blob: 48a1cb38418ee6d070c27c4a8240b30c627f3982 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>CalciteSystemProperty (Apache Calcite API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CalciteSystemProperty (Apache Calcite API)";
}
}
catch(err) {
}
//-->
var data = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":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";
var pathtoroot = "../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CalciteSystemProperty.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" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.calcite.config</a></div>
<h2 title="Class CalciteSystemProperty" class="title">Class CalciteSystemProperty&lt;T&gt;</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.calcite.config.CalciteSystemProperty&lt;T&gt;</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - the type of the property value</dd>
</dl>
<hr>
<pre>public final class <span class="typeNameLabel">CalciteSystemProperty&lt;T&gt;</span>
extends java.lang.Object</pre>
<div class="block">A Calcite specific system property that is used to configure various aspects of the framework.
<p>Calcite system properties must always be in the "calcite" root namespace.</p></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ALLOW_INFINITE_COST_CONVERTERS">ALLOW_INFINITE_COST_CONVERTERS</a></span></code></th>
<td class="colLast">
<div class="block">Whether the optimizer will consider adding converters of infinite cost in
order to convert a relational expression from one calling convention to
another.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Integer&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#BINDABLE_CACHE_CONCURRENCY_LEVEL">BINDABLE_CACHE_CONCURRENCY_LEVEL</a></span></code></th>
<td class="colLast">
<div class="block">The concurrency level of the cache used for storing Bindable objects, instantiated via
dynamically generated Java classes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Integer&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#BINDABLE_CACHE_MAX_SIZE">BINDABLE_CACHE_MAX_SIZE</a></span></code></th>
<td class="colLast">
<div class="block">The maximum size of the cache used for storing Bindable objects, instantiated via
dynamically generated Java classes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#COMMUTE">COMMUTE</a></span></code></th>
<td class="colLast">
<div class="block">Whether to exploit join commutative property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEBUG">DEBUG</a></span></code></th>
<td class="colLast">
<div class="block">Whether to run Calcite in debug mode.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_CHARSET">DEFAULT_CHARSET</a></span></code></th>
<td class="colLast">
<div class="block">The name of the default character set.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_COLLATION">DEFAULT_COLLATION</a></span></code></th>
<td class="colLast">
<div class="block">The name of the default collation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_COLLATION_STRENGTH">DEFAULT_COLLATION_STRENGTH</a></span></code></th>
<td class="colLast">
<div class="block">The strength of the default collation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_NATIONAL_CHARSET">DEFAULT_NATIONAL_CHARSET</a></span></code></th>
<td class="colLast">
<div class="block">The name of the default national character set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DUMP_GRAPHVIZ">DUMP_GRAPHVIZ</a></span></code></th>
<td class="colLast">
<div class="block">Whether to include a GraphViz representation when dumping the state of the Volcano planner.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DUMP_SETS">DUMP_SETS</a></span></code></th>
<td class="colLast">
<div class="block">Whether to include <code>RelSet</code> information when dumping the state of the Volcano
planner.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ENABLE_COLLATION_TRAIT">ENABLE_COLLATION_TRAIT</a></span></code></th>
<td class="colLast">
<div class="block">Whether to enable the collation trait in the default planner configuration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ENABLE_ENUMERABLE">ENABLE_ENUMERABLE</a></span></code></th>
<td class="colLast">
<div class="block">Whether the enumerable convention is enabled in the default planner configuration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ENABLE_STREAM">ENABLE_STREAM</a></span></code></th>
<td class="colLast">
<div class="block">Whether streaming is enabled in the default planner configuration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#INTEGRATION_TEST">INTEGRATION_TEST</a></span></code></th>
<td class="colLast">
<div class="block">Whether to run integration tests.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Integer&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#METADATA_HANDLER_CACHE_MAXIMUM_SIZE">METADATA_HANDLER_CACHE_MAXIMUM_SIZE</a></span></code></th>
<td class="colLast">
<div class="block">The maximum size of the cache of metadata handlers.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private static java.util.Properties</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#PROPERTIES">PROPERTIES</a></span></code></th>
<td class="colLast">
<div class="block">Holds all system properties related with the Calcite.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STRICT">STRICT</a></span></code></th>
<td class="colLast">
<div class="block">Whether to follow the SQL standard strictly.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#TEST_CASSANDRA">TEST_CASSANDRA</a></span></code></th>
<td class="colLast">
<div class="block">Whether to run Cassandra tests.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#TEST_DATASET_PATH">TEST_DATASET_PATH</a></span></code></th>
<td class="colLast">
<div class="block">Path to the dataset file that should used for integration tests.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#TEST_DB">TEST_DB</a></span></code></th>
<td class="colLast">
<div class="block">Which database to use for tests that require a JDBC data source.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#TEST_DRUID">TEST_DRUID</a></span></code></th>
<td class="colLast">
<div class="block">Whether to run Druid tests.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#TEST_FOODMART_QUERY_IDS">TEST_FOODMART_QUERY_IDS</a></span></code></th>
<td class="colLast">
<div class="block">A list of ids designating the queries
(from query.json in new.hydromatic:foodmart-queries:0.4.1)
that should be run as part of FoodmartTest.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#TEST_MONGODB">TEST_MONGODB</a></span></code></th>
<td class="colLast">
<div class="block">Whether to run MongoDB tests.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#TEST_SLOW">TEST_SLOW</a></span></code></th>
<td class="colLast">
<div class="block">Whether to run slow tests.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#TEST_SPLUNK">TEST_SPLUNK</a></span></code></th>
<td class="colLast">
<div class="block">Whether to run Splunk tests.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="CalciteSystemProperty.html" title="type parameter in CalciteSystemProperty">T</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#value">value</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier</th>
<th class="colSecond" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private </code></td>
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,java.util.function.Function)">CalciteSystemProperty</a></span>&#8203;(java.lang.String&nbsp;key,
java.util.function.Function&lt;java.lang.String,&#8203;<a href="CalciteSystemProperty.html" title="type parameter in CalciteSystemProperty">T</a>&gt;&nbsp;valueParser)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<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="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>private static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#booleanProperty(java.lang.String,boolean)">booleanProperty</a></span>&#8203;(java.lang.String&nbsp;key,
boolean&nbsp;defaultValue)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>private static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Integer&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#intProperty(java.lang.String,int)">intProperty</a></span>&#8203;(java.lang.String&nbsp;key,
int&nbsp;defaultValue)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>private static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Integer&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#intProperty(java.lang.String,int,java.util.function.IntPredicate)">intProperty</a></span>&#8203;(java.lang.String&nbsp;key,
int&nbsp;defaultValue,
java.util.function.IntPredicate&nbsp;valueChecker)</code></th>
<td class="colLast">
<div class="block">Returns the value of the system property with the specified name as int, or
the <code>defaultValue</code> if any of the conditions below hold:
the property is not defined;
the property value cannot be transformed to an int;
the property value does not satisfy the checker.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>private static java.util.Properties</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#loadProperties()">loadProperties</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>private static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#stringProperty(java.lang.String,java.lang.String)">stringProperty</a></span>&#8203;(java.lang.String&nbsp;key,
java.lang.String&nbsp;defaultValue)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>private static <a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#stringProperty(java.lang.String,java.lang.String,java.util.Set)">stringProperty</a></span>&#8203;(java.lang.String&nbsp;key,
java.lang.String&nbsp;defaultValue,
java.util.Set&lt;java.lang.String&gt;&nbsp;allowedValues)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="CalciteSystemProperty.html" title="type parameter in CalciteSystemProperty">T</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#value()">value</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the value of this property.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="PROPERTIES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROPERTIES</h4>
<pre>private static final&nbsp;java.util.Properties PROPERTIES</pre>
<div class="block">Holds all system properties related with the Calcite.
<p>Deprecated <code>"saffron.properties"</code> (in namespaces"saffron" and "net.sf.saffron")
are also kept here but under "calcite" namespace.</p></div>
</li>
</ul>
<a id="DEBUG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEBUG</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt; DEBUG</pre>
<div class="block">Whether to run Calcite in debug mode.
<p>When debug mode is activated significantly more information is gathered and printed to
STDOUT. It is most commonly used to print and identify problems in generated java code. Debug
mode is also used to perform more verifications at runtime, which are not performed during
normal execution.</p></div>
</li>
</ul>
<a id="COMMUTE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COMMUTE</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt; COMMUTE</pre>
<div class="block">Whether to exploit join commutative property.</div>
</li>
</ul>
<a id="ENABLE_COLLATION_TRAIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENABLE_COLLATION_TRAIT</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt; ENABLE_COLLATION_TRAIT</pre>
<div class="block">Whether to enable the collation trait in the default planner configuration.
<p>Some extra optimizations are possible if enabled, but queries should
work either way. At some point this will become a preference, or we will
run multiple phases: first disabled, then enabled.</div>
</li>
</ul>
<a id="ENABLE_ENUMERABLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENABLE_ENUMERABLE</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt; ENABLE_ENUMERABLE</pre>
<div class="block">Whether the enumerable convention is enabled in the default planner configuration.</div>
</li>
</ul>
<a id="ENABLE_STREAM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENABLE_STREAM</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt; ENABLE_STREAM</pre>
<div class="block">Whether streaming is enabled in the default planner configuration.</div>
</li>
</ul>
<a id="STRICT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRICT</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt; STRICT</pre>
<div class="block">Whether to follow the SQL standard strictly.</div>
</li>
</ul>
<a id="DUMP_GRAPHVIZ">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DUMP_GRAPHVIZ</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt; DUMP_GRAPHVIZ</pre>
<div class="block">Whether to include a GraphViz representation when dumping the state of the Volcano planner.</div>
</li>
</ul>
<a id="DUMP_SETS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DUMP_SETS</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt; DUMP_SETS</pre>
<div class="block">Whether to include <code>RelSet</code> information when dumping the state of the Volcano
planner.</div>
</li>
</ul>
<a id="INTEGRATION_TEST">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTEGRATION_TEST</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt; INTEGRATION_TEST</pre>
<div class="block">Whether to run integration tests.</div>
</li>
</ul>
<a id="TEST_DB">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TEST_DB</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt; TEST_DB</pre>
<div class="block">Which database to use for tests that require a JDBC data source.
<p>The property can take one of the following values:
<ul>
<li>HSQLDB (default)</li>
<li>H2</li>
<li>MYSQL</li>
<li>ORACLE</li>
<li>POSTGRESQL</li>
</ul>
<p>If the specified value is not included in the previous list, the default
is used.
<p>We recommend that casual users use hsqldb, and frequent Calcite
developers use MySQL. The test suite runs faster against the MySQL database
(mainly because of the 0.1 second versus 6 seconds startup time). You have
to populate MySQL manually with the foodmart data set, otherwise there will
be test failures.</div>
</li>
</ul>
<a id="TEST_DATASET_PATH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TEST_DATASET_PATH</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt; TEST_DATASET_PATH</pre>
<div class="block">Path to the dataset file that should used for integration tests.
<p>If a path is not set, then one of the following values will be used:
<ul>
<li>../calcite-test-dataset</li>
<li>../../calcite-test-dataset</li>
<li>.</li>
</ul>
The first valid path that exists in the filesystem will be chosen.</div>
</li>
</ul>
<a id="TEST_SLOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TEST_SLOW</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt; TEST_SLOW</pre>
<div class="block">Whether to run slow tests.</div>
</li>
</ul>
<a id="TEST_MONGODB">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TEST_MONGODB</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt; TEST_MONGODB</pre>
<div class="block">Whether to run MongoDB tests.</div>
</li>
</ul>
<a id="TEST_SPLUNK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TEST_SPLUNK</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt; TEST_SPLUNK</pre>
<div class="block">Whether to run Splunk tests.
<p>Disabled by default, because we do not expect Splunk to be installed
and populated with the data set necessary for testing.</div>
</li>
</ul>
<a id="TEST_DRUID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TEST_DRUID</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt; TEST_DRUID</pre>
<div class="block">Whether to run Druid tests.</div>
</li>
</ul>
<a id="TEST_CASSANDRA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TEST_CASSANDRA</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt; TEST_CASSANDRA</pre>
<div class="block">Whether to run Cassandra tests.</div>
</li>
</ul>
<a id="TEST_FOODMART_QUERY_IDS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TEST_FOODMART_QUERY_IDS</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt; TEST_FOODMART_QUERY_IDS</pre>
<div class="block">A list of ids designating the queries
(from query.json in new.hydromatic:foodmart-queries:0.4.1)
that should be run as part of FoodmartTest.</div>
</li>
</ul>
<a id="ALLOW_INFINITE_COST_CONVERTERS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ALLOW_INFINITE_COST_CONVERTERS</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt; ALLOW_INFINITE_COST_CONVERTERS</pre>
<div class="block">Whether the optimizer will consider adding converters of infinite cost in
order to convert a relational expression from one calling convention to
another.</div>
</li>
</ul>
<a id="DEFAULT_CHARSET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_CHARSET</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt; DEFAULT_CHARSET</pre>
<div class="block">The name of the default character set.
<p>It is used by <a href="../sql/validate/SqlValidator.html" title="interface in org.apache.calcite.sql.validate"><code>SqlValidator</code></a>.</div>
</li>
</ul>
<a id="DEFAULT_NATIONAL_CHARSET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_NATIONAL_CHARSET</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt; DEFAULT_NATIONAL_CHARSET</pre>
<div class="block">The name of the default national character set.
<p>It is used with the N'string' construct in
<a href="../sql/SqlLiteral.html#%3Cinit%3E(java.lang.Object,org.apache.calcite.sql.type.SqlTypeName,org.apache.calcite.sql.parser.SqlParserPos)"><code>SqlLiteral(java.lang.Object, org.apache.calcite.sql.type.SqlTypeName, org.apache.calcite.sql.parser.SqlParserPos)</code></a>
and may be different from the <a href="#DEFAULT_CHARSET"><code>DEFAULT_CHARSET</code></a>.</div>
</li>
</ul>
<a id="DEFAULT_COLLATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_COLLATION</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt; DEFAULT_COLLATION</pre>
<div class="block">The name of the default collation.
<p>It is used in <a href="../sql/SqlCollation.html" title="class in org.apache.calcite.sql"><code>SqlCollation</code></a> and
<a href="../sql/SqlLiteral.html#%3Cinit%3E(java.lang.Object,org.apache.calcite.sql.type.SqlTypeName,org.apache.calcite.sql.parser.SqlParserPos)"><code>SqlLiteral(java.lang.Object, org.apache.calcite.sql.type.SqlTypeName, org.apache.calcite.sql.parser.SqlParserPos)</code></a>.</div>
</li>
</ul>
<a id="DEFAULT_COLLATION_STRENGTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_COLLATION_STRENGTH</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt; DEFAULT_COLLATION_STRENGTH</pre>
<div class="block">The strength of the default collation.
<p>It is used in <a href="../sql/SqlCollation.html" title="class in org.apache.calcite.sql"><code>SqlCollation</code></a> and
<a href="../sql/SqlLiteral.html#%3Cinit%3E(java.lang.Object,org.apache.calcite.sql.type.SqlTypeName,org.apache.calcite.sql.parser.SqlParserPos)"><code>SqlLiteral(java.lang.Object, org.apache.calcite.sql.type.SqlTypeName, org.apache.calcite.sql.parser.SqlParserPos)</code></a>.</p></div>
</li>
</ul>
<a id="METADATA_HANDLER_CACHE_MAXIMUM_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METADATA_HANDLER_CACHE_MAXIMUM_SIZE</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Integer&gt; METADATA_HANDLER_CACHE_MAXIMUM_SIZE</pre>
<div class="block">The maximum size of the cache of metadata handlers.
<p>A typical value is the number of queries being concurrently prepared multiplied by the
number of types of metadata.</p>
<p>If the value is less than 0, there is no limit.</p></div>
</li>
</ul>
<a id="BINDABLE_CACHE_MAX_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINDABLE_CACHE_MAX_SIZE</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Integer&gt; BINDABLE_CACHE_MAX_SIZE</pre>
<div class="block">The maximum size of the cache used for storing Bindable objects, instantiated via
dynamically generated Java classes.
<p>The default value is 0.</p>
<p>The property can take any value between [0, <code>Integer.MAX_VALUE</code>] inclusive. If the
value is not valid (or not specified) then the default value is used.</p>
<p>The cached objects may be quite big so it is suggested to use a rather small cache size
(e.g., 1000). For the most common use cases a number close to 1000 should be enough to
alleviate the performance penalty of compiling and loading classes.</p>
<p>Setting this property to 0 disables the cache.</p></div>
</li>
</ul>
<a id="BINDABLE_CACHE_CONCURRENCY_LEVEL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BINDABLE_CACHE_CONCURRENCY_LEVEL</h4>
<pre>public static final&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Integer&gt; BINDABLE_CACHE_CONCURRENCY_LEVEL</pre>
<div class="block">The concurrency level of the cache used for storing Bindable objects, instantiated via
dynamically generated Java classes.
<p>The default value is 1.</p>
<p>The property can take any value between [1, <code>Integer.MAX_VALUE</code>] inclusive. If the
value is not valid (or not specified) then the default value is used.</p>
<p>This property has no effect if the cache is disabled (i.e., <a href="#BINDABLE_CACHE_MAX_SIZE"><code>BINDABLE_CACHE_MAX_SIZE</code></a>
set to 0.</p></div>
</li>
</ul>
<a id="value">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>value</h4>
<pre>private final&nbsp;<a href="CalciteSystemProperty.html" title="type parameter in CalciteSystemProperty">T</a> value</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;(java.lang.String,java.util.function.Function)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CalciteSystemProperty</h4>
<pre>private&nbsp;CalciteSystemProperty&#8203;(java.lang.String&nbsp;key,
java.util.function.Function&lt;java.lang.String,&#8203;<a href="CalciteSystemProperty.html" title="type parameter in CalciteSystemProperty">T</a>&gt;&nbsp;valueParser)</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="booleanProperty(java.lang.String,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>booleanProperty</h4>
<pre class="methodSignature">private static&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Boolean&gt;&nbsp;booleanProperty&#8203;(java.lang.String&nbsp;key,
boolean&nbsp;defaultValue)</pre>
</li>
</ul>
<a id="intProperty(java.lang.String,int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>intProperty</h4>
<pre class="methodSignature">private static&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Integer&gt;&nbsp;intProperty&#8203;(java.lang.String&nbsp;key,
int&nbsp;defaultValue)</pre>
</li>
</ul>
<a id="intProperty(java.lang.String,int,java.util.function.IntPredicate)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>intProperty</h4>
<pre class="methodSignature">private static&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.Integer&gt;&nbsp;intProperty&#8203;(java.lang.String&nbsp;key,
int&nbsp;defaultValue,
java.util.function.IntPredicate&nbsp;valueChecker)</pre>
<div class="block">Returns the value of the system property with the specified name as int, or
the <code>defaultValue</code> if any of the conditions below hold:
<ol>
<li>the property is not defined;
<li>the property value cannot be transformed to an int;
<li>the property value does not satisfy the checker.
</ol></div>
</li>
</ul>
<a id="stringProperty(java.lang.String,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stringProperty</h4>
<pre class="methodSignature">private static&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt;&nbsp;stringProperty&#8203;(java.lang.String&nbsp;key,
java.lang.String&nbsp;defaultValue)</pre>
</li>
</ul>
<a id="stringProperty(java.lang.String,java.lang.String,java.util.Set)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stringProperty</h4>
<pre class="methodSignature">private static&nbsp;<a href="CalciteSystemProperty.html" title="class in org.apache.calcite.config">CalciteSystemProperty</a>&lt;java.lang.String&gt;&nbsp;stringProperty&#8203;(java.lang.String&nbsp;key,
java.lang.String&nbsp;defaultValue,
java.util.Set&lt;java.lang.String&gt;&nbsp;allowedValues)</pre>
</li>
</ul>
<a id="loadProperties()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>loadProperties</h4>
<pre class="methodSignature">private static&nbsp;java.util.Properties&nbsp;loadProperties()</pre>
</li>
</ul>
<a id="value()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>value</h4>
<pre class="methodSignature">public&nbsp;<a href="CalciteSystemProperty.html" title="type parameter in CalciteSystemProperty">T</a>&nbsp;value()</pre>
<div class="block">Returns the value of this property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of this property or <code>null</code> if a default value has not been
defined for this property.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CalciteSystemProperty.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" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>