public class ParamMapBucket extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_CAPACITY |
| Constructor and Description |
|---|
ParamMapBucket() |
ParamMapBucket(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
ParamMapBucket |
add(RollingParamEvent event,
int count,
Object value) |
Set<Object> |
ascendingKeySet(RollingParamEvent type) |
Set<Object> |
descendingKeySet(RollingParamEvent type) |
int |
get(RollingParamEvent event,
Object value) |
void |
reset() |
public static final int DEFAULT_MAX_CAPACITY
public ParamMapBucket()
public ParamMapBucket(int capacity)
public void reset()
public int get(RollingParamEvent event, Object value)
public ParamMapBucket add(RollingParamEvent event, int count, Object value)
public Set<Object> ascendingKeySet(RollingParamEvent type)
public Set<Object> descendingKeySet(RollingParamEvent type)
Copyright © 2022 Alibaba Group. All rights reserved.