Uses of Class
com.ibm.jvm.trace.format.api.TraceThread
Packages that use TraceThread
Package
Description
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 TraceThreadModifier and TypeMethodDescriptionTraceContext.addData
(byte[] data) TraceContext.addData
(RandomAccessFile file, long offset) MissingDataException.getThread()
TracePoint.getThread()
TracePointImpl.getThread()
Constructors in com.ibm.jvm.trace.format.api with parameters of type TraceThreadModifierConstructorDescriptionMissingDataException
(TraceThread thread, long missingByteCount) TracePointImpl
(TraceContext context, ByteStream stream, TraceThread thread)