| Package | Description |
|---|---|
| org.apache.skywalking.apm.agent.core.context | |
| org.apache.skywalking.apm.agent.core.context.trace |
| Modifier and Type | Method and Description |
|---|---|
ContextSnapshot |
TracingContext.capture()
Capture the snapshot of current context.
|
ContextSnapshot |
IgnoredTracerContext.capture() |
static ContextSnapshot |
ContextManager.capture() |
ContextSnapshot |
AbstractTracerContext.capture()
Capture a snapshot for cross-thread propagation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TracingContext.continued(ContextSnapshot snapshot)
Continue the context from the given snapshot of parent thread.
|
void |
IgnoredTracerContext.continued(ContextSnapshot snapshot) |
static void |
ContextManager.continued(ContextSnapshot snapshot) |
void |
AbstractTracerContext.continued(ContextSnapshot snapshot)
Build the reference between this segment and a cross-thread segment.
|
| Constructor and Description |
|---|
TraceSegmentRef(ContextSnapshot snapshot) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.