Uses of Interface
io.opentelemetry.proto.trace.v1.Span.LinkOrBuilder
-
Packages that use Span.LinkOrBuilder Package Description io.opentelemetry.proto.trace.v1 -
-
Uses of Span.LinkOrBuilder in io.opentelemetry.proto.trace.v1
Classes in io.opentelemetry.proto.trace.v1 that implement Span.LinkOrBuilder Modifier and Type Class Description static classSpan.LinkA pointer from the current span to another span in the same trace or in a different trace.static classSpan.Link.BuilderA 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.LinkOrBuilder Modifier and Type Method Description Span.LinkOrBuilderSpan.Builder. getLinksOrBuilder(int index)links is a collection of Links, which are references from this span to a span in the same or different trace.Span.LinkOrBuilderSpan. getLinksOrBuilder(int index)links is a collection of Links, which are references from this span to a span in the same or different trace.Span.LinkOrBuilderSpanOrBuilder. getLinksOrBuilder(int index)links is 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.LinkOrBuilder Modifier and Type Method Description List<? extends Span.LinkOrBuilder>Span.Builder. getLinksOrBuilderList()links is 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()links is 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()links is a collection of Links, which are references from this span to a span in the same or different trace.
-