public abstract class InternalSpan
extends java.lang.Object
com.twitter.zipkin.gen to use non-public
methods. This allows us access internal methods while also making obvious the hooks are not for
public use. The only implementation of this interface is in Span.
Originally designed by OkHttp team, derived from okhttp3.internal.Internal
| Modifier and Type | Field | Description |
|---|---|---|
static InternalSpan |
instance |
| Constructor | Description |
|---|---|
InternalSpan() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract SpanId |
context(Span span) |
In normal course, this returns the context of a span created by one of the tracers.
|
static void |
initializeInstanceForTests() |
|
abstract Span |
toSpan(SpanId context) |
public static InternalSpan instance
Copyright © 2018 OpenZipkin. All rights reserved.