类 Constants
java.lang.Object
com.alibaba.csp.sentinel.Constants
Universal constants of Sentinel.
- 作者:
- qinan.qn, youji.zj, jialiang.linjl, Eric Zhao
-
字段概要
字段修饰符和类型字段说明static final Stringstatic final StringA virtual resource identifier for cpu usage statistics (since 1.6.1).static final ClusterNodeGlobal statistic node for inbound traffic.static final intstatic final intstatic booleanThe global switch for Sentinel.static final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intOrder of default processor slotsstatic final intstatic final intstatic final DefaultNodeGlobal ROOT statistic node that represents the universal parent node.static final Stringstatic final Stringstatic final StringA virtual resource identifier for system load statistics (since 1.6.1).static final StringA virtual resource identifier for total inbound statistics (since 1.5.0). -
方法概要
-
字段详细资料
-
SENTINEL_VERSION
-
MAX_CONTEXT_NAME_SIZE
public static final int MAX_CONTEXT_NAME_SIZE- 另请参阅:
-
MAX_SLOT_CHAIN_SIZE
public static final int MAX_SLOT_CHAIN_SIZE- 另请参阅:
-
ROOT_ID
- 另请参阅:
-
CONTEXT_DEFAULT_NAME
- 另请参阅:
-
TOTAL_IN_RESOURCE_NAME
A virtual resource identifier for total inbound statistics (since 1.5.0).- 另请参阅:
-
CPU_USAGE_RESOURCE_NAME
A virtual resource identifier for cpu usage statistics (since 1.6.1).- 另请参阅:
-
SYSTEM_LOAD_RESOURCE_NAME
A virtual resource identifier for system load statistics (since 1.6.1).- 另请参阅:
-
ROOT
Global ROOT statistic node that represents the universal parent node. -
ENTRY_NODE
Global statistic node for inbound traffic. Usually used forSystemRulechecking. -
ON
public static volatile boolean ONThe global switch for Sentinel. -
ORDER_NODE_SELECTOR_SLOT
public static final int ORDER_NODE_SELECTOR_SLOTOrder of default processor slots- 另请参阅:
-
ORDER_CLUSTER_BUILDER_SLOT
public static final int ORDER_CLUSTER_BUILDER_SLOT- 另请参阅:
-
ORDER_LOG_SLOT
public static final int ORDER_LOG_SLOT- 另请参阅:
-
ORDER_STATISTIC_SLOT
public static final int ORDER_STATISTIC_SLOT- 另请参阅:
-
ORDER_AUTHORITY_SLOT
public static final int ORDER_AUTHORITY_SLOT- 另请参阅:
-
ORDER_SYSTEM_SLOT
public static final int ORDER_SYSTEM_SLOT- 另请参阅:
-
ORDER_FLOW_SLOT
public static final int ORDER_FLOW_SLOT- 另请参阅:
-
ORDER_DEFAULT_CIRCUIT_BREAKER_SLOT
public static final int ORDER_DEFAULT_CIRCUIT_BREAKER_SLOT- 另请参阅:
-
ORDER_DEGRADE_SLOT
public static final int ORDER_DEGRADE_SLOT- 另请参阅:
-