| Package | Description |
|---|---|
| org.apache.dubbo.metadata |
| Modifier and Type | Method and Description |
|---|---|
MetadataInfo.ServiceInfo |
MetadataInfo.getServiceInfo(String serviceKey) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MetadataInfo.ServiceInfo> |
MetadataInfo.getServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataInfo.addService(MetadataInfo.ServiceInfo serviceInfo) |
void |
MetadataInfo.removeService(MetadataInfo.ServiceInfo serviceInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataInfo.setServices(Map<String,MetadataInfo.ServiceInfo> services) |
| Constructor and Description |
|---|
MetadataInfo(String app,
String revision,
Map<String,MetadataInfo.ServiceInfo> services) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.