org.gridkit.jvmtool.stacktrace
Class ThreadDumpSampler.Trace

java.lang.Object
  extended by 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

Constructor Summary
ThreadDumpSampler.Trace(long threadId, long timestamp, int[] trace)
           
 
Method Summary
 void copyToSnapshot(ThreadCapture snap)
           
 long getThreadId()
           
 long getTimestamp()
           
 StackTraceElement[] getTrace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadDumpSampler.Trace

public ThreadDumpSampler.Trace(long threadId,
                               long timestamp,
                               int[] trace)
Method Detail

getTimestamp

public long getTimestamp()

getThreadId

public long getThreadId()

getTrace

public StackTraceElement[] getTrace()

copyToSnapshot

public void copyToSnapshot(ThreadCapture snap)


Copyright © 2019. All Rights Reserved.