| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final short |
HEARTBEAT_VALUE |
0 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
BOLT_CRC_SWITCH |
"bolt.invoke.crc.switch" |
public static final String |
BOLT_CUSTOM_SERIALIZER |
"bolt.invoke.custom.serializer" |
public static final String |
BOLT_INVOKE_REQUEST_ID |
"bolt.invoke.request.id" |
public static final String |
BOLT_PROCESS_WAIT_TIME |
"bolt.invoke.wait.time" |
public static final String |
CLIENT_CONN_CREATETIME |
"bolt.client.conn.createtime" |
public static final String |
CLIENT_LOCAL_IP |
"bolt.client.local.ip" |
public static final String |
CLIENT_LOCAL_PORT |
"bolt.client.local.port" |
public static final String |
CLIENT_REMOTE_IP |
"bolt.client.remote.ip" |
public static final String |
CLIENT_REMOTE_PORT |
"bolt.client.remote.port" |
public static final int |
INITIAL_SIZE |
8 |
public static final String |
SERVER_LOCAL_IP |
"bolt.server.local.ip" |
public static final String |
SERVER_LOCAL_PORT |
"bolt.server.local.port" |
public static final String |
SERVER_REMOTE_IP |
"bolt.server.remote.ip" |
public static final String |
SERVER_REMOTE_PORT |
"bolt.server.remote.port" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final char |
AND |
38 |
public static final char |
COLON |
58 |
public static final char |
EQUAL |
61 |
public static final char |
QUES |
63 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
DEFAULT_ILLEGAL_PROTOCOL_VERSION_LENGTH |
-1 |
public static final int |
DEFAULT_PROTOCOL_VERSION_LENGTH |
1 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
CONN_CREATE_TP_KEEPALIVE_TIME |
"bolt.conn.create.tp.keepalive" |
public static final String |
CONN_CREATE_TP_KEEPALIVE_TIME_DEFAULT |
"60" |
public static final String |
CONN_CREATE_TP_MAX_SIZE |
"bolt.conn.create.tp.max" |
public static final String |
CONN_CREATE_TP_MAX_SIZE_DEFAULT |
"8" |
public static final String |
CONN_CREATE_TP_MIN_SIZE |
"bolt.conn.create.tp.min" |
public static final String |
CONN_CREATE_TP_MIN_SIZE_DEFAULT |
"3" |
public static final String |
CONN_CREATE_TP_QUEUE_SIZE |
"bolt.conn.create.tp.queue" |
public static final String |
CONN_CREATE_TP_QUEUE_SIZE_DEFAULT |
"50" |
public static final String |
CONN_MONITOR_INITIAL_DELAY |
"bolt.conn.monitor.initial.delay" |
public static final String |
CONN_MONITOR_INITIAL_DELAY_DEFAULT |
"10000" |
public static final String |
CONN_MONITOR_PERIOD |
"bolt.conn.monitor.period" |
public static final String |
CONN_MONITOR_PERIOD_DEFAULT |
"180000" |
public static final String |
CONN_MONITOR_SWITCH |
"bolt.conn.monitor.switch" |
public static final String |
CONN_MONITOR_SWITCH_DEFAULT |
"false" |
public static final String |
CONN_RECONNECT_SWITCH |
"bolt.conn.reconnect.switch" |
public static final String |
CONN_RECONNECT_SWITCH_DEFAULT |
"false" |
public static final String |
CONN_SERVICE_STATUS |
"bolt.conn.service.status" |
public static final String |
CONN_SERVICE_STATUS_OFF |
"off" |
public static final String |
CONN_SERVICE_STATUS_ON |
"on" |
public static final String |
CONN_THRESHOLD |
"bolt.conn.threshold" |
public static final String |
CONN_THRESHOLD_DEFAULT |
"3" |
public static final String |
DEFAULT_CHARSET |
"UTF-8" |
public static final int |
DEFAULT_CONN_NUM_PER_URL |
1 |
public static final int |
DEFAULT_CONNECT_TIMEOUT |
1000 |
public static final int |
MAX_CONN_NUM_PER_URL |
1000000 |
public static final String |
NETTY_BUFFER_HIGH_WATERMARK |
"bolt.netty.buffer.high.watermark" |
public static final String |
NETTY_BUFFER_LOW_WATERMARK |
"bolt.netty.buffer.low.watermark" |
public static final String |
NETTY_BUFFER_POOLED |
"bolt.netty.buffer.pooled" |
public static final String |
NETTY_BUFFER_POOLED_DEFAULT |
"true" |
public static final String |
NETTY_EPOLL_LT |
"bolt.netty.epoll.lt" |
public static final String |
NETTY_EPOLL_LT_DEFAULT |
"true" |
public static final String |
NETTY_EPOLL_SWITCH |
"bolt.netty.epoll.switch" |
public static final String |
NETTY_EPOLL_SWITCH_DEFAULT |
"true" |
public static final String |
NETTY_IO_RATIO |
"bolt.netty.io.ratio" |
public static final String |
NETTY_IO_RATIO_DEFAULT |
"70" |
public static final String |
RETRY_DETECT_PERIOD |
"bolt.retry.delete.period" |
public static final String |
RETRY_DETECT_PERIOD_DEFAULT |
"5000" |
public static final String |
SERIALIZER |
"bolt.serializer" |
public static final String |
TCP_IDLE |
"bolt.tcp.heartbeat.interval" |
public static final String |
TCP_IDLE_DEFAULT |
"15000" |
public static final String |
TCP_IDLE_MAXTIMES |
"bolt.tcp.heartbeat.maxtimes" |
public static final String |
TCP_IDLE_MAXTIMES_DEFAULT |
"3" |
public static final String |
TCP_IDLE_SWITCH |
"bolt.tcp.heartbeat.switch" |
public static final String |
TCP_IDLE_SWITCH_DEFAULT |
"true" |
public static final String |
TCP_NODELAY |
"bolt.tcp.nodelay" |
public static final String |
TCP_NODELAY_DEFAULT |
"true" |
public static final String |
TCP_SERVER_IDLE |
"bolt.tcp.server.idle.interval" |
public static final String |
TCP_SERVER_IDLE_DEFAULT |
"90000" |
public static final String |
TCP_SO_BACKLOG |
"bolt.tcp.so.backlog" |
public static final String |
TCP_SO_BACKLOG_DEFAULT |
"1024" |
public static final String |
TCP_SO_KEEPALIVE |
"bolt.tcp.so.keepalive" |
public static final String |
TCP_SO_KEEPALIVE_DEFAULT |
"true" |
public static final String |
TCP_SO_RCVBUF |
"bolt.tcp.so.rcvbuf" |
public static final String |
TCP_SO_REUSEADDR |
"bolt.tcp.so.reuseaddr" |
public static final String |
TCP_SO_REUSEADDR_DEFAULT |
"true" |
public static final String |
TCP_SO_SNDBUF |
"bolt.tcp.so.sndbuf" |
public static final String |
TP_KEEPALIVE_TIME |
"bolt.tp.keepalive" |
public static final String |
TP_KEEPALIVE_TIME_DEFAULT |
"60" |
public static final String |
TP_MAX_SIZE |
"bolt.tp.max" |
public static final String |
TP_MAX_SIZE_DEFAULT |
"400" |
public static final String |
TP_MIN_SIZE |
"bolt.tp.min" |
public static final String |
TP_MIN_SIZE_DEFAULT |
"20" |
public static final String |
TP_QUEUE_SIZE |
"bolt.tp.queue" |
public static final String |
TP_QUEUE_SIZE_DEFAULT |
"600" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
CODEC_FLUSH_CONSOLIDATION |
4 |
public static final int |
CONN_MONITOR_SWITCH |
1 |
public static final int |
CONN_RECONNECT_SWITCH |
0 |
public static final int |
SERVER_MANAGE_CONNECTION_SWITCH |
2 |
public static final int |
SERVER_SYNC_STOP |
3 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final boolean |
CRC_SWITCH_DEFAULT_VALUE |
true |
public static final int |
CRC_SWITCH_INDEX |
0 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
DEFAULT_EXPIRE_TIME |
600000 |
public static final int |
DEFAULT_RETRY_TIMES |
2 |
public static final String |
SSL_HANDLER |
"sslHandler" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
BOLT_LOG_SPACE_PROPERTY |
"bolt.log.space" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final byte |
REQUEST |
1 |
public static final byte |
REQUEST_ONEWAY |
2 |
public static final byte |
RESPONSE |
0 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
CLI_SSL_ENABLE |
"bolt.client.ssl.enable" |
public static final String |
CLI_SSL_KEYSTORE |
"bolt.client.ssl.keystore" |
public static final String |
CLI_SSL_KEYSTORE_PASS |
"bolt.client.ssl.keystore.password" |
public static final String |
CLI_SSL_KEYTSTORE_YPE |
"bolt.client.ssl.keystore.type" |
public static final String |
CLI_SSL_TMF_ALGO |
"bolt.client.ssl.tmf.algorithm" |
public static final String |
CONNECT_TIMEOUT_KEY |
"_CONNECTTIMEOUT" |
public static final String |
CONNECTION_NUM_KEY |
"_CONNECTIONNUM" |
public static final String |
CONNECTION_WARMUP_KEY |
"_CONNECTIONWARMUP" |
public static final String |
DISPATCH_MSG_LIST_IN_DEFAULT_EXECUTOR |
"bolt.rpc.dispatch-msg-list-in-default-executor" |
public static final String |
DISPATCH_MSG_LIST_IN_DEFAULT_EXECUTOR_DEFAULT |
"true" |
public static final String |
SRV_SSL_ENABLE |
"bolt.server.ssl.enable" |
public static final String |
SRV_SSL_KEYSTORE |
"bolt.server.ssl.keystore" |
public static final String |
SRV_SSL_KEYSTORE_PASS |
"bolt.server.ssl.keystore.password" |
public static final String |
SRV_SSL_KEYTSTORE_YPE |
"bolt.server.ssl.keystore.type" |
public static final String |
SRV_SSL_KMF_ALGO |
"bolt.server.ssl.kmf.algorithm" |
public static final String |
SRV_SSL_NEED_CLIENT_AUTH |
"bolt.server.ssl.clientAuth" |
public static final String |
URL_PROTOCOL |
"_PROTOCOL" |
public static final String |
URL_VERSION |
"_VERSION" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
DESERIALIZE_ALL |
2 |
public static final int |
DESERIALIZE_CLAZZ |
0 |
public static final int |
DESERIALIZE_HEADER |
1 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final byte |
PROTOCOL_CODE |
1 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
MIN_PROTOCOL_CODE_WITH_VERSION |
2 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
DEFAULT_PROTOCOL_CODE_LENGTH |
1 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final byte |
PROTOCOL_CODE |
2 |
public static final byte |
PROTOCOL_VERSION_1 |
1 |
public static final byte |
PROTOCOL_VERSION_2 |
2 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final byte |
Hessian2 |
1 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
EMPTY |
"" |
Copyright © 2020. All rights reserved.