Package io.opencensus.implcore.trace
-
Interface Summary Interface Description RecordEventsSpanImpl.StartEndHandler Interface to handle the start and end operations for aSpanonly when theSpanhasSpan.Options.RECORD_EVENTSoption. -
Class Summary Class Description NoRecordEventsSpanImpl Implementation for theSpanclass that does not record trace events.RecordEventsSpanImpl Implementation for theSpanclass that records trace events.RecordEventsSpanImpl.AttributesWithCapacity RecordEventsSpanImpl.EventWithNanoTime<T> RecordEventsSpanImpl.TraceEvents<T> SpanBuilderImpl Implementation of theSpanBuilder.SpanBuilderImpl.Options StartEndHandlerImpl Uses the providedEventQueueto defer processing/exporting of theSpanDatato avoid impacting the critical path.StartEndHandlerImpl.SpanEndEvent StartEndHandlerImpl.SpanStartEvent TraceComponentImplBase Helper class to allow sharing the code for all theTraceComponentimplementations.TracerImpl Implementation of theTracer.