public interface SpanData
| 限定符和类型 | 方法和说明 |
|---|---|
List<AnnotationData> |
getAnnotations() |
long |
getDuration() |
String |
getHost() |
String |
getName() |
com.google.common.base.Optional<BigInteger> |
getParentSpanId() |
BigInteger |
getSpanId() |
long |
getStartTime() |
BigInteger |
getTraceId() |
BigInteger getTraceId()
BigInteger getSpanId()
com.google.common.base.Optional<BigInteger> getParentSpanId()
String getName()
String getHost()
long getStartTime()
long getDuration()
List<AnnotationData> getAnnotations()
Copyright © 2018. All rights reserved.