Package com.alibaba.cloud.sentinel
Class SentinelConstants
java.lang.Object
com.alibaba.cloud.sentinel.SentinelConstants
- Author:
- fangjian
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Sentinel api port.static final StringBlock page key.static final StringBlock type.static final StringThe charset.static final StringThe cold factor.static final StringFallback type.static final StringPrefix ofSentinelProperties.static final StringUrlCleaner type. -
Method Summary
-
Field Details
-
PROPERTY_PREFIX
Prefix ofSentinelProperties.- See Also:
-
BLOCK_PAGE_URL_CONF_KEY
Block page key.- See Also:
-
BLOCK_TYPE
Block type.- See Also:
-
FALLBACK_TYPE
Fallback type.- See Also:
-
URLCLEANER_TYPE
UrlCleaner type.- See Also:
-
COLD_FACTOR
The cold factor.- See Also:
-
CHARSET
The charset.- See Also:
-
API_PORT
The Sentinel api port.- See Also:
-