| Modifier and Type | Class and Description |
|---|---|
static class |
Span.Link
A pointer from the current span to another span in the same trace or in a
different trace.
|
static class |
Span.Link.Builder
A pointer from the current span to another span in the same trace or in a
different trace.
|
| Modifier and Type | Method and Description |
|---|---|
Span.LinkOrBuilder |
Span.LinksOrBuilder.getLinkOrBuilder(int index)
A collection of links.
|
Span.LinkOrBuilder |
Span.Links.getLinkOrBuilder(int index)
A collection of links.
|
Span.LinkOrBuilder |
Span.Links.Builder.getLinkOrBuilder(int index)
A collection of links.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Span.LinkOrBuilder> |
Span.LinksOrBuilder.getLinkOrBuilderList()
A collection of links.
|
List<? extends Span.LinkOrBuilder> |
Span.Links.getLinkOrBuilderList()
A collection of links.
|
List<? extends Span.LinkOrBuilder> |
Span.Links.Builder.getLinkOrBuilderList()
A collection of links.
|
Copyright © 2024 Google LLC. All rights reserved.