Uses of Class
org.apache.dubbo.metadata.ServiceInfoV2
Packages that use ServiceInfoV2
-
Uses of ServiceInfoV2 in org.apache.dubbo.metadata
Methods in org.apache.dubbo.metadata that return ServiceInfoV2Modifier and TypeMethodDescriptionServiceInfoV2.Builder.build()ServiceInfoV2.Builder.buildPartial()static ServiceInfoV2ServiceInfoV2.getDefaultInstance()ServiceInfoV2.Builder.getDefaultInstanceForType()ServiceInfoV2.getDefaultInstanceForType()MetadataInfoV2.Builder.getServicesOrDefault(String key, ServiceInfoV2 defaultValue) map<string, .org.apache.dubbo.metadata.ServiceInfoV2> services = 3;MetadataInfoV2.getServicesOrDefault(String key, ServiceInfoV2 defaultValue) map<string, .org.apache.dubbo.metadata.ServiceInfoV2> services = 3;MetadataInfoV2OrBuilder.getServicesOrDefault(String key, ServiceInfoV2 defaultValue) map<string, .org.apache.dubbo.metadata.ServiceInfoV2> services = 3;MetadataInfoV2.Builder.getServicesOrThrow(String key) map<string, .org.apache.dubbo.metadata.ServiceInfoV2> services = 3;MetadataInfoV2.getServicesOrThrow(String key) map<string, .org.apache.dubbo.metadata.ServiceInfoV2> services = 3;MetadataInfoV2OrBuilder.getServicesOrThrow(String key) map<string, .org.apache.dubbo.metadata.ServiceInfoV2> services = 3;static ServiceInfoV2ServiceInfoV2.parseDelimitedFrom(InputStream input) static ServiceInfoV2ServiceInfoV2.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceInfoV2ServiceInfoV2.parseFrom(byte[] data) static ServiceInfoV2ServiceInfoV2.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceInfoV2ServiceInfoV2.parseFrom(com.google.protobuf.ByteString data) static ServiceInfoV2ServiceInfoV2.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceInfoV2ServiceInfoV2.parseFrom(com.google.protobuf.CodedInputStream input) static ServiceInfoV2ServiceInfoV2.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceInfoV2ServiceInfoV2.parseFrom(InputStream input) static ServiceInfoV2ServiceInfoV2.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceInfoV2ServiceInfoV2.parseFrom(ByteBuffer data) static ServiceInfoV2ServiceInfoV2.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.dubbo.metadata that return types with arguments of type ServiceInfoV2Modifier and TypeMethodDescriptionMetadataInfoV2.Builder.getMutableServices()Deprecated.com.google.protobuf.Parser<ServiceInfoV2> ServiceInfoV2.getParserForType()MetadataInfoV2.Builder.getServices()Deprecated.MetadataInfoV2.getServices()Deprecated.MetadataInfoV2OrBuilder.getServices()Deprecated.MetadataInfoV2.Builder.getServicesMap()map<string, .org.apache.dubbo.metadata.ServiceInfoV2> services = 3;MetadataInfoV2.getServicesMap()map<string, .org.apache.dubbo.metadata.ServiceInfoV2> services = 3;MetadataInfoV2OrBuilder.getServicesMap()map<string, .org.apache.dubbo.metadata.ServiceInfoV2> services = 3;static com.google.protobuf.Parser<ServiceInfoV2> ServiceInfoV2.parser()Methods in org.apache.dubbo.metadata with parameters of type ServiceInfoV2Modifier and TypeMethodDescriptionMetadataInfoV2.Builder.getServicesOrDefault(String key, ServiceInfoV2 defaultValue) map<string, .org.apache.dubbo.metadata.ServiceInfoV2> services = 3;MetadataInfoV2.getServicesOrDefault(String key, ServiceInfoV2 defaultValue) map<string, .org.apache.dubbo.metadata.ServiceInfoV2> services = 3;MetadataInfoV2OrBuilder.getServicesOrDefault(String key, ServiceInfoV2 defaultValue) map<string, .org.apache.dubbo.metadata.ServiceInfoV2> services = 3;ServiceInfoV2.Builder.mergeFrom(ServiceInfoV2 other) static ServiceInfoV2.BuilderServiceInfoV2.newBuilder(ServiceInfoV2 prototype) MetadataInfoV2.Builder.putServices(String key, ServiceInfoV2 value) map<string, .org.apache.dubbo.metadata.ServiceInfoV2> services = 3;Method parameters in org.apache.dubbo.metadata with type arguments of type ServiceInfoV2Modifier and TypeMethodDescriptionMetadataInfoV2.Builder.putAllServices(Map<String, ServiceInfoV2> values) map<string, .org.apache.dubbo.metadata.ServiceInfoV2> services = 3; -
Uses of ServiceInfoV2 in org.apache.dubbo.metadata.util
Methods in org.apache.dubbo.metadata.util that return ServiceInfoV2Modifier and TypeMethodDescriptionstatic ServiceInfoV2MetadataServiceVersionUtils.toV2(MetadataInfo.ServiceInfo serviceInfo) Methods in org.apache.dubbo.metadata.util with parameters of type ServiceInfoV2Modifier and TypeMethodDescriptionstatic MetadataInfo.ServiceInfoMetadataServiceVersionUtils.toV1(ServiceInfoV2 serviceInfoV2)