http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/33dca5aa/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/Constants.html ---------------------------------------------------------------------- diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/Constants.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/Constants.html index 6d9d2ba..768dc60 100644 --- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/Constants.html +++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/Constants.html @@ -1,3203 +1,3201 @@ -<!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 (1.7.0_161) on Tue Jul 03 20:50:06 UTC 2018 --> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Constants (Trafodion Database Connectivity Services 2.3.0 API)</title> -<meta name="date" content="2018-07-03"> -<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - try { - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constants (Trafodion Database Connectivity Services 2.3.0 API)"; - } - } - catch(err) { - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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/Constants.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>Prev Class</li> -<li><a href="../../../org/trafodion/dcs/VersionAnnotation.html" title="annotation in org.trafodion.dcs"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?org/trafodion/dcs/Constants.html" target="_top">Frames</a></li> -<li><a href="Constants.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../allclasses-noframe.html">All 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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li>Constr | </li> -<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li>Constr | </li> -<li>Method</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.trafodion.dcs</div> -<h2 title="Class Constants" class="title">Class Constants</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/7/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.trafodion.dcs.Constants</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public final class <span class="strong">Constants</span> -extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> -<div class="block">Constants holds a bunch of dcs-related constants</div> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> -<caption><span>Fields</span><span class="tabEnd"> </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>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#CLIENT_PORT_STR">CLIENT_PORT_STR</a></strong></code> -<div class="block">The ZK client port key in the ZK properties map.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#CPU_WINDOW">CPU_WINDOW</a></strong></code> -<div class="block">window for calculating cpu busy</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#CQD_ESTIMATE_HBASE_ROW_COUNT_OFF">CQD_ESTIMATE_HBASE_ROW_COUNT_OFF</a></strong></code> -<div class="block">CQD to turn table stats off</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_CLOUD_COMMAND">DCS_CLOUD_COMMAND</a></strong></code> -<div class="block">DCS cloud command</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_DNS_INTERFACE">DCS_DNS_INTERFACE</a></strong></code> -<div class="block">Configuration key for DCS DNS interface</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_AUTHORIZATION">DCS_MASTER_AUTHORIZATION</a></strong></code> -<div class="block">DcsMaster authorization feature</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_AUTHORIZATION_IS_ENABLED">DCS_MASTER_AUTHORIZATION_IS_ENABLED</a></strong></code> -<div class="block">DcsMaster authorization is enabled</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_AUTHORIZATION_IS_NOT_ENABLED">DCS_MASTER_AUTHORIZATION_IS_NOT_ENABLED</a></strong></code> -<div class="block">DcsMaster authorization is not enabled</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_FLOATING_IP">DCS_MASTER_FLOATING_IP</a></strong></code> -<div class="block">DcsMaster Floating IP feature</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_FLOATING_IP_COMMAND">DCS_MASTER_FLOATING_IP_COMMAND</a></strong></code> -<div class="block">DcsMaster floating IP command</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_FLOATING_IP_EXTERNAL_INTERFACE">DCS_MASTER_FLOATING_IP_EXTERNAL_INTERFACE</a></strong></code> -<div class="block">DcsMaster Floating IP external interface</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_FLOATING_IP_EXTERNAL_IP_ADDRESS">DCS_MASTER_FLOATING_IP_EXTERNAL_IP_ADDRESS</a></strong></code> -<div class="block">DcsMaster Floating IP external IP address</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_FLOATING_IP_IS_ENABLED">DCS_MASTER_FLOATING_IP_IS_ENABLED</a></strong></code> -<div class="block">DcsMaster Floating IP is enabled</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_FLOATING_IP_IS_NOT_ENABLED">DCS_MASTER_FLOATING_IP_IS_NOT_ENABLED</a></strong></code> -<div class="block">DcsMaster Floating IP is not enabled</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_INFO_BIND_ADDRESS">DCS_MASTER_INFO_BIND_ADDRESS</a></strong></code> -<div class="block">Configuration key for DCS master info bind address</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_INFO_PORT">DCS_MASTER_INFO_PORT</a></strong></code> -<div class="block">Configuration key for DCS master info port</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_LISTENER_REQUEST_TIMEOUT">DCS_MASTER_LISTENER_REQUEST_TIMEOUT</a></strong></code> -<div class="block">Configuration key for Listener request timeout</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_LISTENER_SELECTOR_TIMEOUT">DCS_MASTER_LISTENER_SELECTOR_TIMEOUT</a></strong></code> -<div class="block">Configuration key for Listener selector timeout</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_PORT">DCS_MASTER_PORT</a></strong></code> -<div class="block">Configuration key for DCS master port</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_PORT_RANGE">DCS_MASTER_PORT_RANGE</a></strong></code> -<div class="block">Configuration key for DCS master port range</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_SERVER_RESTART_HANDLER_ATTEMPTS">DCS_MASTER_SERVER_RESTART_HANDLER_ATTEMPTS</a></strong></code> -<div class="block">Configuration key for DCS server restart handler attempts</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_SERVER_RESTART_HANDLER_RETRY_INTERVAL_MILLIS">DCS_MASTER_SERVER_RESTART_HANDLER_RETRY_INTERVAL_MILLIS</a></strong></code> -<div class="block">Configuration key for DCS server restart handler retry interval millis</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_TRAFODION_LOGS">DCS_MASTER_TRAFODION_LOGS</a></strong></code> -<div class="block">DcsMaster Trafodion log feature</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_TRAFODION_LOGS_IS_ENABLED">DCS_MASTER_TRAFODION_LOGS_IS_ENABLED</a></strong></code> -<div class="block">DcsMaster Trafodion logs is enabled</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_TRAFODION_LOGS_IS_NOT_ENABLED">DCS_MASTER_TRAFODION_LOGS_IS_NOT_ENABLED</a></strong></code> -<div class="block">DcsMaster Trafodion logs is not enabled</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_TRAFODION_QUERY_TOOLS">DCS_MASTER_TRAFODION_QUERY_TOOLS</a></strong></code> -<div class="block">DcsMaster Trafodion query tools feature</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_TRAFODION_QUERY_TOOLS_IS_ENABLED">DCS_MASTER_TRAFODION_QUERY_TOOLS_IS_ENABLED</a></strong></code> -<div class="block">DcsMaster Trafodion query tools is enabled</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_TRAFODION_QUERY_TOOLS_IS_NOT_ENABLED">DCS_MASTER_TRAFODION_QUERY_TOOLS_IS_NOT_ENABLED</a></strong></code> -<div class="block">DcsMaster Trafodion query tools is not enabled</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_CHECK_TCPIPPORT_ATTEMPTS">DCS_SERVER_CHECK_TCPIPPORT_ATTEMPTS</a></strong></code> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="zh"> +<head> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Jul 06 10:34:26 CST 2018 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Constants (Trafodion Database Connectivity Services 2.3.0 API)</title> +<meta name="date" content="2018-07-06"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Constants (Trafodion Database Connectivity Services 2.3.0 API)"; + } +//--> +</script> +<noscript> +<div>æ¨çæµè§å¨å·²ç¦ç¨ JavaScriptã</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="è·³è¿å¯¼èªé¾æ¥"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="导èª"> +<li><a href="../../../overview-summary.html">æ¦è§</a></li> +<li><a href="package-summary.html">ç¨åºå </a></li> +<li class="navBarCell1Rev">ç±»</li> +<li><a href="class-use/Constants.html">使ç¨</a></li> +<li><a href="package-tree.html">æ </a></li> +<li><a href="../../../deprecated-list.html">å·²è¿æ¶</a></li> +<li><a href="../../../index-all.html">ç´¢å¼</a></li> +<li><a href="../../../help-doc.html">帮å©</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>ä¸ä¸ä¸ªç±»</li> +<li><a href="../../../org/trafodion/dcs/VersionAnnotation.html" title="org.trafodion.dcsä¸ç注é"><span class="strong">ä¸ä¸ä¸ªç±»</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/trafodion/dcs/Constants.html" target="_top">æ¡æ¶</a></li> +<li><a href="Constants.html" target="_top">æ æ¡æ¶</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses-noframe.html">ææç±»</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>æ¦è¦: </li> +<li>åµå¥ | </li> +<li><a href="#field_summary">å段</a> | </li> +<li>æé å¨ | </li> +<li><a href="#methods_inherited_from_class_java.lang.Object">æ¹æ³</a></li> +</ul> +<ul class="subNavList"> +<li>详ç»èµæ: </li> +<li><a href="#field_detail">å段</a> | </li> +<li>æé å¨ | </li> +<li>æ¹æ³</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.trafodion.dcs</div> +<h2 title="ç±» Constants" class="title">ç±» Constants</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="java.langä¸çç±»ææ¥å£">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.trafodion.dcs.Constants</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <span class="strong">Constants</span> +extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="java.langä¸çç±»ææ¥å£">Object</a></pre> +<div class="block">Constants holds a bunch of dcs-related constants</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>å段æ¦è¦</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="å段æ¦è¦è¡¨, å表å段å解é"> +<caption><span>å段</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">éå®ç¬¦åç±»å</th> +<th class="colLast" scope="col">å段å说æ</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#CLIENT_PORT_STR">CLIENT_PORT_STR</a></strong></code> +<div class="block">The ZK client port key in the ZK properties map.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#CPU_WINDOW">CPU_WINDOW</a></strong></code> +<div class="block">window for calculating cpu busy</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#CQD_ESTIMATE_HBASE_ROW_COUNT_OFF">CQD_ESTIMATE_HBASE_ROW_COUNT_OFF</a></strong></code> +<div class="block">CQD to turn table stats off</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_CLOUD_COMMAND">DCS_CLOUD_COMMAND</a></strong></code> +<div class="block">DCS cloud command</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_DNS_INTERFACE">DCS_DNS_INTERFACE</a></strong></code> +<div class="block">Configuration key for DCS DNS interface</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_AUTHORIZATION">DCS_MASTER_AUTHORIZATION</a></strong></code> +<div class="block">DcsMaster authorization feature</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_AUTHORIZATION_IS_ENABLED">DCS_MASTER_AUTHORIZATION_IS_ENABLED</a></strong></code> +<div class="block">DcsMaster authorization is enabled</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_AUTHORIZATION_IS_NOT_ENABLED">DCS_MASTER_AUTHORIZATION_IS_NOT_ENABLED</a></strong></code> +<div class="block">DcsMaster authorization is not enabled</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_FLOATING_IP">DCS_MASTER_FLOATING_IP</a></strong></code> +<div class="block">DcsMaster Floating IP feature</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_FLOATING_IP_COMMAND">DCS_MASTER_FLOATING_IP_COMMAND</a></strong></code> +<div class="block">DcsMaster floating IP command</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_FLOATING_IP_EXTERNAL_INTERFACE">DCS_MASTER_FLOATING_IP_EXTERNAL_INTERFACE</a></strong></code> +<div class="block">DcsMaster Floating IP external interface</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_FLOATING_IP_EXTERNAL_IP_ADDRESS">DCS_MASTER_FLOATING_IP_EXTERNAL_IP_ADDRESS</a></strong></code> +<div class="block">DcsMaster Floating IP external IP address</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_FLOATING_IP_IS_ENABLED">DCS_MASTER_FLOATING_IP_IS_ENABLED</a></strong></code> +<div class="block">DcsMaster Floating IP is enabled</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_FLOATING_IP_IS_NOT_ENABLED">DCS_MASTER_FLOATING_IP_IS_NOT_ENABLED</a></strong></code> +<div class="block">DcsMaster Floating IP is not enabled</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_INFO_BIND_ADDRESS">DCS_MASTER_INFO_BIND_ADDRESS</a></strong></code> +<div class="block">Configuration key for DCS master info bind address</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_INFO_PORT">DCS_MASTER_INFO_PORT</a></strong></code> +<div class="block">Configuration key for DCS master info port</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_LISTENER_REQUEST_TIMEOUT">DCS_MASTER_LISTENER_REQUEST_TIMEOUT</a></strong></code> +<div class="block">Configuration key for Listener request timeout</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_LISTENER_SELECTOR_TIMEOUT">DCS_MASTER_LISTENER_SELECTOR_TIMEOUT</a></strong></code> +<div class="block">Configuration key for Listener selector timeout</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_PORT">DCS_MASTER_PORT</a></strong></code> +<div class="block">Configuration key for DCS master port</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_PORT_RANGE">DCS_MASTER_PORT_RANGE</a></strong></code> +<div class="block">Configuration key for DCS master port range</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_SERVER_RESTART_HANDLER_ATTEMPTS">DCS_MASTER_SERVER_RESTART_HANDLER_ATTEMPTS</a></strong></code> +<div class="block">Configuration key for DCS server restart handler attempts</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_SERVER_RESTART_HANDLER_RETRY_INTERVAL_MILLIS">DCS_MASTER_SERVER_RESTART_HANDLER_RETRY_INTERVAL_MILLIS</a></strong></code> +<div class="block">Configuration key for DCS server restart handler retry interval millis</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_TRAFODION_LOGS">DCS_MASTER_TRAFODION_LOGS</a></strong></code> +<div class="block">DcsMaster Trafodion log feature</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_TRAFODION_LOGS_IS_ENABLED">DCS_MASTER_TRAFODION_LOGS_IS_ENABLED</a></strong></code> +<div class="block">DcsMaster Trafodion logs is enabled</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_TRAFODION_LOGS_IS_NOT_ENABLED">DCS_MASTER_TRAFODION_LOGS_IS_NOT_ENABLED</a></strong></code> +<div class="block">DcsMaster Trafodion logs is not enabled</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_TRAFODION_QUERY_TOOLS">DCS_MASTER_TRAFODION_QUERY_TOOLS</a></strong></code> +<div class="block">DcsMaster Trafodion query tools feature</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_TRAFODION_QUERY_TOOLS_IS_ENABLED">DCS_MASTER_TRAFODION_QUERY_TOOLS_IS_ENABLED</a></strong></code> +<div class="block">DcsMaster Trafodion query tools is enabled</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_MASTER_TRAFODION_QUERY_TOOLS_IS_NOT_ENABLED">DCS_MASTER_TRAFODION_QUERY_TOOLS_IS_NOT_ENABLED</a></strong></code> +<div class="block">DcsMaster Trafodion query tools is not enabled</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_CHECK_TCPIPPORT_ATTEMPTS">DCS_SERVER_CHECK_TCPIPPORT_ATTEMPTS</a></strong></code> <div class="block">Configuration key for server Listener number attempts BINDING assigned - port</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_CHECK_TCPIPPORT_RETRY_INTERVAL_MILLIS">DCS_SERVER_CHECK_TCPIPPORT_RETRY_INTERVAL_MILLIS</a></strong></code> -<div class="block">Configuration key for server Listener interval between BINDING attempts</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_HANDLER_THREADS_MAX">DCS_SERVER_HANDLER_THREADS_MAX</a></strong></code> -<div class="block">Configuration key for maximum number of threads per DCS Server handler</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_INFO_BIND_ADDRESS">DCS_SERVER_INFO_BIND_ADDRESS</a></strong></code> -<div class="block">Configuration key for DCS server info bind address</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_INFO_PORT">DCS_SERVER_INFO_PORT</a></strong></code> -<div class="block">Configuration key for DCS server info port</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_INFO_PORT_AUTO">DCS_SERVER_INFO_PORT_AUTO</a></strong></code> -<div class="block">A flag that enables automatic selection of DCS server info port</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_LISTENER_CONNECTING_TIMEOUT">DCS_SERVER_LISTENER_CONNECTING_TIMEOUT</a></strong></code> -<div class="block">Configuration key for server Listener CONNECTING timeout</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_LISTENER_REQUEST_TIMEOUT">DCS_SERVER_LISTENER_REQUEST_TIMEOUT</a></strong></code> -<div class="block">Configuration key for server Listener request timeout</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_LISTENER_SELECTOR_TIMEOUT">DCS_SERVER_LISTENER_SELECTOR_TIMEOUT</a></strong></code> -<div class="block">Configuration key for server Listener selector timeout</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_PROGRAM_KEEPALIVE_IDLETIME">DCS_SERVER_PROGRAM_KEEPALIVE_IDLETIME</a></strong></code> -<div class="block">Default value for DCS server program mxosrvr keepalive IDLETIME</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_PROGRAM_KEEPALIVE_INTERVALTIME">DCS_SERVER_PROGRAM_KEEPALIVE_INTERVALTIME</a></strong></code> -<div class="block">Default value for DCS server program mxosrvr keepalive INTERTIME</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_PROGRAM_KEEPALIVE_RETRYCOUNT">DCS_SERVER_PROGRAM_KEEPALIVE_RETRYCOUNT</a></strong></code> -<div class="block">Default value for DCS server program mxosrvr keepalive RETRYCNT</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_PROGRAM_KEEPALIVE_STATUS">DCS_SERVER_PROGRAM_KEEPALIVE_STATUS</a></strong></code> -<div class="block">Default value for DCS server program mxosrvr keepalive STATUS</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_ATTEMPTS">DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_ATTEMPTS</a></strong></code> -<div class="block">Configuration key for user program restart handler attempts for mxosrvr</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_RETRY_TIMEOUT_MINUTES">DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_RETRY_TIMEOUT_MINUTES</a></strong></code> -<div class="block">Configuration key for user program restart handler retry timeout minutes</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM">DCS_SERVER_USER_PROGRAM</a></strong></code> -<div class="block">User program feature is enabled</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_COMMAND">DCS_SERVER_USER_PROGRAM_COMMAND</a></strong></code> -<div class="block">DCS server user program command</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_CONNECTING_TIMEOUT">DCS_SERVER_USER_PROGRAM_CONNECTING_TIMEOUT</a></strong></code> -<div class="block">Configuration key for DCS server user program connecting timeout</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_EXIT_AFTER_DISCONNECT">DCS_SERVER_USER_PROGRAM_EXIT_AFTER_DISCONNECT</a></strong></code> -<div class="block">Configuration key for DCS server user program exit after disconnect</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_IS_ENABLED">DCS_SERVER_USER_PROGRAM_IS_ENABLED</a></strong></code> -<div class="block">DcsServer starts user program</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_IS_NOT_ENABLED">DCS_SERVER_USER_PROGRAM_IS_NOT_ENABLED</a></strong></code> -<div class="block">DcsServer doesn't start user program</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_MAX_HEAP_PCT_EXIT">DCS_SERVER_USER_PROGRAM_MAX_HEAP_PCT_EXIT</a></strong></code> + port</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_CHECK_TCPIPPORT_RETRY_INTERVAL_MILLIS">DCS_SERVER_CHECK_TCPIPPORT_RETRY_INTERVAL_MILLIS</a></strong></code> +<div class="block">Configuration key for server Listener interval between BINDING attempts</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_HANDLER_THREADS_MAX">DCS_SERVER_HANDLER_THREADS_MAX</a></strong></code> +<div class="block">Configuration key for maximum number of threads per DCS Server handler</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_INFO_BIND_ADDRESS">DCS_SERVER_INFO_BIND_ADDRESS</a></strong></code> +<div class="block">Configuration key for DCS server info bind address</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_INFO_PORT">DCS_SERVER_INFO_PORT</a></strong></code> +<div class="block">Configuration key for DCS server info port</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_INFO_PORT_AUTO">DCS_SERVER_INFO_PORT_AUTO</a></strong></code> +<div class="block">A flag that enables automatic selection of DCS server info port</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_LISTENER_CONNECTING_TIMEOUT">DCS_SERVER_LISTENER_CONNECTING_TIMEOUT</a></strong></code> +<div class="block">Configuration key for server Listener CONNECTING timeout</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_LISTENER_REQUEST_TIMEOUT">DCS_SERVER_LISTENER_REQUEST_TIMEOUT</a></strong></code> +<div class="block">Configuration key for server Listener request timeout</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_LISTENER_SELECTOR_TIMEOUT">DCS_SERVER_LISTENER_SELECTOR_TIMEOUT</a></strong></code> +<div class="block">Configuration key for server Listener selector timeout</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_PROGRAM_KEEPALIVE_IDLETIME">DCS_SERVER_PROGRAM_KEEPALIVE_IDLETIME</a></strong></code> +<div class="block">Default value for DCS server program mxosrvr keepalive IDLETIME</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_PROGRAM_KEEPALIVE_INTERVALTIME">DCS_SERVER_PROGRAM_KEEPALIVE_INTERVALTIME</a></strong></code> +<div class="block">Default value for DCS server program mxosrvr keepalive INTERTIME</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_PROGRAM_KEEPALIVE_RETRYCOUNT">DCS_SERVER_PROGRAM_KEEPALIVE_RETRYCOUNT</a></strong></code> +<div class="block">Default value for DCS server program mxosrvr keepalive RETRYCNT</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_PROGRAM_KEEPALIVE_STATUS">DCS_SERVER_PROGRAM_KEEPALIVE_STATUS</a></strong></code> +<div class="block">Default value for DCS server program mxosrvr keepalive STATUS</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_ATTEMPTS">DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_ATTEMPTS</a></strong></code> +<div class="block">Configuration key for user program restart handler attempts for mxosrvr</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_RETRY_TIMEOUT_MINUTES">DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_RETRY_TIMEOUT_MINUTES</a></strong></code> +<div class="block">Configuration key for user program restart handler retry timeout minutes</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM">DCS_SERVER_USER_PROGRAM</a></strong></code> +<div class="block">User program feature is enabled</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_COMMAND">DCS_SERVER_USER_PROGRAM_COMMAND</a></strong></code> +<div class="block">DCS server user program command</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_CONNECTING_TIMEOUT">DCS_SERVER_USER_PROGRAM_CONNECTING_TIMEOUT</a></strong></code> +<div class="block">Configuration key for DCS server user program connecting timeout</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_EXIT_AFTER_DISCONNECT">DCS_SERVER_USER_PROGRAM_EXIT_AFTER_DISCONNECT</a></strong></code> +<div class="block">Configuration key for DCS server user program exit after disconnect</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_IS_ENABLED">DCS_SERVER_USER_PROGRAM_IS_ENABLED</a></strong></code> +<div class="block">DcsServer starts user program</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_IS_NOT_ENABLED">DCS_SERVER_USER_PROGRAM_IS_NOT_ENABLED</a></strong></code> +<div class="block">DcsServer doesn't start user program</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_MAX_HEAP_PCT_EXIT">DCS_SERVER_USER_PROGRAM_MAX_HEAP_PCT_EXIT</a></strong></code> <div class="block">Configuration key for DCS server user program exit when heap size becomes - too large</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_PORT_BIND_TIMEOUT_SECONDS">DCS_SERVER_USER_PROGRAM_PORT_BIND_TIMEOUT_SECONDS</a></strong></code> -<div class="block">Configuration key for DCS server user program port bind timeout seconds</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_PORT_MAP_TIMEOUT_SECONDS">DCS_SERVER_USER_PROGRAM_PORT_MAP_TIMEOUT_SECONDS</a></strong></code> -<div class="block">Configuration key for DCS server user program port map timeout seconds</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_RESTART_HANDLER_ATTEMPTS">DCS_SERVER_USER_PROGRAM_RESTART_HANDLER_ATTEMPTS</a></strong></code> -<div class="block">Configuration key for user program restart handler attempts</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_RESTART_HANDLER_RETRY_INTERVAL_MILLIS">DCS_SERVER_USER_PROGRAM_RESTART_HANDLER_RETRY_INTERVAL_MILLIS</a></strong></code> -<div class="block">Configuration key for user program restart handler retry interval millis</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_STATISTICS_CACHE_SIZE">DCS_SERVER_USER_PROGRAM_STATISTICS_CACHE_SIZE</a></strong></code> -<div class="block">Configuration key for DCS server user program statistics cache size</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_STATISTICS_ENABLE">DCS_SERVER_USER_PROGRAM_STATISTICS_ENABLE</a></strong></code> -<div class="block">Configuration key for DCS server user program statistics enable</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_STATISTICS_INTERVAL_TIME">DCS_SERVER_USER_PROGRAM_STATISTICS_INTERVAL_TIME</a></strong></code> -<div class="block">Configuration key for DCS server user program statistics interval time</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_STATISTICS_LIMIT_TIME">DCS_SERVER_USER_PROGRAM_STATISTICS_LIMIT_TIME</a></strong></code> -<div class="block">Configuration key for DCS server user program statistics limit time</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_STATISTICS_SQLPLAN_ENABLE">DCS_SERVER_USER_PROGRAM_STATISTICS_SQLPLAN_ENABLE</a></strong></code> + too large</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_PORT_BIND_TIMEOUT_SECONDS">DCS_SERVER_USER_PROGRAM_PORT_BIND_TIMEOUT_SECONDS</a></strong></code> +<div class="block">Configuration key for DCS server user program port bind timeout seconds</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_PORT_MAP_TIMEOUT_SECONDS">DCS_SERVER_USER_PROGRAM_PORT_MAP_TIMEOUT_SECONDS</a></strong></code> +<div class="block">Configuration key for DCS server user program port map timeout seconds</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_RESTART_HANDLER_ATTEMPTS">DCS_SERVER_USER_PROGRAM_RESTART_HANDLER_ATTEMPTS</a></strong></code> +<div class="block">Configuration key for user program restart handler attempts</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_RESTART_HANDLER_RETRY_INTERVAL_MILLIS">DCS_SERVER_USER_PROGRAM_RESTART_HANDLER_RETRY_INTERVAL_MILLIS</a></strong></code> +<div class="block">Configuration key for user program restart handler retry interval millis</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_STATISTICS_CACHE_SIZE">DCS_SERVER_USER_PROGRAM_STATISTICS_CACHE_SIZE</a></strong></code> +<div class="block">Configuration key for DCS server user program statistics cache size</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_STATISTICS_ENABLE">DCS_SERVER_USER_PROGRAM_STATISTICS_ENABLE</a></strong></code> +<div class="block">Configuration key for DCS server user program statistics enable</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_STATISTICS_INTERVAL_TIME">DCS_SERVER_USER_PROGRAM_STATISTICS_INTERVAL_TIME</a></strong></code> +<div class="block">Configuration key for DCS server user program statistics interval time</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_STATISTICS_LIMIT_TIME">DCS_SERVER_USER_PROGRAM_STATISTICS_LIMIT_TIME</a></strong></code> +<div class="block">Configuration key for DCS server user program statistics limit time</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_STATISTICS_SQLPLAN_ENABLE">DCS_SERVER_USER_PROGRAM_STATISTICS_SQLPLAN_ENABLE</a></strong></code> <div class="block">Configuration key for DCS server user program to enable sqlplan for - queries</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_STATISTICS_TYPE">DCS_SERVER_USER_PROGRAM_STATISTICS_TYPE</a></strong></code> -<div class="block">Configuration key for DCS server user program statistics type</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_ZOOKEEPER_SESSION_TIMEOUT">DCS_SERVER_USER_PROGRAM_ZOOKEEPER_SESSION_TIMEOUT</a></strong></code> -<div class="block">Configuration key for DCS server user program zookeeper session timeout</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_TRAFODION_HOME">DCS_TRAFODION_HOME</a></strong></code> -<div class="block">User program feature is enabled</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_CLOUD_COMMAND">DEFAULT_DCS_CLOUD_COMMAND</a></strong></code> -<div class="block">Default value for DCS cloud command</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_DNS_INTERFACE">DEFAULT_DCS_DNS_INTERFACE</a></strong></code> -<div class="block">Default value for DCS DNS interface</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_AUTHORIZATION">DEFAULT_DCS_MASTER_AUTHORIZATION</a></strong></code> -<div class="block">Default value for DcsMaster authorization feature</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_FLOATING_IP">DEFAULT_DCS_MASTER_FLOATING_IP</a></strong></code> -<div class="block">Default value for DcsMaster Floating IP feature</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_FLOATING_IP_COMMAND">DEFAULT_DCS_MASTER_FLOATING_IP_COMMAND</a></strong></code> -<div class="block">Default value for DcsMaster floating IP command</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_FLOATING_IP_EXTERNAL_INTERFACE">DEFAULT_DCS_MASTER_FLOATING_IP_EXTERNAL_INTERFACE</a></strong></code> -<div class="block">Default DcsMaster Floating IP external interface</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_FLOATING_IP_EXTERNAL_IP_ADDRESS">DEFAULT_DCS_MASTER_FLOATING_IP_EXTERNAL_IP_ADDRESS</a></strong></code> -<div class="block">Default DcsMaster Floating IP external IP address</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_INFO_BIND_ADDRESS">DEFAULT_DCS_MASTER_INFO_BIND_ADDRESS</a></strong></code> -<div class="block">Default value for DCS master info bind address</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_INFO_PORT">DEFAULT_DCS_MASTER_INFO_PORT</a></strong></code> -<div class="block">Default value for DCS master info port</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_PORT">DEFAULT_DCS_MASTER_PORT</a></strong></code> -<div class="block">Default value for DCS master port</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_PORT_RANGE">DEFAULT_DCS_MASTER_PORT_RANGE</a></strong></code> -<div class="block">Default value for DCS master port range</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_SERVER_RESTART_HANDLER_ATTEMPTS">DEFAULT_DCS_MASTER_SERVER_RESTART_HANDLER_ATTEMPTS</a></strong></code> -<div class="block">Default value for DCS server restart handler attempts</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_SERVER_RESTART_HANDLER_RETRY_INTERVAL_MILLIS">DEFAULT_DCS_MASTER_SERVER_RESTART_HANDLER_RETRY_INTERVAL_MILLIS</a></strong></code> -<div class="block">Default value for DCS server restart handler retry interval millis</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_TRAFODION_LOGS">DEFAULT_DCS_MASTER_TRAFODION_LOGS</a></strong></code> -<div class="block">Default value for DcsMaster Trafodion logs feature</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_TRAFODION_QUERY_TOOLS">DEFAULT_DCS_MASTER_TRAFODION_QUERY_TOOLS</a></strong></code> -<div class="block">Default value for DcsMaster Trafodion query tools feature</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_CHECK_TCPIPPORT_ATTEMPTS">DEFAULT_DCS_SERVER_CHECK_TCPIPPORT_ATTEMPTS</a></strong></code> -<div class="block">server Listener default number attempts BINDING assigned port</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_CHECK_TCPIPPORT_RETRY_INTERVAL_MILLIS">DEFAULT_DCS_SERVER_CHECK_TCPIPPORT_RETRY_INTERVAL_MILLIS</a></strong></code> -<div class="block">server Listener default interval between BINDING attempts</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_HANDLER_THREADS_MAX">DEFAULT_DCS_SERVER_HANDLER_THREADS_MAX</a></strong></code> -<div class="block">Default maximum number of threads per DCS Server handler</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_INFO_BIND_ADDRESS">DEFAULT_DCS_SERVER_INFO_BIND_ADDRESS</a></strong></code> -<div class="block">Default value for DCS server info bind address</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_INFO_PORT">DEFAULT_DCS_SERVER_INFO_PORT</a></strong></code> -<div class="block">Default value for DCS server info port</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_IDLETIME">DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_IDLETIME</a></strong></code> -<div class="block">Configuration key for DCS server program mxosrvr keepalive IDLETIME</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_INTERVALTIME">DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_INTERVALTIME</a></strong></code> -<div class="block">Configuration key for DCS server program mxosrvr keepalive INTERTIME</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_RETRYCOUNT">DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_RETRYCOUNT</a></strong></code> -<div class="block">Configuration key for DCS server program mxosrvr keepalive RETRYCNT</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_STATUS">DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_STATUS</a></strong></code> -<div class="block">Configuration key for DCS server program mxosrvr keepalive STATUS</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_ATTEMPTS">DEFAULT_DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_ATTEMPTS</a></strong></code> -<div class="block">Default value for user program restart handler attempts for mxosrvr</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_RETRY_TIMEOUT_MINUTES">DEFAULT_DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_RETRY_TIMEOUT_MINUTES</a></strong></code> -<div class="block">Default value for user program restart handler retry timeout minutes for mxosrvr</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_USER_PROGRAM">DEFAULT_DCS_SERVER_USER_PROGRAM</a></strong></code> -<div class="block">Default value for DcsServer user program feature</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_USER_PROGRAM_COMMAND">DEFAULT_DCS_SERVER_USER_PROGRAM_COMMAND</a></strong></code> -<div class="block">Default value for DCS server user program command</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_USER_PROGRAM_CONNECTING_TIMEOUT">DEFAULT_DCS_SERVER_USER_PROGRAM_CONNECTING_TIMEOUT</a></strong></code> -<div class="block">Default value for DCS server user program connecting timeout</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_USER_PROGRAM_EXIT_AFTER_DISCONNECT">DEFAULT_DCS_SERVER_USER_PROGRAM_EXIT_AFTER_DISCONNECT</a></strong></code> -<div class="block">Default value for DCS server user program exit after disconnect</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_USER_PROGRAM_MAX_HEAP_PCT_EXIT">DEFAULT_DCS_SERVER_USER_PROGRAM_MAX_HEAP_PCT_EXIT</a></strong></code> + queries</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_STATISTICS_TYPE">DCS_SERVER_USER_PROGRAM_STATISTICS_TYPE</a></strong></code> +<div class="block">Configuration key for DCS server user program statistics type</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_SERVER_USER_PROGRAM_ZOOKEEPER_SESSION_TIMEOUT">DCS_SERVER_USER_PROGRAM_ZOOKEEPER_SESSION_TIMEOUT</a></strong></code> +<div class="block">Configuration key for DCS server user program zookeeper session timeout</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DCS_TRAFODION_HOME">DCS_TRAFODION_HOME</a></strong></code> +<div class="block">User program feature is enabled</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_CLOUD_COMMAND">DEFAULT_DCS_CLOUD_COMMAND</a></strong></code> +<div class="block">Default value for DCS cloud command</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_DNS_INTERFACE">DEFAULT_DCS_DNS_INTERFACE</a></strong></code> +<div class="block">Default value for DCS DNS interface</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_AUTHORIZATION">DEFAULT_DCS_MASTER_AUTHORIZATION</a></strong></code> +<div class="block">Default value for DcsMaster authorization feature</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_FLOATING_IP">DEFAULT_DCS_MASTER_FLOATING_IP</a></strong></code> +<div class="block">Default value for DcsMaster Floating IP feature</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_FLOATING_IP_COMMAND">DEFAULT_DCS_MASTER_FLOATING_IP_COMMAND</a></strong></code> +<div class="block">Default value for DcsMaster floating IP command</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_FLOATING_IP_EXTERNAL_INTERFACE">DEFAULT_DCS_MASTER_FLOATING_IP_EXTERNAL_INTERFACE</a></strong></code> +<div class="block">Default DcsMaster Floating IP external interface</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_FLOATING_IP_EXTERNAL_IP_ADDRESS">DEFAULT_DCS_MASTER_FLOATING_IP_EXTERNAL_IP_ADDRESS</a></strong></code> +<div class="block">Default DcsMaster Floating IP external IP address</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_INFO_BIND_ADDRESS">DEFAULT_DCS_MASTER_INFO_BIND_ADDRESS</a></strong></code> +<div class="block">Default value for DCS master info bind address</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_INFO_PORT">DEFAULT_DCS_MASTER_INFO_PORT</a></strong></code> +<div class="block">Default value for DCS master info port</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_PORT">DEFAULT_DCS_MASTER_PORT</a></strong></code> +<div class="block">Default value for DCS master port</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_PORT_RANGE">DEFAULT_DCS_MASTER_PORT_RANGE</a></strong></code> +<div class="block">Default value for DCS master port range</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_SERVER_RESTART_HANDLER_ATTEMPTS">DEFAULT_DCS_MASTER_SERVER_RESTART_HANDLER_ATTEMPTS</a></strong></code> +<div class="block">Default value for DCS server restart handler attempts</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_SERVER_RESTART_HANDLER_RETRY_INTERVAL_MILLIS">DEFAULT_DCS_MASTER_SERVER_RESTART_HANDLER_RETRY_INTERVAL_MILLIS</a></strong></code> +<div class="block">Default value for DCS server restart handler retry interval millis</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_TRAFODION_LOGS">DEFAULT_DCS_MASTER_TRAFODION_LOGS</a></strong></code> +<div class="block">Default value for DcsMaster Trafodion logs feature</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_MASTER_TRAFODION_QUERY_TOOLS">DEFAULT_DCS_MASTER_TRAFODION_QUERY_TOOLS</a></strong></code> +<div class="block">Default value for DcsMaster Trafodion query tools feature</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_CHECK_TCPIPPORT_ATTEMPTS">DEFAULT_DCS_SERVER_CHECK_TCPIPPORT_ATTEMPTS</a></strong></code> +<div class="block">server Listener default number attempts BINDING assigned port</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_CHECK_TCPIPPORT_RETRY_INTERVAL_MILLIS">DEFAULT_DCS_SERVER_CHECK_TCPIPPORT_RETRY_INTERVAL_MILLIS</a></strong></code> +<div class="block">server Listener default interval between BINDING attempts</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_HANDLER_THREADS_MAX">DEFAULT_DCS_SERVER_HANDLER_THREADS_MAX</a></strong></code> +<div class="block">Default maximum number of threads per DCS Server handler</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_INFO_BIND_ADDRESS">DEFAULT_DCS_SERVER_INFO_BIND_ADDRESS</a></strong></code> +<div class="block">Default value for DCS server info bind address</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_INFO_PORT">DEFAULT_DCS_SERVER_INFO_PORT</a></strong></code> +<div class="block">Default value for DCS server info port</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_IDLETIME">DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_IDLETIME</a></strong></code> +<div class="block">Configuration key for DCS server program mxosrvr keepalive IDLETIME</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_INTERVALTIME">DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_INTERVALTIME</a></strong></code> +<div class="block">Configuration key for DCS server program mxosrvr keepalive INTERTIME</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_RETRYCOUNT">DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_RETRYCOUNT</a></strong></code> +<div class="block">Configuration key for DCS server program mxosrvr keepalive RETRYCNT</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_STATUS">DEFAULT_DCS_SERVER_PROGRAM_TCP_KEEPALIVE_STATUS</a></strong></code> +<div class="block">Configuration key for DCS server program mxosrvr keepalive STATUS</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_ATTEMPTS">DEFAULT_DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_ATTEMPTS</a></strong></code> +<div class="block">Default value for user program restart handler attempts for mxosrvr</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_RETRY_TIMEOUT_MINUTES">DEFAULT_DCS_SERVER_STARTUP_MXOSRVR_USER_PROGRAM_RESTART_HANDLER_RETRY_TIMEOUT_MINUTES</a></strong></code> +<div class="block">Default value for user program restart handler retry timeout minutes for mxosrvr</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_USER_PROGRAM">DEFAULT_DCS_SERVER_USER_PROGRAM</a></strong></code> +<div class="block">Default value for DcsServer user program feature</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="java.langä¸çç±»ææ¥å£">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS_SERVER_USER_PROGRAM_COMMAND">DEFAULT_DCS_SERVER_USER_PROGRAM_COMMAND</a></strong></code> +<div class="block">Default value for DCS server user program command</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../org/trafodion/dcs/Constants.html#DEFAULT_DCS
<TRUNCATED>