|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.htrace.TraceInfo
public class TraceInfo
| Field Summary | |
|---|---|
long |
spanId
|
long |
traceId
|
| Constructor Summary | |
|---|---|
TraceInfo(long traceId,
long spanId)
|
|
| Method Summary | |
|---|---|
static TraceInfo |
fromSpan(Span s)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final long traceId
public final long spanId
| Constructor Detail |
|---|
public TraceInfo(long traceId,
long spanId)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic static TraceInfo fromSpan(Span s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||