public class DStackTraceV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
node
Node name
|
java.lang.String[] |
threadTraces
One trace per thread
|
long |
time
Unix epoch time
|
| Constructor and Description |
|---|
DStackTraceV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|