org.gridkit.jvmtool.stacktrace
Interface ThreadSnapshot

All Known Subinterfaces:
ThreadSnapshotEvent
All Known Implementing Classes:
BasicFilterFactory.ThreadSnapProxy, FilteredStackTraceReader, ReaderProxy, ThreadCapture, ThreadRecord, ThreadSnapshotEventPojo

public interface ThreadSnapshot


Method Summary
 CounterCollection counters()
           
 StackFrameList stackTrace()
           
 long threadId()
           
 String threadName()
          may be null
 Thread.State threadState()
          may be null
 long timestamp()
           
 

Method Detail

threadId

long threadId()

threadName

String threadName()
may be null


timestamp

long timestamp()

threadState

Thread.State threadState()
may be null


stackTrace

StackFrameList stackTrace()

counters

CounterCollection counters()


Copyright © 2019. All Rights Reserved.