| Package | Description |
|---|---|
| com.alibaba.nacos.config.server.constant | |
| com.alibaba.nacos.config.server.service.capacity |
| Modifier and Type | Method and Description |
|---|---|
CounterMode |
CounterMode.reverse() |
static CounterMode |
CounterMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CounterMode[] |
CounterMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CapacityService.insertAndUpdateClusterUsage(CounterMode counterMode,
boolean ignoreQuotaLimit)
集群:1.
|
boolean |
CapacityService.insertAndUpdateGroupUsage(CounterMode counterMode,
String group,
boolean ignoreQuotaLimit)
提供给关闭容量管理的限制检验功能时计数使用
Group:1. |
boolean |
CapacityService.insertAndUpdateTenantUsage(CounterMode counterMode,
String tenant,
boolean ignoreQuotaLimit)
提供给关闭容量管理的限制检验功能时计数使用
租户: 1. |
boolean |
CapacityService.updateClusterUsage(CounterMode counterMode) |
boolean |
CapacityService.updateGroupUsage(CounterMode counterMode,
String group) |
boolean |
CapacityService.updateTenantUsage(CounterMode counterMode,
String tenant) |
Copyright © 2018–2019 Alibaba Group. All rights reserved.