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