org.gridkit.jvmtool.stacktrace
Class ThreadDumpSampler.Trace
java.lang.Object
org.gridkit.jvmtool.stacktrace.ThreadDumpSampler.Trace
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ThreadDumpSampler
public static class ThreadDumpSampler.Trace
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadDumpSampler.Trace
public ThreadDumpSampler.Trace(long threadId,
long timestamp,
int[] trace)
getTimestamp
public long getTimestamp()
getThreadId
public long getThreadId()
getTrace
public StackTraceElement[] getTrace()
copyToSnapshot
public void copyToSnapshot(ThreadCapture snap)
Copyright © 2019. All Rights Reserved.