Uses of Interface
io.opentelemetry.proto.trace.v1.Span.LinkOrBuilder
Packages that use Span.LinkOrBuilder
-
Uses of Span.LinkOrBuilder in io.opentelemetry.proto.trace.v1
Classes in io.opentelemetry.proto.trace.v1 that implement Span.LinkOrBuilderModifier and TypeClassDescriptionstatic final classA pointer from the current span to another span in the same trace or in a different trace.static final classA pointer from the current span to another span in the same trace or in a different trace.Methods in io.opentelemetry.proto.trace.v1 that return Span.LinkOrBuilderModifier and TypeMethodDescriptionSpan.Builder.getLinksOrBuilder(int index) A collection of Links, which are references from this span to a span in the same or different trace.Span.getLinksOrBuilder(int index) A collection of Links, which are references from this span to a span in the same or different trace.SpanOrBuilder.getLinksOrBuilder(int index) A collection of Links, which are references from this span to a span in the same or different trace.Methods in io.opentelemetry.proto.trace.v1 that return types with arguments of type Span.LinkOrBuilderModifier and TypeMethodDescriptionList<? extends Span.LinkOrBuilder>Span.Builder.getLinksOrBuilderList()A collection of Links, which are references from this span to a span in the same or different trace.List<? extends Span.LinkOrBuilder>Span.getLinksOrBuilderList()A collection of Links, which are references from this span to a span in the same or different trace.List<? extends Span.LinkOrBuilder>SpanOrBuilder.getLinksOrBuilderList()A collection of Links, which are references from this span to a span in the same or different trace.