| Modifier and Type | Field and Description |
|---|---|
static DefaultNode |
Constants.ROOT |
| Modifier and Type | Method and Description |
|---|---|
DefaultNode |
Context.getEntranceNode() |
| Constructor and Description |
|---|
Context(DefaultNode entranceNode,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntranceNode
A
Node represents the entrance of the invocation tree. |
| Modifier and Type | Method and Description |
|---|---|
DefaultNode |
NodeBuilder.buildTreeNode(ResourceWrapper id,
ClusterNode clusterNode) |
DefaultNode |
DefaultNodeBuilder.buildTreeNode(ResourceWrapper id,
ClusterNode clusterNode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Rule.passCheck(Context context,
DefaultNode node,
int count,
Object... args)
Check whether current statistical indicators meet this rule, which means not exceeding any threshold.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AuthorityRuleManager.checkAuthority(ResourceWrapper resource,
Context context,
DefaultNode node,
int count) |
void |
AuthoritySlot.entry(Context context,
ResourceWrapper resourceWrapper,
DefaultNode node,
int count,
Object... args) |
boolean |
AuthorityRule.passCheck(Context context,
DefaultNode node,
int count,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DegradeRuleManager.checkDegrade(ResourceWrapper resource,
Context context,
DefaultNode node,
int count) |
void |
DegradeSlot.entry(Context context,
ResourceWrapper resourceWrapper,
DefaultNode node,
int count,
Object... args) |
boolean |
DegradeRule.passCheck(Context context,
DefaultNode node,
int acquireCount,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FlowRuleManager.checkFlow(ResourceWrapper resource,
Context context,
DefaultNode node,
int count) |
void |
FlowSlot.entry(Context context,
ResourceWrapper resourceWrapper,
DefaultNode node,
int count,
Object... args) |
boolean |
FlowRule.passCheck(Context context,
DefaultNode node,
int acquireCount,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterBuilderSlot.entry(Context context,
ResourceWrapper resourceWrapper,
DefaultNode node,
int count,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
LogSlot.entry(Context context,
ResourceWrapper resourceWrapper,
DefaultNode obj,
int count,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticSlot.entry(Context context,
ResourceWrapper resourceWrapper,
DefaultNode node,
int count,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemSlot.entry(Context context,
ResourceWrapper resourceWrapper,
DefaultNode node,
int count,
Object... args) |
boolean |
SystemRule.passCheck(Context context,
DefaultNode node,
int count,
Object... args) |
Copyright © 2018 Alibaba Group. All rights reserved.