public class SpanWrapper extends Object
Constructor and Description |
---|
SpanWrapper(String id,
io.opentracing.Span span,
StatisticDataUnit statisticDataUnit,
SpanWrapper parentSpanWrapper) |
Modifier and Type | Method and Description |
---|---|
void |
addAnonymousSequence(String id,
SpanWrapper anonymousSequenceSpanWrapper) |
void |
addChildComponentUniqueId(String childStructuredElementId) |
void |
addKnownSynCtxHashCodeToAllParents(String synCtxHashCode) |
Map<String,SpanWrapper> |
getAnonymousSequences() |
Set<String> |
getChildStructuredElementIds() |
Set<String> |
getKnownSynCtxHashCodes() |
SpanWrapper |
getLatestAnonymousSequence() |
io.opentracing.Span |
getSpan() |
StatisticDataUnit |
getStatisticDataUnit() |
void |
setStatisticDataUnit(StatisticDataUnit statisticDataUnit) |
public SpanWrapper(String id, io.opentracing.Span span, StatisticDataUnit statisticDataUnit, SpanWrapper parentSpanWrapper)
public io.opentracing.Span getSpan()
public StatisticDataUnit getStatisticDataUnit()
public void setStatisticDataUnit(StatisticDataUnit statisticDataUnit)
public void addAnonymousSequence(String id, SpanWrapper anonymousSequenceSpanWrapper)
public Map<String,SpanWrapper> getAnonymousSequences()
public SpanWrapper getLatestAnonymousSequence()
public void addChildComponentUniqueId(String childStructuredElementId)
public void addKnownSynCtxHashCodeToAllParents(String synCtxHashCode)
Copyright © 2005–2020 Apache Software Foundation. All rights reserved.