Uses of Class
io.opentelemetry.sdk.trace.AnchoredClock
-
Packages that use AnchoredClock Package Description io.opentelemetry.sdk.trace The OpenTelemetry SDK implementation of tracing. -
-
Uses of AnchoredClock in io.opentelemetry.sdk.trace
Fields in io.opentelemetry.sdk.trace declared as AnchoredClock Modifier and Type Field Description private AnchoredClock
SdkSpan. clock
Methods in io.opentelemetry.sdk.trace that return AnchoredClock Modifier and Type Method Description static AnchoredClock
AnchoredClock. create(Clock clock)
Returns aAnchoredClock
.(package private) AnchoredClock
SdkSpan. getClock()
Returns theAnchoredClock
used by thisSpan
.Constructors in io.opentelemetry.sdk.trace with parameters of type AnchoredClock Constructor Description SdkSpan(SpanContext context, java.lang.String name, InstrumentationScopeInfo instrumentationScopeInfo, SpanKind kind, SpanContext parentSpanContext, SpanLimits spanLimits, SpanProcessor spanProcessor, AnchoredClock clock, Resource resource, AttributesMap attributes, java.util.List<LinkData> links, int totalRecordedLinks, long startEpochNanos)
-