public class TraceTreeNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
client_time |
protected java.lang.String |
operation |
protected long |
server_time |
protected java.util.Vector |
subtraces |
protected int |
tracer_id |
Constructor and Description |
---|
TraceTreeNode(int tracer_id) |