类 ConnectionCheckCode
java.lang.Object
com.alibaba.nacos.plugin.control.connection.response.ConnectionCheckCode
connection check code.
- 作者:
- shiyiyue
-
字段概要
字段修饰符和类型字段说明static final intskip.static final intdeny by total over limit.static final intpass by monitor type.static final intcheck pass. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
PASS_BY_TOTAL
public static final int PASS_BY_TOTALcheck pass.- 另请参阅:
-
CHECK_SKIP
public static final int CHECK_SKIPskip.- 另请参阅:
-
DENY_BY_TOTAL_OVER
public static final int DENY_BY_TOTAL_OVERdeny by total over limit.- 另请参阅:
-
PASS_BY_MONITOR
public static final int PASS_BY_MONITORpass by monitor type.- 另请参阅:
-
-
构造器详细资料
-
ConnectionCheckCode
public ConnectionCheckCode()
-