Uses of Interface
io.opencensus.proto.trace.v1.Span.LinkOrBuilder
-
Packages that use Span.LinkOrBuilder Package Description io.opencensus.proto.trace.v1 -
-
Uses of Span.LinkOrBuilder in io.opencensus.proto.trace.v1
Classes in io.opencensus.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.opencensus.proto.trace.v1 that return Span.LinkOrBuilder Modifier and Type Method Description Span.LinkOrBuilderSpan.Links.Builder. getLinkOrBuilder(int index)A collection of links.Span.LinkOrBuilderSpan.Links. getLinkOrBuilder(int index)A collection of links.Span.LinkOrBuilderSpan.LinksOrBuilder. getLinkOrBuilder(int index)A collection of links.Methods in io.opencensus.proto.trace.v1 that return types with arguments of type Span.LinkOrBuilder Modifier and Type Method Description List<? extends Span.LinkOrBuilder>Span.Links.Builder. getLinkOrBuilderList()A collection of links.List<? extends Span.LinkOrBuilder>Span.Links. getLinkOrBuilderList()A collection of links.List<? extends Span.LinkOrBuilder>Span.LinksOrBuilder. getLinkOrBuilderList()A collection of links.
-