Uses of Class
io.opencensus.trace.Link
-
Packages that use Link Package Description io.opencensus.implcore.trace io.opencensus.trace API for distributed tracing.io.opencensus.trace.export -
-
Uses of Link in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace with type parameters of type Link Modifier and Type Field Description private RecordEventsSpanImpl.TraceEvents<Link>
RecordEventsSpanImpl. links
Methods in io.opencensus.implcore.trace that return types with arguments of type Link Modifier and Type Method Description private RecordEventsSpanImpl.TraceEvents<Link>
RecordEventsSpanImpl. getInitializedLinks()
Methods in io.opencensus.implcore.trace with parameters of type Link Modifier and Type Method Description void
NoRecordEventsSpanImpl. addLink(Link link)
void
RecordEventsSpanImpl. addLink(Link link)
-
Uses of Link in io.opencensus.trace
Subclasses of Link in io.opencensus.trace Modifier and Type Class Description (package private) class
AutoValue_Link
Methods in io.opencensus.trace that return Link Modifier and Type Method Description static Link
Link. fromSpanContext(SpanContext context, Link.Type type)
Returns a newLink
.static Link
Link. fromSpanContext(SpanContext context, Link.Type type, java.util.Map<java.lang.String,AttributeValue> attributes)
Returns a newLink
.Methods in io.opencensus.trace with parameters of type Link Modifier and Type Method Description void
BlankSpan. addLink(Link link)
No-op implementation of theSpan.addLink(Link)
method.abstract void
Span. addLink(Link link)
Adds aLink
to theSpan
. -
Uses of Link in io.opencensus.trace.export
Fields in io.opencensus.trace.export with type parameters of type Link Modifier and Type Field Description private java.util.List<Link>
AutoValue_SpanData_Links. links
Methods in io.opencensus.trace.export that return types with arguments of type Link Modifier and Type Method Description java.util.List<Link>
AutoValue_SpanData_Links. getLinks()
abstract java.util.List<Link>
SpanData.Links. getLinks()
Returns the list of links.Method parameters in io.opencensus.trace.export with type arguments of type Link Modifier and Type Method Description static SpanData.Links
SpanData.Links. create(java.util.List<Link> links, int droppedLinksCount)
Returns a new immutableLinks
.Constructor parameters in io.opencensus.trace.export with type arguments of type Link Constructor Description AutoValue_SpanData_Links(java.util.List<Link> links, int droppedLinksCount)
-