Enum Class的使用
com.alibaba.csp.sentinel.slots.block.flow.param.RollingParamEvent
使用RollingParamEvent的程序包
程序包
说明
-
com.alibaba.csp.sentinel.slots.block.flow.param中RollingParamEvent的使用
修饰符和类型方法说明static RollingParamEventReturns the enum constant of this class with the specified name.static RollingParamEvent[]RollingParamEvent.values()Returns an array containing the constants of this enum class, in the order they are declared. -
com.alibaba.csp.sentinel.slots.statistic.data中RollingParamEvent的使用
修饰符和类型方法说明ParamMapBucket.add(RollingParamEvent event, int count, Object value) ParamMapBucket.ascendingKeySet(RollingParamEvent type) ParamMapBucket.descendingKeySet(RollingParamEvent type) intParamMapBucket.get(RollingParamEvent event, Object value)