Uses of Class
io.opencensus.trace.Annotation
-
Packages that use Annotation Package Description io.opencensus.contrib.zpages io.opencensus.implcore.trace io.opencensus.trace API for distributed tracing.io.opencensus.trace.export -
-
Uses of Annotation in io.opencensus.contrib.zpages
Methods in io.opencensus.contrib.zpages with parameters of type Annotation Modifier and Type Method Description private static java.lang.StringTracezZPageHandler. renderAnnotation(Annotation annotation) -
Uses of Annotation in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace with type parameters of type Annotation Modifier and Type Field Description private RecordEventsSpanImpl.TraceEvents<RecordEventsSpanImpl.EventWithNanoTime<Annotation>>RecordEventsSpanImpl. annotationsMethods in io.opencensus.implcore.trace that return types with arguments of type Annotation Modifier and Type Method Description private RecordEventsSpanImpl.TraceEvents<RecordEventsSpanImpl.EventWithNanoTime<Annotation>>RecordEventsSpanImpl. getInitializedAnnotations()Methods in io.opencensus.implcore.trace with parameters of type Annotation Modifier and Type Method Description voidNoRecordEventsSpanImpl. addAnnotation(Annotation annotation)voidRecordEventsSpanImpl. addAnnotation(Annotation annotation) -
Uses of Annotation in io.opencensus.trace
Subclasses of Annotation in io.opencensus.trace Modifier and Type Class Description (package private) classAutoValue_AnnotationMethods in io.opencensus.trace that return Annotation Modifier and Type Method Description static AnnotationAnnotation. fromDescription(java.lang.String description)Returns a newAnnotationwith the given description.static AnnotationAnnotation. fromDescriptionAndAttributes(java.lang.String description, java.util.Map<java.lang.String,AttributeValue> attributes)Returns a newAnnotationwith the given description and set of attributes.Methods in io.opencensus.trace with parameters of type Annotation Modifier and Type Method Description voidBlankSpan. addAnnotation(Annotation annotation)No-op implementation of theSpan.addAnnotation(Annotation)method.abstract voidSpan. addAnnotation(Annotation annotation)Adds an annotation to theSpan. -
Uses of Annotation in io.opencensus.trace.export
Fields in io.opencensus.trace.export with type parameters of type Annotation Modifier and Type Field Description private SpanData.TimedEvents<Annotation>AutoValue_SpanData. annotationsMethods in io.opencensus.trace.export that return types with arguments of type Annotation Modifier and Type Method Description SpanData.TimedEvents<Annotation>AutoValue_SpanData. getAnnotations()abstract SpanData.TimedEvents<Annotation>SpanData. getAnnotations()Returns the annotations recorded for thisSpan.Method parameters in io.opencensus.trace.export with type arguments of type Annotation 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.Constructor parameters in io.opencensus.trace.export with type arguments of type Annotation 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)
-