Class SegmentRefHelper
java.lang.Object
org.apache.skywalking.apm.agent.test.helper.SegmentRefHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
SegmentRefHelper
public SegmentRefHelper()
-
-
Method Details
-
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)
-