| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
errorMessageForAbstractClass |
" should be a instantiable class rather than abstract class or other else" |
public static final String |
errorMessageForNotImplements |
" didn\'t implement interface org.apache.servicecomb.governance.utils.CustomMatch" |
public static final String |
infoMessageForCreatingClass |
"is not in spring container, create one and register it to spring container" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_MAX_CONCURRENT_CALLS |
1000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final float |
DEFAULT_FAILURE_RATE_THRESHOLD |
50.0f |
public static final String |
DEFAULT_FAILURE_RESPONSE_STATUS_502 |
"502" |
public static final String |
DEFAULT_FAILURE_RESPONSE_STATUS_503 |
"503" |
public static final int |
DEFAULT_MINIMUM_NUMBER_CALLS |
100 |
public static final int |
DEFAULT_PERMITTED |
10 |
public static final String |
DEFAULT_SLIDING_WINDOW_SIZE |
"100" |
public static final float |
DEFAULT_SLOW_CALL_RATE_THRESHOLD |
100.0f |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CONCURRENCY_LEVEL |
8 |
public static final long |
DEFAULT_MAXIMUM_SIZE |
60000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_LIMIT_FOR_PERIOD |
1000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_MAX_ATTEMPTS |
3 |
public static final String |
DEFAULT_RETRY_ON_RESPONSE_STATUS_502 |
"502" |
public static final String |
DEFAULT_RETRY_ON_RESPONSE_STATUS_503 |
"503" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final boolean |
DEFAULT_CANCEL_RUNNING_FUTURE |
true |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ABORTED_ERROR_MSG |
"aborted by fault inject" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
ERROR_CODE_MAX |
600 |
public static final int |
ERROR_CODE_MIN |
200 |
public static final String |
FALLBACK_RETURNNULL |
"ReturnNull" |
public static final String |
FALLBACK_THROWEXCEPTION |
"ThrowException" |
public static final int |
FAULT_INJECTION_DEFAULT_VALUE |
-1 |
public static final String |
TYPE_ABORT |
"abort" |
public static final String |
TYPE_DELAY |
"delay" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MATCH_BULKHEAD_KEY |
"servicecomb.bulkhead" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MATCH_CIRCUITBREAKER_KEY |
"servicecomb.circuitBreaker" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MATCH_FAULT_INJECTION_KEY |
"servicecomb.faultInjection" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MATCH_CACHE_KEY |
"servicecomb.cache" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MATCH_RATE_LIMIT_KEY |
"servicecomb.identifierRateLimiting" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MATCH_INSTANCE_BULKHEAD_KEY |
"servicecomb.instanceBulkhead" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MATCH_INSTANCE_ISOLATION_KEY |
"servicecomb.instanceIsolation" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MATCH_LOADBANLANCER_KEY |
"servicecomb.loadbalance" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MATCH_MAPPER_KEY |
"servicecomb.mapper" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MATCH_POLICY_KEY |
"servicecomb.matchGroup" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MATCH_RATE_LIMIT_KEY |
"servicecomb.rateLimiting" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MATCH_RETRY_KEY |
"servicecomb.retry" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MATCH_TIMELIMITER_KEY |
"servicecomb.timeLimiter" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DIGIT_PREFIX |
"PT" |
public static final String |
DIGIT_REGEX |
"-{0,1}[0-9]{1,10}" |
public static final String |
STRATEGY_RANDOM_BACKOFF |
"RandomBackoff" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ROUTE_RULE_PREFIX |
"servicecomb.routeRule." |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.