| Package | Description |
|---|---|
| com.alibaba.csp.sentinel.node | |
| com.alibaba.csp.sentinel.slots.block.flow | |
| com.alibaba.csp.sentinel.slots.statistic.metric |
| Modifier and Type | Method and Description |
|---|---|
List<MetricNode> |
StatisticNode.rawMetricsInMin(Predicate<Long> timePredicate) |
List<MetricNode> |
Node.rawMetricsInMin(Predicate<Long> timePredicate) |
| Modifier and Type | Method and Description |
|---|---|
static <K> Map<K,List<FlowRule>> |
FlowRuleUtil.buildFlowRuleMap(List<FlowRule> list,
Function<FlowRule,K> groupFunction,
Predicate<FlowRule> filter,
boolean shouldSort)
Build the flow rule map from raw list of flow rules, grouping by provided group function.
|
static Map<String,List<FlowRule>> |
FlowRuleUtil.buildFlowRuleMap(List<FlowRule> list,
Predicate<FlowRule> filter)
Build the flow rule map from raw list of flow rules, grouping by resource name.
|
static Map<String,List<FlowRule>> |
FlowRuleUtil.buildFlowRuleMap(List<FlowRule> list,
Predicate<FlowRule> filter,
boolean shouldSort)
Build the flow rule map from raw list of flow rules, grouping by resource name.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricNode> |
Metric.detailsOnCondition(Predicate<Long> timePredicate) |
List<MetricNode> |
ArrayMetric.detailsOnCondition(Predicate<Long> timePredicate) |
Copyright © 2019 Alibaba Group. All rights reserved.