| Package | Description |
|---|---|
| com.alibaba.csp.sentinel | |
| com.alibaba.csp.sentinel.node | |
| com.alibaba.csp.sentinel.slots.clusterbuilder |
| Modifier and Type | Field and Description |
|---|---|
static ClusterNode |
Constants.ENTRY_NODE
Global statistic node for inbound traffic.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterNode |
NodeBuilder.buildClusterNode()
Deprecated.
Create a new
ClusterNode as universal statistic node for a single resource. |
ClusterNode |
DefaultNode.getClusterNode() |
| Modifier and Type | Method and Description |
|---|---|
DefaultNode |
NodeBuilder.buildTreeNode(ResourceWrapper id,
ClusterNode clusterNode)
Deprecated.
Create a new
DefaultNode as tree node. |
void |
DefaultNode.setClusterNode(ClusterNode clusterNode) |
| Constructor and Description |
|---|
DefaultNode(ResourceWrapper id,
ClusterNode clusterNode) |
EntranceNode(ResourceWrapper id,
ClusterNode clusterNode) |
| Modifier and Type | Method and Description |
|---|---|
static ClusterNode |
ClusterBuilderSlot.getClusterNode(String id)
Get
ClusterNode of the resource name. |
static ClusterNode |
ClusterBuilderSlot.getClusterNode(String id,
EntryType type)
Get
ClusterNode of the resource of the specific type. |
| Modifier and Type | Method and Description |
|---|---|
static Map<ResourceWrapper,ClusterNode> |
ClusterBuilderSlot.getClusterNodeMap()
Get
ClusterNodes map, this map holds all ClusterNodes, it's key is resource name,
value is the related ClusterNode. |
Copyright © 2019 Alibaba Group. All rights reserved.