| Package | Description |
|---|---|
| org.apache.skywalking.apm.agent.core.context.trace |
| Modifier and Type | Field and Description |
|---|---|
protected List<TraceSegmentRef> |
AbstractTracingSpan.refs
The refs of parent trace segments, except the primary one.
|
| Modifier and Type | Method and Description |
|---|---|
List<TraceSegmentRef> |
TraceSegment.getRefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
TraceSegment.ref(TraceSegmentRef refSegment)
Establish the link between this segment and its parents.
|
void |
NoopSpan.ref(TraceSegmentRef ref) |
void |
AbstractTracingSpan.ref(TraceSegmentRef ref) |
void |
AbstractSpan.ref(TraceSegmentRef ref)
Reference other trace segment.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.