Uses of Class
org.apache.skywalking.apm.network.language.agent.v3.SpanObject
Packages that use SpanObject
-
Uses of SpanObject in org.apache.skywalking.apm.network.language.agent.v3
Methods in org.apache.skywalking.apm.network.language.agent.v3 that return SpanObjectModifier and TypeMethodDescriptionSpanObject.Builder.build()SpanObject.Builder.buildPartial()static SpanObjectSpanObject.getDefaultInstance()SpanObject.Builder.getDefaultInstanceForType()SpanObject.getDefaultInstanceForType()SegmentObject.Builder.getSpans(int index) Span collections included in this segment.SegmentObject.getSpans(int index) Span collections included in this segment.SegmentObjectOrBuilder.getSpans(int index) Span collections included in this segment.static SpanObjectSpanObject.parseDelimitedFrom(InputStream input) static SpanObjectSpanObject.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SpanObjectSpanObject.parseFrom(byte[] data) static SpanObjectSpanObject.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SpanObjectSpanObject.parseFrom(com.google.protobuf.ByteString data) static SpanObjectSpanObject.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SpanObjectSpanObject.parseFrom(com.google.protobuf.CodedInputStream input) static SpanObjectSpanObject.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SpanObjectSpanObject.parseFrom(InputStream input) static SpanObjectSpanObject.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SpanObjectSpanObject.parseFrom(ByteBuffer data) static SpanObjectSpanObject.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.skywalking.apm.network.language.agent.v3 that return types with arguments of type SpanObjectModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SpanObject>SpanObject.getParserForType()SegmentObject.Builder.getSpansList()Span collections included in this segment.SegmentObject.getSpansList()Span collections included in this segment.SegmentObjectOrBuilder.getSpansList()Span collections included in this segment.static com.google.protobuf.Parser<SpanObject>SpanObject.parser()Methods in org.apache.skywalking.apm.network.language.agent.v3 with parameters of type SpanObjectModifier and TypeMethodDescriptionSegmentObject.Builder.addSpans(int index, SpanObject value) Span collections included in this segment.SegmentObject.Builder.addSpans(SpanObject value) Span collections included in this segment.SpanObject.Builder.mergeFrom(SpanObject other) static SpanObject.BuilderSpanObject.newBuilder(SpanObject prototype) SegmentObject.Builder.setSpans(int index, SpanObject value) Span collections included in this segment.Method parameters in org.apache.skywalking.apm.network.language.agent.v3 with type arguments of type SpanObjectModifier and TypeMethodDescriptionSegmentObject.Builder.addAllSpans(Iterable<? extends SpanObject> values) Span collections included in this segment.