Uses of Class
io.helidon.tracing.exporter.jaeger.proto.api_v2.Collector.PostSpansResponse
Packages that use Collector.PostSpansResponse
-
Uses of Collector.PostSpansResponse in io.helidon.tracing.exporter.jaeger.proto.api_v2
Methods in io.helidon.tracing.exporter.jaeger.proto.api_v2 that return Collector.PostSpansResponseModifier and TypeMethodDescriptionCollector.PostSpansResponse.Builder.build()Collector.PostSpansResponse.Builder.buildPartial()static Collector.PostSpansResponseCollector.PostSpansResponse.getDefaultInstance()Collector.PostSpansResponse.Builder.getDefaultInstanceForType()Collector.PostSpansResponse.getDefaultInstanceForType()static Collector.PostSpansResponseCollector.PostSpansResponse.parseDelimitedFrom(InputStream input) static Collector.PostSpansResponseCollector.PostSpansResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collector.PostSpansResponseCollector.PostSpansResponse.parseFrom(byte[] data) static Collector.PostSpansResponseCollector.PostSpansResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collector.PostSpansResponseCollector.PostSpansResponse.parseFrom(com.google.protobuf.ByteString data) static Collector.PostSpansResponseCollector.PostSpansResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collector.PostSpansResponseCollector.PostSpansResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Collector.PostSpansResponseCollector.PostSpansResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collector.PostSpansResponseCollector.PostSpansResponse.parseFrom(InputStream input) static Collector.PostSpansResponseCollector.PostSpansResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collector.PostSpansResponseCollector.PostSpansResponse.parseFrom(ByteBuffer data) static Collector.PostSpansResponseCollector.PostSpansResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CollectorServiceGrpc.CollectorServiceBlockingStub.postSpans(Collector.PostSpansRequest request) CollectorServiceGrpc.CollectorServiceBlockingV2Stub.postSpans(Collector.PostSpansRequest request) Methods in io.helidon.tracing.exporter.jaeger.proto.api_v2 that return types with arguments of type Collector.PostSpansResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Collector.PostSpansResponse> Collector.PostSpansResponse.getParserForType()static io.grpc.MethodDescriptor<Collector.PostSpansRequest, Collector.PostSpansResponse> CollectorServiceGrpc.getPostSpansMethod()static com.google.protobuf.Parser<Collector.PostSpansResponse> Collector.PostSpansResponse.parser()com.google.common.util.concurrent.ListenableFuture<Collector.PostSpansResponse> CollectorServiceGrpc.CollectorServiceFutureStub.postSpans(Collector.PostSpansRequest request) Methods in io.helidon.tracing.exporter.jaeger.proto.api_v2 with parameters of type Collector.PostSpansResponseModifier and TypeMethodDescriptionCollector.PostSpansResponse.Builder.mergeFrom(Collector.PostSpansResponse other) Collector.PostSpansResponse.newBuilder(Collector.PostSpansResponse prototype) Method parameters in io.helidon.tracing.exporter.jaeger.proto.api_v2 with type arguments of type Collector.PostSpansResponseModifier and TypeMethodDescriptiondefault voidCollectorServiceGrpc.AsyncService.postSpans(Collector.PostSpansRequest request, io.grpc.stub.StreamObserver<Collector.PostSpansResponse> responseObserver) voidCollectorServiceGrpc.CollectorServiceStub.postSpans(Collector.PostSpansRequest request, io.grpc.stub.StreamObserver<Collector.PostSpansResponse> responseObserver)