| Package | Description |
|---|---|
| com.alibaba.csp.sentinel.slots.block.flow |
| 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.
|
void |
FlowRuleChecker.checkFlow(Function<String,Collection<FlowRule>> ruleProvider,
ResourceWrapper resource,
Context context,
DefaultNode node,
int count,
boolean prioritized) |
Copyright © 2019 Alibaba Group. All rights reserved.