Uses of Class
io.opencensus.trace.export.SpanData.Attributes
-
Packages that use SpanData.Attributes Package Description io.opencensus.trace.export -
-
Uses of SpanData.Attributes in io.opencensus.trace.export
Subclasses of SpanData.Attributes in io.opencensus.trace.export Modifier and Type Class Description (package private) classAutoValue_SpanData_AttributesFields in io.opencensus.trace.export declared as SpanData.Attributes Modifier and Type Field Description private SpanData.AttributesAutoValue_SpanData. attributesMethods in io.opencensus.trace.export that return SpanData.Attributes Modifier and Type Method Description static SpanData.AttributesSpanData.Attributes. create(java.util.Map<java.lang.String,AttributeValue> attributeMap, int droppedAttributesCount)Returns a new immutableAttributes.SpanData.AttributesAutoValue_SpanData. getAttributes()abstract SpanData.AttributesSpanData. getAttributes()Returns the attributes recorded for thisSpan.Methods in io.opencensus.trace.export with parameters of type SpanData.Attributes Modifier and Type Method Description static SpanDataSpanData. create(SpanContext context, SpanId parentSpanId, java.lang.Boolean hasRemoteParent, java.lang.String name, Timestamp startTimestamp, SpanData.Attributes attributes, SpanData.TimedEvents<Annotation> annotations, SpanData.TimedEvents<? extends BaseMessageEvent> messageOrNetworkEvents, SpanData.Links links, java.lang.Integer childSpanCount, Status status, Timestamp endTimestamp)static SpanDataSpanData. create(SpanContext context, SpanId parentSpanId, java.lang.Boolean hasRemoteParent, java.lang.String name, Span.Kind kind, Timestamp startTimestamp, SpanData.Attributes attributes, SpanData.TimedEvents<Annotation> annotations, SpanData.TimedEvents<? extends BaseMessageEvent> messageOrNetworkEvents, SpanData.Links links, java.lang.Integer childSpanCount, Status status, Timestamp endTimestamp)Returns a new immutableSpanData.Constructors in io.opencensus.trace.export with parameters of type SpanData.Attributes Constructor Description AutoValue_SpanData(SpanContext context, SpanId parentSpanId, java.lang.Boolean hasRemoteParent, java.lang.String name, Span.Kind kind, Timestamp startTimestamp, SpanData.Attributes attributes, SpanData.TimedEvents<Annotation> annotations, SpanData.TimedEvents<MessageEvent> messageEvents, SpanData.Links links, java.lang.Integer childSpanCount, Status status, Timestamp endTimestamp)
-