| Package | Description |
|---|---|
| com.alibaba.csp.sentinel.cluster.server.config |
| Modifier and Type | Method and Description |
|---|---|
ServerFlowConfig |
ServerFlowConfig.setExceedCount(double exceedCount) |
ServerFlowConfig |
ServerFlowConfig.setIntervalMs(int intervalMs) |
ServerFlowConfig |
ServerFlowConfig.setMaxAllowedQps(double maxAllowedQps) |
ServerFlowConfig |
ServerFlowConfig.setMaxOccupyRatio(double maxOccupyRatio) |
ServerFlowConfig |
ServerFlowConfig.setSampleCount(int sampleCount) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ClusterServerConfigManager.isValidFlowConfig(ServerFlowConfig config) |
static void |
ClusterServerConfigManager.loadFlowConfig(String namespace,
ServerFlowConfig config)
Load server flow config for a specific namespace.
|
static void |
ClusterServerConfigManager.loadGlobalFlowConfig(ServerFlowConfig config)
Load provided server global statistic (flow) configuration to property in memory.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ClusterServerConfigManager.registerGlobalServerFlowProperty(SentinelProperty<ServerFlowConfig> property)
Register cluster server global statistic (flow) configuration dynamic property.
|
Copyright © 2021 Alibaba Group. All rights reserved.