public class ProfilerNodeV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
ProfilerNodeEntryV3[] |
entries
Profile entry list
|
java.lang.String |
nodeName
Node names
|
long |
timestamp
Timestamp (millis since epoch)
|
| Constructor and Description |
|---|
ProfilerNodeV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String nodeName
public long timestamp
public ProfilerNodeEntryV3[] entries