| 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 |
|---|---|
void |
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 use to hold statistics for specific resource name in the specific context. |
class |
EntranceNode
A
Node represents the entrance of the invocation tree. |
class |
StatisticNode |
| Modifier and Type | Method and Description |
|---|---|
Node |
ClusterNode.getOriginNode(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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Controller.canPass(Node node,
int acquireCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WarmUpController.canPass(Node node,
int acquireCount) |
boolean |
PaceController.canPass(Node node,
int acquireCount) |
boolean |
DefaultController.canPass(Node node,
int acquireCount) |
Copyright © 2018 Alibaba Group. All rights reserved.