| Package | Description |
|---|---|
| com.alibaba.csp.sentinel.slots.block.flow.param | |
| com.alibaba.csp.sentinel.slots.statistic.data |
| 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) |
Copyright © 2022 Alibaba Group. All rights reserved.