Uses of Class
io.opencensus.trace.export.SpanData.Links
Packages that use SpanData.Links
-
Uses of SpanData.Links in io.opencensus.trace.export
Subclasses of SpanData.Links in io.opencensus.trace.exportFields in io.opencensus.trace.export declared as SpanData.LinksMethods in io.opencensus.trace.export that return SpanData.LinksModifier and TypeMethodDescriptionstatic SpanData.LinksReturns a new immutableLinks.AutoValue_SpanData.getLinks()abstract SpanData.LinksSpanData.getLinks()Returns links recorded for thisSpan.Methods in io.opencensus.trace.export with parameters of type SpanData.LinksModifier and TypeMethodDescriptionstatic SpanDataSpanData.create(SpanContext context, SpanId parentSpanId, Boolean hasRemoteParent, String name, Timestamp startTimestamp, SpanData.Attributes attributes, SpanData.TimedEvents<Annotation> annotations, SpanData.TimedEvents<? extends BaseMessageEvent> messageOrNetworkEvents, SpanData.Links links, Integer childSpanCount, Status status, Timestamp endTimestamp) Deprecated.static SpanDataSpanData.create(SpanContext context, SpanId parentSpanId, Boolean hasRemoteParent, String name, Span.Kind kind, Timestamp startTimestamp, SpanData.Attributes attributes, SpanData.TimedEvents<Annotation> annotations, SpanData.TimedEvents<? extends BaseMessageEvent> messageOrNetworkEvents, SpanData.Links links, Integer childSpanCount, Status status, Timestamp endTimestamp) Returns a new immutableSpanData.Constructors in io.opencensus.trace.export with parameters of type SpanData.LinksModifierConstructorDescription(package private)AutoValue_SpanData(SpanContext context, SpanId parentSpanId, Boolean hasRemoteParent, String name, Span.Kind kind, Timestamp startTimestamp, SpanData.Attributes attributes, SpanData.TimedEvents<Annotation> annotations, SpanData.TimedEvents<MessageEvent> messageEvents, SpanData.Links links, Integer childSpanCount, Status status, Timestamp endTimestamp)
SpanData.create(SpanContext, SpanId, Boolean, String, Kind, Timestamp, Attributes, TimedEvents, TimedEvents, Links, Integer, Status, Timestamp).