| Modifier and Type | Method and Description |
|---|---|
Node |
Entry.getCurNode() |
abstract Node |
Entry.getLastNode()
|
Node |
Entry.getOriginNode()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entry.setCurNode(Node node) |
void |
Entry.setOriginNode(Node originNode) |
| Modifier and Type | Method and Description |
|---|---|
Node |
Context.getCurNode() |
Node |
Context.getLastNode()
Get the parent
Node of the current. |
Node |
Context.getOriginNode() |
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.setCurNode(Node node) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterNode
This class stores summary runtime statistics of the resource, including rt, thread count, qps
and so on.
|
class |
DefaultNode
A
Node used to hold statistics for specific resource name in the specific context. |
class |
EntranceNode
A
Node represents the entrance of the invocation tree. |
class |
StatisticNode
The statistic node keep three kinds of real-time statistics metrics:
|
| Modifier and Type | Method and Description |
|---|---|
Node |
ClusterNode.getOrCreateOriginNode(String origin)
Get
Node of the specific origin. |
| Modifier and Type | Method and Description |
|---|---|
Set<Node> |
DefaultNode.getChildList() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNode.addChild(Node node)
Add child node to current node.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TrafficShapingController.canPass(Node node,
int acquireCount)
Check whether given resource entry can pass with provided count.
|
boolean |
TrafficShapingController.canPass(Node node,
int acquireCount,
boolean prioritized)
Check whether given resource entry can pass with provided count.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WarmUpRateLimiterController.canPass(Node node,
int acquireCount) |
boolean |
WarmUpController.canPass(Node node,
int acquireCount) |
boolean |
RateLimiterController.canPass(Node node,
int acquireCount) |
boolean |
DefaultController.canPass(Node node,
int acquireCount) |
boolean |
WarmUpRateLimiterController.canPass(Node node,
int acquireCount,
boolean prioritized) |
boolean |
WarmUpController.canPass(Node node,
int acquireCount,
boolean prioritized) |
boolean |
RateLimiterController.canPass(Node node,
int acquireCount,
boolean prioritized) |
boolean |
DefaultController.canPass(Node node,
int acquireCount,
boolean prioritized) |
Copyright © 2019 Alibaba Group. All rights reserved.