Uses of Interface
org.apache.skywalking.apm.network.language.agent.v3.SpanObjectOrBuilder
Packages that use SpanObjectOrBuilder
-
Uses of SpanObjectOrBuilder in org.apache.skywalking.apm.network.language.agent.v3
Classes in org.apache.skywalking.apm.network.language.agent.v3 that implement SpanObjectOrBuilderModifier and TypeClassDescriptionfinal classSpan represents a execution unit in the system, with duration and many other attributes.static final classSpan represents a execution unit in the system, with duration and many other attributes.Methods in org.apache.skywalking.apm.network.language.agent.v3 that return SpanObjectOrBuilderModifier and TypeMethodDescriptionSegmentObject.Builder.getSpansOrBuilder(int index) Span collections included in this segment.SegmentObject.getSpansOrBuilder(int index) Span collections included in this segment.SegmentObjectOrBuilder.getSpansOrBuilder(int index) Span collections included in this segment.Methods in org.apache.skywalking.apm.network.language.agent.v3 that return types with arguments of type SpanObjectOrBuilderModifier and TypeMethodDescriptionList<? extends SpanObjectOrBuilder>SegmentObject.Builder.getSpansOrBuilderList()Span collections included in this segment.List<? extends SpanObjectOrBuilder>SegmentObject.getSpansOrBuilderList()Span collections included in this segment.List<? extends SpanObjectOrBuilder>SegmentObjectOrBuilder.getSpansOrBuilderList()Span collections included in this segment.