| Package | Description |
|---|---|
| com.alibaba.csp.sentinel.slots.block.flow.param | |
| com.alibaba.csp.sentinel.slots.statistic.data | |
| com.alibaba.csp.sentinel.slots.statistic.metric |
| Modifier and Type | Method and Description |
|---|---|
static RollingParamEvent |
RollingParamEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RollingParamEvent[] |
RollingParamEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ParamMapBucket |
ParamMapBucket.add(RollingParamEvent event,
int count,
Object value) |
Set<Object> |
ParamMapBucket.ascendingKeySet(RollingParamEvent type) |
Set<Object> |
ParamMapBucket.descendingKeySet(RollingParamEvent type) |
int |
ParamMapBucket.get(RollingParamEvent event,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
HotParameterLeapArray.addValue(RollingParamEvent event,
int count,
Object value)
Add event count for specific parameter value.
|
double |
HotParameterLeapArray.getRollingAvg(RollingParamEvent event,
Object value) |
long |
HotParameterLeapArray.getRollingSum(RollingParamEvent event,
Object value) |
Map<Object,Double> |
HotParameterLeapArray.getTopValues(RollingParamEvent event,
int number)
Get "top-N" value-QPS map of provided event.
|
Copyright © 2019 Alibaba Group. All rights reserved.