| Modifier and Type | Field and Description |
|---|---|
protected AbstractRule |
BlockException.rule |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractRule> |
AbstractRule.as(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRule |
BlockException.getRule() |
AbstractRule |
AbstractRule.setLimitApp(String limitApp) |
AbstractRule |
AbstractRule.setResource(String resource) |
| Constructor and Description |
|---|
BlockException(String ruleLimitApp,
AbstractRule rule) |
BlockException(String ruleLimitApp,
String message,
AbstractRule rule) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorityRule
Authority rule is designed for limiting by request origins.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DegradeRule
Degrade is used when the resources are in an unstable state, these resources
will be degraded within the next defined time window.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlowRule
Each flow rule is mainly composed of three factors: grade,
strategy and controlBehavior:
|
| Modifier and Type | Class and Description |
|---|---|
class |
SystemRule
Sentinel System Rule makes the inbound traffic and capacity meet.
|
Copyright © 2019 Alibaba Group. All rights reserved.