| Interface | Description |
|---|---|
| RecordEventsSpanImpl.StartEndHandler |
Interface to handle the start and end operations for a
Span only when the Span
has Options#RECORD_EVENTS option. |
| Class | Description |
|---|---|
| RecordEventsSpanImpl |
Implementation for the
Span class that records trace events. |
| StartEndHandlerImpl |
Uses the provided
EventQueue to defer processing/exporting of the SpanData to
avoid impacting the critical path. |
| TraceComponentImplBase |
Helper class to allow sharing the code for all the
TraceComponent implementations. |
| TracerImpl |
Implementation of the
Tracer. |