Uses of Class
org.apache.dubbo.metadata.MetadataInfoV2
Packages that use MetadataInfoV2
-
Uses of MetadataInfoV2 in org.apache.dubbo.metadata
Methods in org.apache.dubbo.metadata that return MetadataInfoV2Modifier and TypeMethodDescriptionMetadataInfoV2.Builder.build()MetadataInfoV2.Builder.buildPartial()static MetadataInfoV2MetadataInfoV2.getDefaultInstance()MetadataInfoV2.Builder.getDefaultInstanceForType()MetadataInfoV2.getDefaultInstanceForType()DubboMetadataServiceV2Triple.MetadataServiceV2ImplBase.getMetadataInfo(MetadataRequest request) DubboMetadataServiceV2Triple.MetadataServiceV2Stub.getMetadataInfo(MetadataRequest request) MetadataServiceV2.getMetadataInfo(MetadataRequest request) static MetadataInfoV2MetadataInfoV2.parseDelimitedFrom(InputStream input) static MetadataInfoV2MetadataInfoV2.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataInfoV2MetadataInfoV2.parseFrom(byte[] data) static MetadataInfoV2MetadataInfoV2.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataInfoV2MetadataInfoV2.parseFrom(com.google.protobuf.ByteString data) static MetadataInfoV2MetadataInfoV2.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataInfoV2MetadataInfoV2.parseFrom(com.google.protobuf.CodedInputStream input) static MetadataInfoV2MetadataInfoV2.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataInfoV2MetadataInfoV2.parseFrom(InputStream input) static MetadataInfoV2MetadataInfoV2.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataInfoV2MetadataInfoV2.parseFrom(ByteBuffer data) static MetadataInfoV2MetadataInfoV2.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.dubbo.metadata that return types with arguments of type MetadataInfoV2Modifier and TypeMethodDescriptionDubboMetadataServiceV2Triple.MetadataServiceV2ImplBase.getMetadataInfoAsync(MetadataRequest request) DubboMetadataServiceV2Triple.MetadataServiceV2Stub.getMetadataInfoAsync(MetadataRequest request) MetadataServiceV2.getMetadataInfoAsync(MetadataRequest request) com.google.protobuf.Parser<MetadataInfoV2> MetadataInfoV2.getParserForType()static com.google.protobuf.Parser<MetadataInfoV2> MetadataInfoV2.parser()Methods in org.apache.dubbo.metadata with parameters of type MetadataInfoV2Modifier and TypeMethodDescriptionMetadataInfoV2.Builder.mergeFrom(MetadataInfoV2 other) static MetadataInfoV2.BuilderMetadataInfoV2.newBuilder(MetadataInfoV2 prototype) Method parameters in org.apache.dubbo.metadata with type arguments of type MetadataInfoV2Modifier and TypeMethodDescriptionvoidDubboMetadataServiceV2Triple.MetadataServiceV2ImplBase.getMetadataInfo(MetadataRequest request, org.apache.dubbo.common.stream.StreamObserver<MetadataInfoV2> responseObserver) This server stream type unary method is only used for generated stub to support async unary method.voidDubboMetadataServiceV2Triple.MetadataServiceV2Stub.getMetadataInfo(MetadataRequest request, org.apache.dubbo.common.stream.StreamObserver<MetadataInfoV2> responseObserver) -
Uses of MetadataInfoV2 in org.apache.dubbo.metadata.util
Methods in org.apache.dubbo.metadata.util that return MetadataInfoV2Modifier and TypeMethodDescriptionstatic MetadataInfoV2MetadataServiceVersionUtils.toV2(MetadataInfo metadataInfo) Methods in org.apache.dubbo.metadata.util with parameters of type MetadataInfoV2Modifier and TypeMethodDescriptionstatic MetadataInfoMetadataServiceVersionUtils.toV1(MetadataInfoV2 metadataInfoV2)