| Package | Description |
|---|---|
| com.github.kristofa.brave |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ClientSpanState |
Deprecated.
Replaced by
brave.propagation.CurrentTraceContext |
interface |
LocalSpanState |
Deprecated.
Replaced by
brave.propagation.CurrentTraceContext |
interface |
ServerClientAndLocalSpanState |
Deprecated.
Replaced by
brave.propagation.CurrentTraceContext |
interface |
ServerSpanState |
Deprecated.
Replaced by
brave.propagation.CurrentTraceContext |
| Modifier and Type | Class | Description |
|---|---|---|
class |
InheritableServerClientAndLocalSpanState |
Deprecated.
Replaced by
brave.propagation.CurrentTraceContext |
class |
ThreadLocalServerClientAndLocalSpanState |
ServerClientAndLocalSpanState implementation that keeps trace state using a ThreadLocal variable. |
Copyright © 2018 OpenZipkin. All rights reserved.