类的使用
org.redkale.annotation.Comment
-
使用Comment的程序包 程序包 说明 org.redkale.boot.watch 提供系统默认监控包org.redkale.mq.spi org.redkale.net 网络TCP/UDP基础服务包org.redkale.net.http HTTP协议包,提供HTTP协议服务器org.redkale.source 数据源(数据库、缓存)操作包 -
-
org.redkale.boot.watch中Comment的使用
注释类型为Comment的org.redkale.boot.watch中的字段 修饰符和类型 字段 说明 static int
FilterWatchService. RET_FILTER_EXISTS
static int
FilterWatchService. RET_FILTER_JAR_ILLEGAL
static int
FilterWatchService. RET_FILTER_TYPE_ILLEGAL
static int
FilterWatchService. RET_FILTER_TYPE_NOT_EXISTS
static int
ServerWatchService. RET_SERVER_CHANGEPORT_ERROR
static int
ServerWatchService. RET_SERVER_NOT_EXISTS
static int
ServiceWatchService. RET_SERVICE_DEST_NOT_EXISTS
static int
AbstractWatchService. RET_WATCH_PARAMS_ILLEGAL
缺少参数static int
AbstractWatchService. RET_WATCH_RUN_EXCEPTION
执行异常 -
org.redkale.mq.spi中Comment的使用
注释类型为Comment的org.redkale.mq.spi中的字段 修饰符和类型 字段 说明 protected byte[]
MessageRecord. content
protected long
MessageRecord. createTime
protected byte
MessageRecord. ctype
protected int
MessageRecord. flag
protected String
MessageRecord. groupid
protected String
MessageRecord. localActionName
protected Object[]
MessageRecord. localParams
protected String
MessageRecord. respTopic
protected long
MessageRecord. seqid
protected String
MessageRecord. topic
protected String
MessageRecord. traceid
protected Serializable
MessageRecord. userid
protected int
MessageRecord. version
-
org.redkale.net中Comment的使用
注释类型为Comment的org.redkale.net中的字段 修饰符和类型 字段 说明 static int
TransportFactory. DEFAULT_READTIMEOUTSECONDS
已过时。static int
TransportFactory. DEFAULT_WRITETIMEOUTSECONDS
已过时。 -
org.redkale.net.http中Comment的使用
注释类型为Comment的org.redkale.net.http中的字段 修饰符和类型 字段 说明 protected byte[]
WebRequest. body
static int
WebSocket. CLOSECODE_CLIENTCLOSE
static int
WebSocket. CLOSECODE_ILLPACKET
static int
WebSocket. CLOSECODE_SERVERCLOSE
static int
WebSocket. CLOSECODE_WSEXCEPTION
protected String
WebRequest. contentType
protected String
WebRequest. contextPath
protected String
HttpRequest. cookie
protected Cryptor
WebSocketEngine. cryptor
protected AtomicInteger
WebSocketEngine. currConns
static int
WebSocketServlet. DEFAILT_LIVEINTERVAL
protected HttpHeaders
WebRequest. headers
protected int
WebSocketEngine. liveInterval
protected String
WebRequest. locale
protected Logger
WebSocketEngine. logger
protected String
HttpRequest. method
protected String
WebRequest. method
protected WebSocketNode
WebSocketEngine. node
protected HttpParameters
WebRequest. params
protected String
WebRequest. path
protected String
WebRequest. remoteAddr
protected ConvertType
WebRequest. reqConvertType
protected ConvertType
WebRequest. respConvertType
static int
WebSocket. RETCODE_DELAYSEND
static int
WebSocket. RETCODE_ENGINE_NULL
static int
WebSocket. RETCODE_GROUP_EMPTY
static int
WebSocket. RETCODE_ILLEGALBUFFER
static int
WebSocket. RETCODE_NODESERVICE_NULL
static int
WebSocket. RETCODE_SEND_ILLPACKET
static int
WebSocket. RETCODE_SENDEXCEPTION
static int
WebSocket. RETCODE_WSOCKET_CLOSED
static int
WebSocket. RETCODE_WSOFFLINE
protected boolean
WebRequest. rpc
protected String
WebRequest. sessionid
protected boolean
WebSocketEngine. single
static String
WebSocketServlet. WEBPARAM_CRYPTOR
static String
WebSocketServlet. WEBPARAM_LIVEINTERVAL
static String
WebSocketServlet. WEBPARAM_WSMAXBODY
static String
WebSocketServlet. WEBPARAM_WSMAXCONNS
static String
WebSocketServlet. WEBPARAM_WSTHREADS
static String
WebSocketNode. WS_SOURCE_KEY_NODES
static String
WebSocketNode. WS_SOURCE_KEY_USERID_PREFIX
protected int
WebSocketEngine. wsMaxBody
protected int
WebSocketEngine. wsMaxConns
protected int
WebSocketEngine. wsThreads
-
org.redkale.source中Comment的使用
注释类型为Comment的org.redkale.source中的字段 修饰符和类型 字段 说明 List<AbstractDataSource.BatchAction>
AbstractDataSource.DefaultDataBatch. actions
protected int
RowBound. limit
protected int
RowBound. offset
参数类型为Comment的org.redkale.source中的构造器 构造器 说明 EntityColumn(boolean primary, boolean camelCase, Column col, String name, Class type, Comment comment)
-