Uses of Class
org.apache.dubbo.metadata.MetadataInfo.ServiceInfo
Packages that use MetadataInfo.ServiceInfo
-
Uses of MetadataInfo.ServiceInfo in org.apache.dubbo.metadata
Methods in org.apache.dubbo.metadata that return MetadataInfo.ServiceInfoModifier and TypeMethodDescriptionMetadataInfo.getNoProtocolServiceInfo(String serviceKeyWithoutProtocol) Get service infos of an interface with specified group, version.MetadataInfo.getServiceInfo(String protocolServiceKey) Get service info of an interface with specified group, version and protocolMetadataInfo.getValidServiceInfo(String serviceKey) Methods in org.apache.dubbo.metadata that return types with arguments of type MetadataInfo.ServiceInfoModifier and TypeMethodDescriptionMetadataInfo.getMatchedServiceInfos(org.apache.dubbo.common.ProtocolServiceKey consumerProtocolServiceKey) MetadataInfo.getServices()Constructor parameters in org.apache.dubbo.metadata with type arguments of type MetadataInfo.ServiceInfoModifierConstructorDescriptionMetadataInfo(String app, String revision, Map<String, MetadataInfo.ServiceInfo> services) -
Uses of MetadataInfo.ServiceInfo in org.apache.dubbo.metadata.util
Methods in org.apache.dubbo.metadata.util that return MetadataInfo.ServiceInfoModifier and TypeMethodDescriptionstatic MetadataInfo.ServiceInfoMetadataServiceVersionUtils.toV1(ServiceInfoV2 serviceInfoV2) Methods in org.apache.dubbo.metadata.util with parameters of type MetadataInfo.ServiceInfoModifier and TypeMethodDescriptionstatic ServiceInfoV2MetadataServiceVersionUtils.toV2(MetadataInfo.ServiceInfo serviceInfo)