| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.metrics.registry.collector | |
| org.apache.dubbo.metrics.registry.event | |
| org.apache.dubbo.metrics.registry.event.type |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RegistryMetricsCollector.incrementServiceKey(String applicationName,
String serviceKey,
ServiceType registryType,
int size) |
void |
RegistryMetricsCollector.setNum(ServiceType registryType,
String applicationName,
Map<String,Integer> lastNumMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RegistryEvent.incrementServiceKey(ServiceType type,
String attServiceKey,
int size) |
void |
RegistryEvent.incrementServiceKey(ServiceType type,
String attServiceKey,
String attSize) |
void |
RegistryEvent.setLastNum(ServiceType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
static RegistryEvent |
RegistryEvent.refreshDirectoryEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel,
Map<ServiceType,Map<String,Integer>> summaryMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ServiceType |
ServiceType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ServiceType[] |
ServiceType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.