| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.metrics.registry.collector | |
| org.apache.dubbo.metrics.registry.event | |
| org.apache.dubbo.metrics.registry.event.type |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RegistryMetricsCollector.increment(String applicationName,
ApplicationType registryType) |
void |
RegistryMetricsCollector.setNum(ApplicationType registryType,
String applicationName,
Integer num) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RegistryEvent.increment(ApplicationType type) |
void |
RegistryEvent.setNum(ApplicationType type,
String attachmentKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ApplicationType |
ApplicationType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ApplicationType[] |
ApplicationType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.