static NodeVo |
NodeVo.fromClusterNode(com.alibaba.csp.sentinel.slotchain.ResourceWrapper name,
com.alibaba.csp.sentinel.node.ClusterNode node)
ClusterNode holds total statistics of the same resource name.
|
static NodeVo |
NodeVo.fromClusterNode(String name,
com.alibaba.csp.sentinel.node.ClusterNode node)
ClusterNode holds total statistics of the same resource name.
|
static NodeVo |
NodeVo.fromDefaultNode(com.alibaba.csp.sentinel.node.DefaultNode node,
String parentId)
DefaultNode holds statistics of every node in the invoke tree.
|