类 SegmentRefHelper
java.lang.Object
org.apache.skywalking.apm.agent.test.helper.SegmentRefHelper
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static StringgetParentServiceInstance(org.apache.skywalking.apm.agent.core.context.trace.TraceSegmentRef ref) static StringgetPeerHost(org.apache.skywalking.apm.agent.core.context.trace.TraceSegmentRef ref) static intgetSpanId(org.apache.skywalking.apm.agent.core.context.trace.TraceSegmentRef ref) static StringgetTraceSegmentId(org.apache.skywalking.apm.agent.core.context.trace.TraceSegmentRef ref)
-
构造器详细资料
-
SegmentRefHelper
public SegmentRefHelper()
-
-
方法详细资料
-
getPeerHost
public static String getPeerHost(org.apache.skywalking.apm.agent.core.context.trace.TraceSegmentRef ref) -
getTraceSegmentId
public static String getTraceSegmentId(org.apache.skywalking.apm.agent.core.context.trace.TraceSegmentRef ref) -
getSpanId
public static int getSpanId(org.apache.skywalking.apm.agent.core.context.trace.TraceSegmentRef ref) -
getParentServiceInstance
public static String getParentServiceInstance(org.apache.skywalking.apm.agent.core.context.trace.TraceSegmentRef ref)
-