Uses of Class
com.ibm.jvm.trace.format.api.TraceThread
-
Packages that use TraceThread Package Description com.ibm.jvm.trace.format.api This API is used to process trace buffers generated by OpenJ9. -
-
Uses of TraceThread in com.ibm.jvm.trace.format.api
Methods in com.ibm.jvm.trace.format.api that return TraceThread Modifier and Type Method Description TraceThread
TraceContext. addData(byte[] data)
TraceThread
TraceContext. addData(RandomAccessFile file, long offset)
TraceThread
MissingDataException. getThread()
TraceThread
TracePoint. getThread()
Constructors in com.ibm.jvm.trace.format.api with parameters of type TraceThread Constructor Description MissingDataException(TraceThread thread, long missingByteCount)
TracePointImpl(TraceContext context, ByteStream stream, TraceThread thread)
-