| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.metadata |
| 限定符和类型 | 方法和说明 |
|---|---|
MetadataInfo.ServiceInfo |
MetadataInfo.getNoProtocolServiceInfo(String serviceKeyWithoutProtocol)
Get service infos of an interface with specified group, version.
|
MetadataInfo.ServiceInfo |
MetadataInfo.getServiceInfo(String protocolServiceKey)
Get service info of an interface with specified group, version and protocol
|
MetadataInfo.ServiceInfo |
MetadataInfo.getValidServiceInfo(String serviceKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MetadataInfo.ServiceInfo> |
MetadataInfo.getMatchedServiceInfos(org.apache.dubbo.common.ProtocolServiceKey consumerProtocolServiceKey) |
Map<String,MetadataInfo.ServiceInfo> |
MetadataInfo.getServices() |
| 构造器和说明 |
|---|
MetadataInfo(String app,
String revision,
Map<String,MetadataInfo.ServiceInfo> services) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.