提交 3ea90543 编写于 作者: wu-sheng's avatar wu-sheng

Refactor the ‘trace’ package in skywalking-api module

上级 2a660950
package com.a.eye.skywalking.trace;
package com.a.eye.skywalking.context;
import com.a.eye.skywalking.trace.TraceSegmentRef;
import com.a.eye.skywalking.util.StringUtil;
import java.io.Serializable;
......
package com.a.eye.skywalking.trace;
package com.a.eye.skywalking.context;
import com.a.eye.skywalking.trace.TraceSegment;
/**
* {@link TracerContext} controls the whole context of {@link TraceSegment}. Any {@link TraceSegment} relates to
......
package com.a.eye.skywalking.trace;
package com.a.eye.skywalking.context;
import com.a.eye.skywalking.trace.Span;
import com.a.eye.skywalking.trace.TraceSegment;
import com.a.eye.skywalking.util.TraceIdGenerator;
import java.util.ArrayList;
import java.util.List;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册