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. linksMethods 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 voidNoRecordEventsSpanImpl. addLink(Link link)voidRecordEventsSpanImpl. addLink(Link link) -
Uses of Link in io.opencensus.trace
Subclasses of Link in io.opencensus.trace Modifier and Type Class Description (package private) classAutoValue_LinkMethods in io.opencensus.trace that return Link Modifier and Type Method Description static LinkLink. fromSpanContext(SpanContext context, Link.Type type)Returns a newLink.static LinkLink. 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 voidBlankSpan. addLink(Link link)No-op implementation of theSpan.addLink(Link)method.abstract voidSpan. addLink(Link link)Adds aLinkto 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. linksMethods 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.LinksSpanData.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)
-