Files
redkale/javadoc/constant-values.html
2024-06-12 15:26:59 +08:00

1936 lines
114 KiB
HTML

<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (11.0.18) on Wed Jun 12 15:24:51 CST 2024 -->
<title>常量字段值 (RedkaleProject 2.8.0-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-06-12">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.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.6.0.min.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.min.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="\u5E38\u91CF\u5B57\u6BB5\u503C (RedkaleProject 2.8.0-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "./";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</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="跳过导航链接">跳过导航链接</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="org.redkale/module-summary.html">模块</a></li>
<li>程序包</li>
<li></li>
<li>使用</li>
<li><a href="overview-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" id="allclasses_navbar_top">
<li><a href="allclasses.html">所有类</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。</div>
</noscript>
</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>
<main role="main">
<div class="header">
<h1 title="常量字段值" class="title">常量字段值</h1>
<section role="region">
<h2 title="目录">目录</h2>
<ul>
<li><a href="#org.redkale">org.redkale.*</a></li>
</ul>
</section>
</div>
<div class="constantValuesContainer"><a id="org.redkale">
<!-- -->
</a>
<section role="region">
<h2 title="org.redkale">org.redkale.*</h2>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.annotation.<a href="org.redkale/org/redkale/annotation/Priority.html" title="org.redkale.annotation中的注释">Priority</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.annotation.Priority.HIGHTEST">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/annotation/Priority.html#HIGHTEST">HIGHTEST</a></code></th>
<td class="colLast"><code>2147483647</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.annotation.Priority.LOWEST">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/annotation/Priority.html#LOWEST">LOWEST</a></code></th>
<td class="colLast"><code>-2147483648</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.annotation.<a href="org.redkale/org/redkale/annotation/Resource.html" title="org.redkale.annotation中的注释">Resource</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.annotation.Resource.PARENT_NAME">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/annotation/Resource.html#PARENT_NAME">PARENT_NAME</a></code></th>
<td class="colLast"><code>"@"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.annotation.Resource.SELF_NAME">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/annotation/Resource.html#SELF_NAME">SELF_NAME</a></code></th>
<td class="colLast"><code>"#name"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.annotation.Resource.SELF_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/annotation/Resource.html#SELF_TYPE">SELF_TYPE</a></code></th>
<td class="colLast"><code>"#type"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.boot.<a href="org.redkale/org/redkale/boot/Application.html" title="org.redkale.boot中的类">Application</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.Application.RESNAME_APP_ADDR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#RESNAME_APP_ADDR">RESNAME_APP_ADDR</a></code></th>
<td class="colLast"><code>"APP_ADDR"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.boot.Application.RESNAME_APP_CLIENT_ASYNCGROUP">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#RESNAME_APP_CLIENT_ASYNCGROUP">RESNAME_APP_CLIENT_ASYNCGROUP</a></code></th>
<td class="colLast"><code>"APP_CLIENT_ASYNCGROUP"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.Application.RESNAME_APP_CONF_DIR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#RESNAME_APP_CONF_DIR">RESNAME_APP_CONF_DIR</a></code></th>
<td class="colLast"><code>"APP_CONF_DIR"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.boot.Application.RESNAME_APP_EXECUTOR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#RESNAME_APP_EXECUTOR">RESNAME_APP_EXECUTOR</a></code></th>
<td class="colLast"><code>"APP_EXECUTOR"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.Application.RESNAME_APP_HOME">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#RESNAME_APP_HOME">RESNAME_APP_HOME</a></code></th>
<td class="colLast"><code>"APP_HOME"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.boot.Application.RESNAME_APP_NAME">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#RESNAME_APP_NAME">RESNAME_APP_NAME</a></code></th>
<td class="colLast"><code>"APP_NAME"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.Application.RESNAME_APP_NODEID">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#RESNAME_APP_NODEID">RESNAME_APP_NODEID</a></code></th>
<td class="colLast"><code>"APP_NODEID"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.boot.Application.RESNAME_APP_TIME">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#RESNAME_APP_TIME">RESNAME_APP_TIME</a></code></th>
<td class="colLast"><code>"APP_TIME"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.Application.RESNAME_SERVER_RESFACTORY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#RESNAME_SERVER_RESFACTORY">RESNAME_SERVER_RESFACTORY</a></code></th>
<td class="colLast"><code>"SERVER_RESFACTORY"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.boot.Application.RESNAME_SERVER_ROOT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#RESNAME_SERVER_ROOT">RESNAME_SERVER_ROOT</a></code></th>
<td class="colLast"><code>"SERVER_ROOT"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.Application.RESNAME_SNCP_ADDRESS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#RESNAME_SNCP_ADDRESS">RESNAME_SNCP_ADDRESS</a></code></th>
<td class="colLast"><code>"SNCP_ADDRESS"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.boot.Application.RESNAME_SNCP_GROUP">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#RESNAME_SNCP_GROUP">RESNAME_SNCP_GROUP</a></code></th>
<td class="colLast"><code>"SNCP_GROUP"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.Application.SYSNAME_APP_CONF_DIR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#SYSNAME_APP_CONF_DIR">SYSNAME_APP_CONF_DIR</a></code></th>
<td class="colLast"><code>"redkale.application.confdir"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.boot.Application.SYSNAME_APP_HOME">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#SYSNAME_APP_HOME">SYSNAME_APP_HOME</a></code></th>
<td class="colLast"><code>"redkale.application.home"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.Application.SYSNAME_APP_NAME">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#SYSNAME_APP_NAME">SYSNAME_APP_NAME</a></code></th>
<td class="colLast"><code>"redkale.application.name"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.boot.Application.SYSNAME_APP_NODEID">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/Application.html#SYSNAME_APP_NODEID">SYSNAME_APP_NODEID</a></code></th>
<td class="colLast"><code>"redkale.application.nodeid"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.boot.<a href="org.redkale/org/redkale/boot/LoggingBaseHandler.html" title="org.redkale.boot中的类">LoggingBaseHandler</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.LoggingBaseHandler.FORMATTER_FORMAT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/LoggingBaseHandler.html#FORMATTER_FORMAT">FORMATTER_FORMAT</a></code></th>
<td class="colLast"><code>"[%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS.%tL] %4$s %2$s\r\n%5$s%6$s\r\n"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.boot.LoggingBaseHandler.FORMATTER_FORMAT2">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/LoggingBaseHandler.html#FORMATTER_FORMAT2">FORMATTER_FORMAT2</a></code></th>
<td class="colLast"><code>"[%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS.%tL] [%7$s] %4$s %2$s\r\n%5$s%6$s\r\n"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.LoggingBaseHandler.FORMATTER_FORMAT3">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/LoggingBaseHandler.html#FORMATTER_FORMAT3">FORMATTER_FORMAT3</a></code></th>
<td class="colLast"><code>"[%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS.%tL] [%7$s] %8$s %4$s %2$s\r\n%5$s%6$s\r\n"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.boot.<a href="org.redkale/org/redkale/boot/LoggingSearchHandler.html" title="org.redkale.boot中的类">LoggingSearchHandler</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.LoggingSearchHandler.DEFAULT_TABLE_NAME">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/LoggingSearchHandler.html#DEFAULT_TABLE_NAME">DEFAULT_TABLE_NAME</a></code></th>
<td class="colLast"><code>"log-record"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.boot.<a href="org.redkale/org/redkale/boot/NodeServer.html" title="org.redkale.boot中的类">NodeServer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.NodeServer.LINE_SEPARATOR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/NodeServer.html#LINE_SEPARATOR">LINE_SEPARATOR</a></code></th>
<td class="colLast"><code>"\r\n"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.boot.watch.<a href="org.redkale/org/redkale/boot/watch/AbstractWatchService.html" title="org.redkale.boot.watch中的类">AbstractWatchService</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.watch.AbstractWatchService.RET_WATCH_PARAMS_ILLEGAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/watch/AbstractWatchService.html#RET_WATCH_PARAMS_ILLEGAL">RET_WATCH_PARAMS_ILLEGAL</a></code></th>
<td class="colLast"><code>16000001</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.boot.watch.AbstractWatchService.RET_WATCH_RUN_EXCEPTION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/watch/AbstractWatchService.html#RET_WATCH_RUN_EXCEPTION">RET_WATCH_RUN_EXCEPTION</a></code></th>
<td class="colLast"><code>16000002</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.boot.watch.<a href="org.redkale/org/redkale/boot/watch/FilterWatchService.html" title="org.redkale.boot.watch中的类">FilterWatchService</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.watch.FilterWatchService.RET_FILTER_EXISTS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/watch/FilterWatchService.html#RET_FILTER_EXISTS">RET_FILTER_EXISTS</a></code></th>
<td class="colLast"><code>16010004</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.boot.watch.FilterWatchService.RET_FILTER_JAR_ILLEGAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/watch/FilterWatchService.html#RET_FILTER_JAR_ILLEGAL">RET_FILTER_JAR_ILLEGAL</a></code></th>
<td class="colLast"><code>16010005</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.watch.FilterWatchService.RET_FILTER_TYPE_ILLEGAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/watch/FilterWatchService.html#RET_FILTER_TYPE_ILLEGAL">RET_FILTER_TYPE_ILLEGAL</a></code></th>
<td class="colLast"><code>16010003</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.boot.watch.FilterWatchService.RET_FILTER_TYPE_NOT_EXISTS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/watch/FilterWatchService.html#RET_FILTER_TYPE_NOT_EXISTS">RET_FILTER_TYPE_NOT_EXISTS</a></code></th>
<td class="colLast"><code>16010002</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.boot.watch.<a href="org.redkale/org/redkale/boot/watch/ServerWatchService.html" title="org.redkale.boot.watch中的类">ServerWatchService</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.watch.ServerWatchService.RET_SERVER_CHANGEPORT_ERROR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/watch/ServerWatchService.html#RET_SERVER_CHANGEPORT_ERROR">RET_SERVER_CHANGEPORT_ERROR</a></code></th>
<td class="colLast"><code>16020002</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.boot.watch.ServerWatchService.RET_SERVER_NOT_EXISTS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/watch/ServerWatchService.html#RET_SERVER_NOT_EXISTS">RET_SERVER_NOT_EXISTS</a></code></th>
<td class="colLast"><code>16020001</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.boot.watch.<a href="org.redkale/org/redkale/boot/watch/ServiceWatchService.html" title="org.redkale.boot.watch中的类">ServiceWatchService</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.boot.watch.ServiceWatchService.RET_SERVICE_DEST_NOT_EXISTS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/boot/watch/ServiceWatchService.html#RET_SERVICE_DEST_NOT_EXISTS">RET_SERVICE_DEST_NOT_EXISTS</a></code></th>
<td class="colLast"><code>16030001</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.cached.<a href="org.redkale/org/redkale/cached/CachedManager.html" title="org.redkale.cached中的接口">CachedManager</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.cached.CachedManager.CACHED_CHANNEL_TOPIC">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/cached/CachedManager.html#CACHED_CHANNEL_TOPIC">CACHED_CHANNEL_TOPIC</a></code></th>
<td class="colLast"><code>"cached-channel-topic"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.cached.CachedManager.DEFAULT_SCHEMA">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/cached/CachedManager.html#DEFAULT_SCHEMA">DEFAULT_SCHEMA</a></code></th>
<td class="colLast"><code>"cached-schema"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.cached.spi.<a href="org.redkale/org/redkale/cached/spi/CachedManagerService.html" title="org.redkale.cached.spi中的类">CachedManagerService</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.cached.spi.CachedManagerService.CACHED_CHANNEL_TOPIC_PREFIX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/cached/spi/CachedManagerService.html#CACHED_CHANNEL_TOPIC_PREFIX">CACHED_CHANNEL_TOPIC_PREFIX</a></code></th>
<td class="colLast"><code>"cached-update-channel"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.cached.spi.<a href="org.redkale/org/redkale/cached/spi/CachedModuleEngine.html" title="org.redkale.cached.spi中的类">CachedModuleEngine</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.cached.spi.CachedModuleEngine.CONFIG_NAME">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/cached/spi/CachedModuleEngine.html#CONFIG_NAME">CONFIG_NAME</a></code></th>
<td class="colLast"><code>"cached"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.convert.<a href="org.redkale/org/redkale/convert/Convert.html" title="org.redkale.convert中的类">Convert</a>&lt;<a href="org.redkale/org/redkale/convert/Convert.html" title="Convert中的类型参数">R</a> extends <a href="org.redkale/org/redkale/convert/Reader.html" title="org.redkale.convert中的类">Reader</a>,&#8203;<a href="org.redkale/org/redkale/convert/Convert.html" title="Convert中的类型参数">W</a> extends <a href="org.redkale/org/redkale/convert/Writer.html" title="org.redkale.convert中的类">Writer</a>&gt;</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.convert.Convert.FEATURE_NULLABLE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/convert/Convert.html#FEATURE_NULLABLE">FEATURE_NULLABLE</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.convert.Convert.FEATURE_TINY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/convert/Convert.html#FEATURE_TINY">FEATURE_TINY</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.convert.<a href="org.redkale/org/redkale/convert/Reader.html" title="org.redkale.convert中的类">Reader</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.convert.Reader.SIGN_NOLENBUTBYTES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;short</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/convert/Reader.html#SIGN_NOLENBUTBYTES">SIGN_NOLENBUTBYTES</a></code></th>
<td class="colLast"><code>-3</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.convert.Reader.SIGN_NOLENGTH">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;short</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/convert/Reader.html#SIGN_NOLENGTH">SIGN_NOLENGTH</a></code></th>
<td class="colLast"><code>-2</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.convert.Reader.SIGN_NULL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;short</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/convert/Reader.html#SIGN_NULL">SIGN_NULL</a></code></th>
<td class="colLast"><code>-1</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.convert.bson.<a href="org.redkale/org/redkale/convert/bson/BsonReader.html" title="org.redkale.convert.bson中的类">BsonReader</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.convert.bson.BsonReader.SIGN_HASNEXT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/convert/bson/BsonReader.html#SIGN_HASNEXT">SIGN_HASNEXT</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.convert.bson.BsonReader.SIGN_NONEXT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/convert/bson/BsonReader.html#SIGN_NONEXT">SIGN_NONEXT</a></code></th>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.convert.bson.BsonReader.SIGN_OBJECTB">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;short</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/convert/bson/BsonReader.html#SIGN_OBJECTB">SIGN_OBJECTB</a></code></th>
<td class="colLast"><code>187</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.convert.bson.BsonReader.SIGN_OBJECTE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;short</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/convert/bson/BsonReader.html#SIGN_OBJECTE">SIGN_OBJECTE</a></code></th>
<td class="colLast"><code>238</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.convert.bson.BsonReader.VERBOSE_NO">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/convert/bson/BsonReader.html#VERBOSE_NO">VERBOSE_NO</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.convert.bson.BsonReader.VERBOSE_YES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/convert/bson/BsonReader.html#VERBOSE_YES">VERBOSE_YES</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.locked.spi.<a href="org.redkale/org/redkale/locked/spi/LockedModuleEngine.html" title="org.redkale.locked.spi中的类">LockedModuleEngine</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.locked.spi.LockedModuleEngine.CONFIG_NAME">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/locked/spi/LockedModuleEngine.html#CONFIG_NAME">CONFIG_NAME</a></code></th>
<td class="colLast"><code>"locked"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.mq.spi.<a href="org.redkale/org/redkale/mq/spi/MessageRecord.html" title="org.redkale.mq.spi中的类">MessageRecord</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.mq.spi.MessageRecord.CTYPE_BSON">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/mq/spi/MessageRecord.html#CTYPE_BSON">CTYPE_BSON</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.mq.spi.MessageRecord.CTYPE_HTTP_REQUEST">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/mq/spi/MessageRecord.html#CTYPE_HTTP_REQUEST">CTYPE_HTTP_REQUEST</a></code></th>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.mq.spi.MessageRecord.CTYPE_HTTP_RESULT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/mq/spi/MessageRecord.html#CTYPE_HTTP_RESULT">CTYPE_HTTP_RESULT</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.mq.spi.MessageRecord.CTYPE_STRING">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/mq/spi/MessageRecord.html#CTYPE_STRING">CTYPE_STRING</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.net.<a href="org.redkale/org/redkale/net/Server.html" title="org.redkale.net中的类">Server</a>&lt;<a href="org.redkale/org/redkale/net/Server.html" title="Server中的类型参数">K</a> extends <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Serializable.html?is-external=true" title="java.io中的类或接口" class="externalLink">Serializable</a>,&#8203;<a href="org.redkale/org/redkale/net/Server.html" title="Server中的类型参数">C</a> extends <a href="org.redkale/org/redkale/net/Context.html" title="org.redkale.net中的类">Context</a>,&#8203;<a href="org.redkale/org/redkale/net/Server.html" title="Server中的类型参数">R</a> extends <a href="org.redkale/org/redkale/net/Request.html" title="org.redkale.net中的类">Request</a>&lt;<a href="org.redkale/org/redkale/net/Server.html" title="Server中的类型参数">C</a>&gt;,&#8203;<a href="org.redkale/org/redkale/net/Server.html" title="Server中的类型参数">P</a> extends <a href="org.redkale/org/redkale/net/Response.html" title="org.redkale.net中的类">Response</a>&lt;<a href="org.redkale/org/redkale/net/Server.html" title="Server中的类型参数">C</a>,&#8203;<a href="org.redkale/org/redkale/net/Server.html" title="Server中的类型参数">R</a>&gt;,&#8203;<a href="org.redkale/org/redkale/net/Server.html" title="Server中的类型参数">S</a> extends <a href="org.redkale/org/redkale/net/Servlet.html" title="org.redkale.net中的类">Servlet</a>&lt;<a href="org.redkale/org/redkale/net/Server.html" title="Server中的类型参数">C</a>,&#8203;<a href="org.redkale/org/redkale/net/Server.html" title="Server中的类型参数">R</a>,&#8203;<a href="org.redkale/org/redkale/net/Server.html" title="Server中的类型参数">P</a>&gt;&gt;</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.Server.RESNAME_SERVER_ROOT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/Server.html#RESNAME_SERVER_ROOT">RESNAME_SERVER_ROOT</a></code></th>
<td class="colLast"><code>"SERVER_ROOT"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.net.<a href="org.redkale/org/redkale/net/Transport.html" title="org.redkale.net中的类">Transport</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.Transport.DEFAULT_NETPROTOCOL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/Transport.html#DEFAULT_NETPROTOCOL">DEFAULT_NETPROTOCOL</a></code></th>
<td class="colLast"><code>"TCP"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.net.<a href="org.redkale/org/redkale/net/TransportFactory.html" title="org.redkale.net中的类">TransportFactory</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.TransportFactory.NAME_CHECKINTERVAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/TransportFactory.html#NAME_CHECKINTERVAL">NAME_CHECKINTERVAL</a></code></th>
<td class="colLast"><code>"checkinterval"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.TransportFactory.NAME_PINGINTERVAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/TransportFactory.html#NAME_PINGINTERVAL">NAME_PINGINTERVAL</a></code></th>
<td class="colLast"><code>"pinginterval"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.TransportFactory.NAME_POOLMAXCONNS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/TransportFactory.html#NAME_POOLMAXCONNS">NAME_POOLMAXCONNS</a></code></th>
<td class="colLast"><code>"poolmaxconns"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.net.client.<a href="org.redkale/org/redkale/net/client/Client.html" title="org.redkale.net.client中的类">Client</a>&lt;<a href="org.redkale/org/redkale/net/client/Client.html" title="Client中的类型参数">C</a> extends <a href="org.redkale/org/redkale/net/client/ClientConnection.html" title="org.redkale.net.client中的类">ClientConnection</a>&lt;<a href="org.redkale/org/redkale/net/client/Client.html" title="Client中的类型参数">R</a>,&#8203;<a href="org.redkale/org/redkale/net/client/Client.html" title="Client中的类型参数">P</a>&gt;,&#8203;<a href="org.redkale/org/redkale/net/client/Client.html" title="Client中的类型参数">R</a> extends <a href="org.redkale/org/redkale/net/client/ClientRequest.html" title="org.redkale.net.client中的类">ClientRequest</a>,&#8203;<a href="org.redkale/org/redkale/net/client/Client.html" title="Client中的类型参数">P</a> extends <a href="org.redkale/org/redkale/net/client/ClientResult.html" title="org.redkale.net.client中的接口">ClientResult</a>&gt;</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.client.Client.DEFAULT_MAX_PIPELINES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/client/Client.html#DEFAULT_MAX_PIPELINES">DEFAULT_MAX_PIPELINES</a></code></th>
<td class="colLast"><code>128</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.net.http.<a href="org.redkale/org/redkale/net/http/HttpRequest.html" title="org.redkale.net.http中的类">HttpRequest</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.HEAD_ACCEPT">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#HEAD_ACCEPT">HEAD_ACCEPT</a></code></th>
<td class="colLast"><code>"Accept"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.HEAD_CONNECTION">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#HEAD_CONNECTION">HEAD_CONNECTION</a></code></th>
<td class="colLast"><code>"Connection"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.HEAD_CONTENT_LENGTH">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#HEAD_CONTENT_LENGTH">HEAD_CONTENT_LENGTH</a></code></th>
<td class="colLast"><code>"Content-Length"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.HEAD_CONTENT_TYPE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#HEAD_CONTENT_TYPE">HEAD_CONTENT_TYPE</a></code></th>
<td class="colLast"><code>"Content-Type"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.HEAD_COOKIE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#HEAD_COOKIE">HEAD_COOKIE</a></code></th>
<td class="colLast"><code>"Cookie"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.HEAD_EXPECT">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#HEAD_EXPECT">HEAD_EXPECT</a></code></th>
<td class="colLast"><code>"Expect"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.HEAD_HOST">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#HEAD_HOST">HEAD_HOST</a></code></th>
<td class="colLast"><code>"Host"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.HEAD_UPGRADE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#HEAD_UPGRADE">HEAD_UPGRADE</a></code></th>
<td class="colLast"><code>"Upgrade"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.HEAD_USER_AGENT">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#HEAD_USER_AGENT">HEAD_USER_AGENT</a></code></th>
<td class="colLast"><code>"User-Agent"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.HTTP_1_1">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#HTTP_1_1">HTTP_1_1</a></code></th>
<td class="colLast"><code>"HTTP/1.1"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.HTTP_2_0">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#HTTP_2_0">HTTP_2_0</a></code></th>
<td class="colLast"><code>"HTTP/2.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.METHOD_GET">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#METHOD_GET">METHOD_GET</a></code></th>
<td class="colLast"><code>"GET"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.METHOD_HEAD">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#METHOD_HEAD">METHOD_HEAD</a></code></th>
<td class="colLast"><code>"HEAD"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.METHOD_OPTIONS">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#METHOD_OPTIONS">METHOD_OPTIONS</a></code></th>
<td class="colLast"><code>"OPTIONS"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.METHOD_POST">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#METHOD_POST">METHOD_POST</a></code></th>
<td class="colLast"><code>"POST"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.METHOD_PUT">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#METHOD_PUT">METHOD_PUT</a></code></th>
<td class="colLast"><code>"PUT"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.READ_STATE_BODY">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#READ_STATE_BODY">READ_STATE_BODY</a></code></th>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.READ_STATE_END">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#READ_STATE_END">READ_STATE_END</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.READ_STATE_HEADER">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#READ_STATE_HEADER">READ_STATE_HEADER</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.READ_STATE_ROUTE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#READ_STATE_ROUTE">READ_STATE_ROUTE</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpRequest.SESSIONID_NAME">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpRequest.html#SESSIONID_NAME">SESSIONID_NAME</a></code></th>
<td class="colLast"><code>"JSESSIONID"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.net.http.<a href="org.redkale/org/redkale/net/http/HttpResponse.html" title="org.redkale.net.http中的类">HttpResponse</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpResponse.CONTENT_TYPE_HTML_UTF8">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpResponse.html#CONTENT_TYPE_HTML_UTF8">CONTENT_TYPE_HTML_UTF8</a></code></th>
<td class="colLast"><code>"text/html; charset=utf-8"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.net.http.<a href="org.redkale/org/redkale/net/http/HttpResult.html" title="org.redkale.net.http中的类">HttpResult</a>&lt;<a href="org.redkale/org/redkale/net/http/HttpResult.html" title="HttpResult中的类型参数">T</a>&gt;</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.HttpResult.SESSIONID_COOKIENAME">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/HttpResult.html#SESSIONID_COOKIENAME">SESSIONID_COOKIENAME</a></code></th>
<td class="colLast"><code>"JSESSIONID"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.net.http.<a href="org.redkale/org/redkale/net/http/Rest.html" title="org.redkale.net.http中的类">Rest</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.Rest.REST_HEADER_CURRUSERID">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/Rest.html#REST_HEADER_CURRUSERID">REST_HEADER_CURRUSERID</a></code></th>
<td class="colLast"><code>"Rest-Curruserid"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.Rest.REST_HEADER_REQ_CONVERT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/Rest.html#REST_HEADER_REQ_CONVERT">REST_HEADER_REQ_CONVERT</a></code></th>
<td class="colLast"><code>"Rest-Req-Convert"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.Rest.REST_HEADER_RESNAME">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/Rest.html#REST_HEADER_RESNAME">REST_HEADER_RESNAME</a></code></th>
<td class="colLast"><code>"Rest-Resname"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.Rest.REST_HEADER_RESP_CONVERT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/Rest.html#REST_HEADER_RESP_CONVERT">REST_HEADER_RESP_CONVERT</a></code></th>
<td class="colLast"><code>"Rest-Resp-Convert"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.Rest.REST_HEADER_RPC">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/Rest.html#REST_HEADER_RPC">REST_HEADER_RPC</a></code></th>
<td class="colLast"><code>"Rest-Rpc"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.Rest.REST_HEADER_TRACEID">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/Rest.html#REST_HEADER_TRACEID">REST_HEADER_TRACEID</a></code></th>
<td class="colLast"><code>"Rest-Traceid"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.net.http.<a href="org.redkale/org/redkale/net/http/WebClient.ClientReadCompletionHandler.html" title="org.redkale.net.http中的类">WebClient.ClientReadCompletionHandler</a>&lt;<a href="org.redkale/org/redkale/net/http/WebClient.ClientReadCompletionHandler.html" title="WebClient.ClientReadCompletionHandler中的类型参数">T</a>&gt;</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.WebClient.ClientReadCompletionHandler.READ_STATE_BODY">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebClient.ClientReadCompletionHandler.html#READ_STATE_BODY">READ_STATE_BODY</a></code></th>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.WebClient.ClientReadCompletionHandler.READ_STATE_END">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebClient.ClientReadCompletionHandler.html#READ_STATE_END">READ_STATE_END</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.WebClient.ClientReadCompletionHandler.READ_STATE_HEADER">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebClient.ClientReadCompletionHandler.html#READ_STATE_HEADER">READ_STATE_HEADER</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.WebClient.ClientReadCompletionHandler.READ_STATE_ROUTE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebClient.ClientReadCompletionHandler.html#READ_STATE_ROUTE">READ_STATE_ROUTE</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.net.http.<a href="org.redkale/org/redkale/net/http/WebSocket.html" title="org.redkale.net.http中的类">WebSocket</a>&lt;<a href="org.redkale/org/redkale/net/http/WebSocket.html" title="WebSocket中的类型参数">G</a> extends <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Serializable.html?is-external=true" title="java.io中的类或接口" class="externalLink">Serializable</a>,&#8203;<a href="org.redkale/org/redkale/net/http/WebSocket.html" title="WebSocket中的类型参数">T</a>&gt;</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocket.CLOSECODE_CLIENTCLOSE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocket.html#CLOSECODE_CLIENTCLOSE">CLOSECODE_CLIENTCLOSE</a></code></th>
<td class="colLast"><code>3002</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocket.CLOSECODE_ILLPACKET">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocket.html#CLOSECODE_ILLPACKET">CLOSECODE_ILLPACKET</a></code></th>
<td class="colLast"><code>3004</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocket.CLOSECODE_SERVERCLOSE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocket.html#CLOSECODE_SERVERCLOSE">CLOSECODE_SERVERCLOSE</a></code></th>
<td class="colLast"><code>3001</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocket.CLOSECODE_WSEXCEPTION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocket.html#CLOSECODE_WSEXCEPTION">CLOSECODE_WSEXCEPTION</a></code></th>
<td class="colLast"><code>3003</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocket.RETCODE_DELAYSEND">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocket.html#RETCODE_DELAYSEND">RETCODE_DELAYSEND</a></code></th>
<td class="colLast"><code>512</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocket.RETCODE_ENGINE_NULL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocket.html#RETCODE_ENGINE_NULL">RETCODE_ENGINE_NULL</a></code></th>
<td class="colLast"><code>32</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocket.RETCODE_GROUP_EMPTY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocket.html#RETCODE_GROUP_EMPTY">RETCODE_GROUP_EMPTY</a></code></th>
<td class="colLast"><code>128</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocket.RETCODE_ILLEGALBUFFER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocket.html#RETCODE_ILLEGALBUFFER">RETCODE_ILLEGALBUFFER</a></code></th>
<td class="colLast"><code>8</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocket.RETCODE_NODESERVICE_NULL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocket.html#RETCODE_NODESERVICE_NULL">RETCODE_NODESERVICE_NULL</a></code></th>
<td class="colLast"><code>64</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocket.RETCODE_SEND_ILLPACKET">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocket.html#RETCODE_SEND_ILLPACKET">RETCODE_SEND_ILLPACKET</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocket.RETCODE_SENDEXCEPTION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocket.html#RETCODE_SENDEXCEPTION">RETCODE_SENDEXCEPTION</a></code></th>
<td class="colLast"><code>16</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocket.RETCODE_WSOCKET_CLOSED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocket.html#RETCODE_WSOCKET_CLOSED">RETCODE_WSOCKET_CLOSED</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocket.RETCODE_WSOFFLINE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocket.html#RETCODE_WSOFFLINE">RETCODE_WSOFFLINE</a></code></th>
<td class="colLast"><code>256</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.net.http.<a href="org.redkale/org/redkale/net/http/WebSocketNode.html" title="org.redkale.net.http中的类">WebSocketNode</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocketNode.WS_SOURCE_KEY_NODES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocketNode.html#WS_SOURCE_KEY_NODES">WS_SOURCE_KEY_NODES</a></code></th>
<td class="colLast"><code>"sncpws_nodes"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocketNode.WS_SOURCE_KEY_USERID_PREFIX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocketNode.html#WS_SOURCE_KEY_USERID_PREFIX">WS_SOURCE_KEY_USERID_PREFIX</a></code></th>
<td class="colLast"><code>"sncpws_uid:"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.net.http.<a href="org.redkale/org/redkale/net/http/WebSocketServlet.html" title="org.redkale.net.http中的类">WebSocketServlet</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocketServlet.DEFAILT_LIVEINTERVAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocketServlet.html#DEFAILT_LIVEINTERVAL">DEFAILT_LIVEINTERVAL</a></code></th>
<td class="colLast"><code>15</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocketServlet.WEBPARAM_CRYPTOR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocketServlet.html#WEBPARAM_CRYPTOR">WEBPARAM_CRYPTOR</a></code></th>
<td class="colLast"><code>"cryptor"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocketServlet.WEBPARAM_LIVEINTERVAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocketServlet.html#WEBPARAM_LIVEINTERVAL">WEBPARAM_LIVEINTERVAL</a></code></th>
<td class="colLast"><code>"liveinterval"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocketServlet.WEBPARAM_WSMAXBODY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocketServlet.html#WEBPARAM_WSMAXBODY">WEBPARAM_WSMAXBODY</a></code></th>
<td class="colLast"><code>"wsmaxbody"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocketServlet.WEBPARAM_WSMAXCONNS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocketServlet.html#WEBPARAM_WSMAXCONNS">WEBPARAM_WSMAXCONNS</a></code></th>
<td class="colLast"><code>"wsmaxconns"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.http.WebSocketServlet.WEBPARAM_WSTHREADS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/http/WebSocketServlet.html#WEBPARAM_WSTHREADS">WEBPARAM_WSTHREADS</a></code></th>
<td class="colLast"><code>"wsthreads"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.net.sncp.<a href="org.redkale/org/redkale/net/sncp/SncpHeader.html" title="org.redkale.net.sncp中的类">SncpHeader</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.sncp.SncpHeader.HEADER_SUBSIZE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/sncp/SncpHeader.html#HEADER_SUBSIZE">HEADER_SUBSIZE</a></code></th>
<td class="colLast"><code>69</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.sncp.SncpHeader.KEEPALIVE_OFF">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/sncp/SncpHeader.html#KEEPALIVE_OFF">KEEPALIVE_OFF</a></code></th>
<td class="colLast"><code>-1</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.sncp.SncpHeader.KEEPALIVE_ON">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/sncp/SncpHeader.html#KEEPALIVE_ON">KEEPALIVE_ON</a></code></th>
<td class="colLast"><code>0</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.net.sncp.<a href="org.redkale/org/redkale/net/sncp/SncpRequest.html" title="org.redkale.net.sncp中的类">SncpRequest</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.sncp.SncpRequest.READ_STATE_BODY">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/sncp/SncpRequest.html#READ_STATE_BODY">READ_STATE_BODY</a></code></th>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.sncp.SncpRequest.READ_STATE_END">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/sncp/SncpRequest.html#READ_STATE_END">READ_STATE_END</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.sncp.SncpRequest.READ_STATE_HEADER">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/sncp/SncpRequest.html#READ_STATE_HEADER">READ_STATE_HEADER</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.sncp.SncpRequest.READ_STATE_ROUTE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/sncp/SncpRequest.html#READ_STATE_ROUTE">READ_STATE_ROUTE</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.net.sncp.<a href="org.redkale/org/redkale/net/sncp/SncpResponse.html" title="org.redkale.net.sncp中的类">SncpResponse</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.sncp.SncpResponse.RETCODE_ILLACTIONID">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/sncp/SncpResponse.html#RETCODE_ILLACTIONID">RETCODE_ILLACTIONID</a></code></th>
<td class="colLast"><code>8</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.sncp.SncpResponse.RETCODE_ILLSERVICEID">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/sncp/SncpResponse.html#RETCODE_ILLSERVICEID">RETCODE_ILLSERVICEID</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.net.sncp.SncpResponse.RETCODE_ILLSERVICEVER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/sncp/SncpResponse.html#RETCODE_ILLSERVICEVER">RETCODE_ILLSERVICEVER</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.net.sncp.SncpResponse.RETCODE_THROWEXCEPTION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/net/sncp/SncpResponse.html#RETCODE_THROWEXCEPTION">RETCODE_THROWEXCEPTION</a></code></th>
<td class="colLast"><code>16</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.persistence.<a href="org.redkale/org/redkale/persistence/SearchColumn.HighLights.html" title="org.redkale.persistence中的类">SearchColumn.HighLights</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.persistence.SearchColumn.HighLights.HIGHLIGHT_NAME_ID">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/persistence/SearchColumn.HighLights.html#HIGHLIGHT_NAME_ID">HIGHLIGHT_NAME_ID</a></code></th>
<td class="colLast"><code>"#[id]"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.persistence.SearchColumn.HighLights.HIGHLIGHT_NAME_INDEX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/persistence/SearchColumn.HighLights.html#HIGHLIGHT_NAME_INDEX">HIGHLIGHT_NAME_INDEX</a></code></th>
<td class="colLast"><code>"#[index]"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.scheduled.spi.<a href="org.redkale/org/redkale/scheduled/spi/ScheduledModuleEngine.html" title="org.redkale.scheduled.spi中的类">ScheduledModuleEngine</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.scheduled.spi.ScheduledModuleEngine.CONFIG_NAME">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/scheduled/spi/ScheduledModuleEngine.html#CONFIG_NAME">CONFIG_NAME</a></code></th>
<td class="colLast"><code>"scheduled"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.source.<a href="org.redkale/org/redkale/source/AbstractCacheSource.html" title="org.redkale.source中的类">AbstractCacheSource</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.AbstractCacheSource.CACHE_SOURCE_DB">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/AbstractCacheSource.html#CACHE_SOURCE_DB">CACHE_SOURCE_DB</a></code></th>
<td class="colLast"><code>"db"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.AbstractCacheSource.CACHE_SOURCE_ENCODING">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/AbstractCacheSource.html#CACHE_SOURCE_ENCODING">CACHE_SOURCE_ENCODING</a></code></th>
<td class="colLast"><code>"encoding"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.AbstractCacheSource.CACHE_SOURCE_MAXCONNS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/AbstractCacheSource.html#CACHE_SOURCE_MAXCONNS">CACHE_SOURCE_MAXCONNS</a></code></th>
<td class="colLast"><code>"maxconns"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.AbstractCacheSource.CACHE_SOURCE_NODES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/AbstractCacheSource.html#CACHE_SOURCE_NODES">CACHE_SOURCE_NODES</a></code></th>
<td class="colLast"><code>"nodes"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.AbstractCacheSource.CACHE_SOURCE_PASSWORD">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/AbstractCacheSource.html#CACHE_SOURCE_PASSWORD">CACHE_SOURCE_PASSWORD</a></code></th>
<td class="colLast"><code>"password"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.AbstractCacheSource.CACHE_SOURCE_PIPELINES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/AbstractCacheSource.html#CACHE_SOURCE_PIPELINES">CACHE_SOURCE_PIPELINES</a></code></th>
<td class="colLast"><code>"pipelines"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.AbstractCacheSource.CACHE_SOURCE_RESOURCE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/AbstractCacheSource.html#CACHE_SOURCE_RESOURCE">CACHE_SOURCE_RESOURCE</a></code></th>
<td class="colLast"><code>"resource"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.AbstractCacheSource.CACHE_SOURCE_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/AbstractCacheSource.html#CACHE_SOURCE_TYPE">CACHE_SOURCE_TYPE</a></code></th>
<td class="colLast"><code>"type"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.AbstractCacheSource.CACHE_SOURCE_USER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/AbstractCacheSource.html#CACHE_SOURCE_USER">CACHE_SOURCE_USER</a></code></th>
<td class="colLast"><code>"user"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.source.<a href="org.redkale/org/redkale/source/AbstractDataSqlSource.html" title="org.redkale.source中的类">AbstractDataSqlSource</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.AbstractDataSqlSource.MAX_RETRYS">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/AbstractDataSqlSource.html#MAX_RETRYS">MAX_RETRYS</a></code></th>
<td class="colLast"><code>3</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.source.<a href="org.redkale/org/redkale/source/DataSources.html" title="org.redkale.source中的类">DataSources</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_AUTOMAPPING">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_AUTOMAPPING">DATA_SOURCE_AUTOMAPPING</a></code></th>
<td class="colLast"><code>"auto-mapping"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_CACHEMODE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_CACHEMODE">DATA_SOURCE_CACHEMODE</a></code></th>
<td class="colLast"><code>"cachemode"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_CONNECT_TIMEOUT_SECONDS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_CONNECT_TIMEOUT_SECONDS">DATA_SOURCE_CONNECT_TIMEOUT_SECONDS</a></code></th>
<td class="colLast"><code>"connect-timeout"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_CONNECTIONS_CAPACITY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_CONNECTIONS_CAPACITY">DATA_SOURCE_CONNECTIONS_CAPACITY</a></code></th>
<td class="colLast"><code>"connections-bufcapacity"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_CONTAIN_SQLTEMPLATE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_CONTAIN_SQLTEMPLATE">DATA_SOURCE_CONTAIN_SQLTEMPLATE</a></code></th>
<td class="colLast"><code>"contain-sqltemplate"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_ENCODING">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_ENCODING">DATA_SOURCE_ENCODING</a></code></th>
<td class="colLast"><code>"encoding"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_MAXCONNS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_MAXCONNS">DATA_SOURCE_MAXCONNS</a></code></th>
<td class="colLast"><code>"maxconns"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_NOTCONTAIN_SQLTEMPLATE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_NOTCONTAIN_SQLTEMPLATE">DATA_SOURCE_NOTCONTAIN_SQLTEMPLATE</a></code></th>
<td class="colLast"><code>"notcontain-sqltemplate"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_PASSWORD">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_PASSWORD">DATA_SOURCE_PASSWORD</a></code></th>
<td class="colLast"><code>"password"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_PIPELINES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_PIPELINES">DATA_SOURCE_PIPELINES</a></code></th>
<td class="colLast"><code>"pipelines"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_PROXY_ADDRESS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_PROXY_ADDRESS">DATA_SOURCE_PROXY_ADDRESS</a></code></th>
<td class="colLast"><code>"proxy-address"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_PROXY_ENABLE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_PROXY_ENABLE">DATA_SOURCE_PROXY_ENABLE</a></code></th>
<td class="colLast"><code>"proxy-enable"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_PROXY_PASSWORD">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_PROXY_PASSWORD">DATA_SOURCE_PROXY_PASSWORD</a></code></th>
<td class="colLast"><code>"proxy-password"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_PROXY_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_PROXY_TYPE">DATA_SOURCE_PROXY_TYPE</a></code></th>
<td class="colLast"><code>"proxy-type"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_PROXY_USER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_PROXY_USER">DATA_SOURCE_PROXY_USER</a></code></th>
<td class="colLast"><code>"proxy-user"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_RESOURCE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_RESOURCE">DATA_SOURCE_RESOURCE</a></code></th>
<td class="colLast"><code>"resource"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_SLOWMS_ERROR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_SLOWMS_ERROR">DATA_SOURCE_SLOWMS_ERROR</a></code></th>
<td class="colLast"><code>"error-slowms"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_SLOWMS_WARN">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_SLOWMS_WARN">DATA_SOURCE_SLOWMS_WARN</a></code></th>
<td class="colLast"><code>"warn-slowms"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_TABLE_AUTODDL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_TABLE_AUTODDL">DATA_SOURCE_TABLE_AUTODDL</a></code></th>
<td class="colLast"><code>"table-autoddl"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_TABLECOPY_SQLTEMPLATE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_TABLECOPY_SQLTEMPLATE">DATA_SOURCE_TABLECOPY_SQLTEMPLATE</a></code></th>
<td class="colLast"><code>"tablecopy-sqltemplate"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_TABLENOTEXIST_SQLSTATES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_TABLENOTEXIST_SQLSTATES">DATA_SOURCE_TABLENOTEXIST_SQLSTATES</a></code></th>
<td class="colLast"><code>"tablenotexist-sqlstates"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_THREADS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_THREADS">DATA_SOURCE_THREADS</a></code></th>
<td class="colLast"><code>"threads"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_URL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_URL">DATA_SOURCE_URL</a></code></th>
<td class="colLast"><code>"url"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.DataSources.DATA_SOURCE_USER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/DataSources.html#DATA_SOURCE_USER">DATA_SOURCE_USER</a></code></th>
<td class="colLast"><code>"user"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.source.<a href="org.redkale/org/redkale/source/FilterFuncColumn.html" title="org.redkale.source中的类">FilterFuncColumn</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.FilterFuncColumn.COLUMN_NULL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/FilterFuncColumn.html#COLUMN_NULL">COLUMN_NULL</a></code></th>
<td class="colLast"><code>"*"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.source.<a href="org.redkale/org/redkale/source/SearchColumn.HighLights.html" title="org.redkale.source中的类">SearchColumn.HighLights</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.SearchColumn.HighLights.HIGHLIGHT_NAME_ID">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/SearchColumn.HighLights.html#HIGHLIGHT_NAME_ID">HIGHLIGHT_NAME_ID</a></code></th>
<td class="colLast"><code>"#[id]"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.source.SearchColumn.HighLights.HIGHLIGHT_NAME_INDEX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/SearchColumn.HighLights.html#HIGHLIGHT_NAME_INDEX">HIGHLIGHT_NAME_INDEX</a></code></th>
<td class="colLast"><code>"#[index]"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.source.<a href="org.redkale/org/redkale/source/SearchQuery.html" title="org.redkale.source中的接口">SearchQuery</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.source.SearchQuery.SEARCH_FILTER_NAME">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/source/SearchQuery.html#SEARCH_FILTER_NAME">SEARCH_FILTER_NAME</a></code></th>
<td class="colLast"><code>"#search"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.util.<a href="org.redkale/org/redkale/util/AnyValue.html" title="org.redkale.util中的类">AnyValue</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.util.AnyValue.XML_TEXT_NODE_NAME">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/util/AnyValue.html#XML_TEXT_NODE_NAME">XML_TEXT_NODE_NAME</a></code></th>
<td class="colLast"><code>""</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.util.<a href="org.redkale/org/redkale/util/Copier.html" title="org.redkale.util中的接口">Copier</a>&lt;<a href="org.redkale/org/redkale/util/Copier.html" title="Copier中的类型参数">S</a>,&#8203;<a href="org.redkale/org/redkale/util/Copier.html" title="Copier中的类型参数">D</a>&gt;</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.util.Copier.OPTION_ALLOW_TYPE_CAST">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/util/Copier.html#OPTION_ALLOW_TYPE_CAST">OPTION_ALLOW_TYPE_CAST</a></code></th>
<td class="colLast"><code>8</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.util.Copier.OPTION_SKIP_EMPTY_STRING">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/util/Copier.html#OPTION_SKIP_EMPTY_STRING">OPTION_SKIP_EMPTY_STRING</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.util.Copier.OPTION_SKIP_NULL_VALUE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/util/Copier.html#OPTION_SKIP_NULL_VALUE">OPTION_SKIP_NULL_VALUE</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.redkale.util.<a href="org.redkale/org/redkale/util/RedkaleClassLoader.html" title="org.redkale.util中的类">RedkaleClassLoader</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">修饰符和类型</th>
<th class="colSecond" scope="col">常量字段</th>
<th class="colLast" scope="col"></th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.redkale.util.RedkaleClassLoader.RESOURCE_CACHE_CLASSES_PATH">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/util/RedkaleClassLoader.html#RESOURCE_CACHE_CLASSES_PATH">RESOURCE_CACHE_CLASSES_PATH</a></code></th>
<td class="colLast"><code>"/META-INF/redkale/redkale.load.classes"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.redkale.util.RedkaleClassLoader.RESOURCE_CACHE_CONF_PATH">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="java.lang中的类或接口" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org.redkale/org/redkale/util/RedkaleClassLoader.html#RESOURCE_CACHE_CONF_PATH">RESOURCE_CACHE_CONF_PATH</a></code></th>
<td class="colLast"><code>"/META-INF/redkale/conf"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
</section>
</div>
</main>
<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="跳过导航链接">跳过导航链接</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="org.redkale/module-summary.html">模块</a></li>
<li>程序包</li>
<li></li>
<li>使用</li>
<li><a href="overview-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" id="allclasses_navbar_bottom">
<li><a href="allclasses.html">所有类</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。</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2024. All rights reserved.</small></p>
</footer>
</body>
</html>