Uses of Class
io.helidon.tracing.exporter.jaeger.proto.api_v2.Model.Batch
Packages that use Model.Batch
-
Uses of Model.Batch in io.helidon.tracing.exporter.jaeger.proto.api_v2
Methods in io.helidon.tracing.exporter.jaeger.proto.api_v2 that return Model.BatchModifier and TypeMethodDescriptionModel.Batch.Builder.build()Model.Batch.Builder.buildPartial()Collector.PostSpansRequest.Builder.getBatch().jaeger.api_v2.Batch batch = 1;Collector.PostSpansRequest.getBatch().jaeger.api_v2.Batch batch = 1;Collector.PostSpansRequestOrBuilder.getBatch().jaeger.api_v2.Batch batch = 1;static Model.BatchModel.Batch.getDefaultInstance()Model.Batch.Builder.getDefaultInstanceForType()Model.Batch.getDefaultInstanceForType()static Model.BatchModel.Batch.parseDelimitedFrom(InputStream input) static Model.BatchModel.Batch.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Model.BatchModel.Batch.parseFrom(byte[] data) static Model.BatchModel.Batch.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Model.BatchModel.Batch.parseFrom(com.google.protobuf.ByteString data) static Model.BatchModel.Batch.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Model.BatchModel.Batch.parseFrom(com.google.protobuf.CodedInputStream input) static Model.BatchModel.Batch.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Model.BatchModel.Batch.parseFrom(InputStream input) static Model.BatchModel.Batch.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Model.BatchModel.Batch.parseFrom(ByteBuffer data) static Model.BatchModel.Batch.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 Model.BatchModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Model.Batch> Model.Batch.getParserForType()static com.google.protobuf.Parser<Model.Batch> Model.Batch.parser()Methods in io.helidon.tracing.exporter.jaeger.proto.api_v2 with parameters of type Model.BatchModifier and TypeMethodDescriptionCollector.PostSpansRequest.Builder.mergeBatch(Model.Batch value) .jaeger.api_v2.Batch batch = 1;Model.Batch.Builder.mergeFrom(Model.Batch other) static Model.Batch.BuilderModel.Batch.newBuilder(Model.Batch prototype) Collector.PostSpansRequest.Builder.setBatch(Model.Batch value) .jaeger.api_v2.Batch batch = 1;